Changeset 221 for branches/samba-3.3.x/source/librpc/idl/netlogon.idl
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/librpc/idl/netlogon.idl
r206 r221 1085 1085 /*****************/ 1086 1086 /* Function 0x15 */ 1087 WERROR netr_NETRLOGONDUMMYROUTINE1(); 1087 typedef [switch_type(uint32)] union { 1088 [case(1)] netr_NegotiateFlags server_capabilities; 1089 } netr_Capabilities; 1090 1091 NTSTATUS netr_LogonGetCapabilities( 1092 [in] [string,charset(UTF16)] uint16 server_name[], 1093 [in,unique] [string,charset(UTF16)] uint16 *computer_name, 1094 [in,ref] netr_Authenticator *credential, 1095 [in,out,ref] netr_Authenticator *return_authenticator, 1096 [in] uint32 query_level, 1097 [out,ref,switch_is(query_level)] netr_Capabilities *capabilities 1098 ); 1088 1099 1089 1100 /****************/
Note:
See TracChangeset
for help on using the changeset viewer.