mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 18:31:56 +00:00
[PSDK] Update rpcdce.h. CORE-11368
svn path=/trunk/; revision=71748
This commit is contained in:
parent
84e73a82e5
commit
c317834428
1 changed files with 5 additions and 0 deletions
|
@ -452,6 +452,11 @@ RPCRTAPI RPC_STATUS RPC_ENTRY
|
|||
RpcServerRegisterIf2( RPC_IF_HANDLE IfSpec, UUID* MgrTypeUuid, RPC_MGR_EPV* MgrEpv,
|
||||
unsigned int Flags, unsigned int MaxCalls, unsigned int MaxRpcSize, RPC_IF_CALLBACK_FN* IfCallbackFn );
|
||||
|
||||
RPCRTAPI RPC_STATUS RPC_ENTRY
|
||||
RpcServerRegisterIf3( RPC_IF_HANDLE IfSpec, UUID* MgrTypeUuid, RPC_MGR_EPV* MgrEpv,
|
||||
unsigned int Flags, unsigned int MaxCalls, unsigned int MaxRpcSize,
|
||||
RPC_IF_CALLBACK_FN* IfCallbackFn, void* SecurityDescriptor );
|
||||
|
||||
RPCRTAPI RPC_STATUS RPC_ENTRY
|
||||
RpcServerUnregisterIf( RPC_IF_HANDLE IfSpec, UUID* MgrTypeUuid, unsigned int WaitForCallsToComplete );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue