RpcSsDisableAllocate
The RpcSsDisableAllocate
function frees resources and memory within the stub memory management environment.
#include <rpc.h>
void
RPC_ENTRY RpcSsDisableAllocate
(VOID);
Remarks
The RpcSsDisableAllocate
routine frees all the resources used by a call to RpcSsEnableAllocate.
It also releases memory that was allocated by a call to RpcSsAllocate
after the call to RpcSsEnableAllocate.
RpcSsEnableAllocate and RpcSsDisableAllocate must be used together
as matching pairs.
See Also