Ignore:
Timestamp:
May 24, 2009, 7:17:10 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.1

File:
1 edited

Legend:

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

    r206 r221  
    10851085        /*****************/
    10861086        /* 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                );
    10881099
    10891100        /****************/
Note: See TracChangeset for help on using the changeset viewer.