The RpcSsDisableAllocate function frees resources and memory within the stub memory management environment.
#include <rpc.h>
void RPC_ENTRY RpcSsDisableAllocate (VOID);
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.
Windows NT: Yes
Windows CE: Unsupported.
Header: Declared in rpcndr.h.
Import Library: Link with rpcrt4.lib.
RpcSmDisableAllocate, RpcSsAllocate, RpcSsEnableAllocate