RpcServerCompleteSecurityCallback function (rpcdce.h)

The RpcServerCompleteSecurityCallback function completes an asynchronous security callback. This function can cause the call either to be dispatched or fail.

Syntax

RPC_STATUS RpcServerCompleteSecurityCallback(
  [in] RPC_BINDING_HANDLE BindingHandle,
  [in] RPC_STATUS         Status
);

Parameters

[in] BindingHandle

The Server Call that this function dispatches or fails.

[in] Status

Specifies an RPC status. If this value is not RPC_S_OK, the Server Call is failed with a value of RPC_S_ACCESS_DENIED.

Note  For a list of valid error codes, see RPC Return Values.
 

Return value

This function returns RPC_STATUS.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header rpcdce.h (include Rpc.h)
Library Rpcrt4.lib
DLL Rpcrt4.dll