RpcMgmtEnableIdleCleanup function (rpcdce.h)
The RpcMgmtEnableIdleCleanup function enables RPC to close idle resources, such as network connections, on the client.
Syntax
RPC_STATUS RpcMgmtEnableIdleCleanup();
Return value
Value | Meaning |
---|---|
|
The call succeeded. |
|
Out of threads. |
|
Out of resources. |
|
Out of memory. |
Note For a list of valid error codes, see
RPC Return Values.
Remarks
Note RpcMgmtEnableIdleCleanup is a Microsoft extension to the OSF-DCE RPC specification.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | rpcdce.h (include Rpc.h) |
Library | Rpcrt4.lib |
DLL | Rpcrt4.dll |