Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
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 |