Ignore:
Timestamp:
May 27, 2009, 11:39:15 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/librpc/idl/netlogon.idl

    r204 r233  
    10571057        /*****************/
    10581058        /* 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                );
    10601071
    10611072        /****************/
Note: See TracChangeset for help on using the changeset viewer.