RpcSsDisableAllocate function
The RpcSsDisableAllocate function frees resources and memory within the stub memory–management environment.
Syntax
void RPC_ENTRY RpcSsDisableAllocate(void);
Parameters
This function has no parameters.
Return value
Note For a list of valid error codes, see
RPC Return Values.
Remarks
RpcSsDisableAllocate 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.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: