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.

QuickInfo

  Windows NT: Yes
  Windows CE: Unsupported.
  Header: Declared in rpcndr.h.
  Import Library: Link with rpcrt4.lib.

See Also

RpcSmDisableAllocate, RpcSsAllocate, RpcSsEnableAllocate