Changeset 233 for branches/samba-3.2.x/source/librpc/idl/netlogon.idl
- Timestamp:
- May 27, 2009, 11:39:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/librpc/idl/netlogon.idl
r204 r233 1057 1057 /*****************/ 1058 1058 /* Function 0x15 */ 1059 WERROR netr_NETRLOGONDUMMYROUTINE1(); 1059 typedef [switch_type(uint32)] union { 1060 [case(1)] netr_NegotiateFlags server_capabilities; 1061 } netr_Capabilities; 1062 1063 NTSTATUS netr_LogonGetCapabilities( 1064 [in] [string,charset(UTF16)] uint16 server_name[], 1065 [in,unique] [string,charset(UTF16)] uint16 *computer_name, 1066 [in,ref] netr_Authenticator *credential, 1067 [in,out,ref] netr_Authenticator *return_authenticator, 1068 [in] uint32 query_level, 1069 [out,ref,switch_is(query_level)] netr_Capabilities *capabilities 1070 ); 1060 1071 1061 1072 /****************/
Note:
See TracChangeset
for help on using the changeset viewer.