--- mstools/samples/rpc/ns/cds/nsicom.idl 2018/08/09 18:22:11 1.1 +++ mstools/samples/rpc/ns/cds/nsicom.idl 2018/08/09 18:24:27 1.1.1.2 @@ -1,10 +1,13 @@ /* -------------------------------------------------------------------- - Microsoft RPC - Copyright(c) Microsoft Corp., 1992 + Microsoft OS/2 LAN Manager + Copyright(c) Microsoft Corp., 1990 - This file is just a wrapper for MIDL to get a reference to - types used in the interface. + RPC locator + + + This file is just a wrapper for MIDL to get a reference to + types used in the interface. -------------------------------------------------------------------- */ [ @@ -50,7 +53,7 @@ typedef struct _NSI_BINDING_T typedef struct _NSI_BINDING_VECTOR_T { UNSIGNED32 count; - [size_is(count)] + [size_is(count)] NSI_BINDING_T binding[*]; } NSI_BINDING_VECTOR_T; @@ -128,7 +131,9 @@ enum { NSI_S_NO_MORE_MEMBERS, NSI_S_ENTRY_ALREADY_EXISTS, NSI_S_OUT_OF_MEMORY, - NSI_S_STATUS_MAX + NSI_S_GROUP_MEMBER_NOT_FOUND, + NSI_S_NO_MASTER_LOCATOR, + NSI_S_STATUS_MAX, }; }