Skip to content

Latest commit

 

History

History
63 lines (54 loc) · 1.88 KB

nf-rpcproxy-ndrdllcanunloadnow.md

File metadata and controls

63 lines (54 loc) · 1.88 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:rpcproxy.NdrDllCanUnloadNow
NdrDllCanUnloadNow function (rpcproxy.h)
The NdrDllCanUnloadNow function determines whether the DLL that implements the proxy and stub is still in use. If not, the caller can safely unload the DLL from memory.
NdrDllCanUnloadNow
NdrDllCanUnloadNow function [RPC]
rpc.ndrdllcanunloadnow
rpcproxy/NdrDllCanUnloadNow
rpc\ndrdllcanunloadnow.htm
Rpc
25cc5909-87f7-4670-a123-69bb28d891a5
12/05/2018
NdrDllCanUnloadNow, NdrDllCanUnloadNow function [RPC], rpc.ndrdllcanunloadnow, rpcproxy/NdrDllCanUnloadNow
rpcproxy.h
Windows
Windows 2000 Professional [desktop apps \| UWP apps]
Windows 2000 Server [desktop apps \| UWP apps]
Rpcrt4.lib
Rpcrt4.dll
Windows
19H1
NdrDllCanUnloadNow
rpcproxy/NdrDllCanUnloadNow
c++
APIRef
kbSyntax
DllExport
Rpcrt4.dll
NdrDllCanUnloadNow

NdrDllCanUnloadNow function

-description

The NdrDllCanUnloadNow function determines whether the DLL that implements the proxy and stub is still in use. If not, the caller can safely unload the DLL from memory.

-parameters

-param pPSFactoryBuffer [in]

Pointer to the CStdPSFactoryBuffer object. The pointer is contained in the global variable, gPFactory, defined in RpcProxy.h.

-returns

Returns S_OK if the DLL can be unloaded. Otherwise, it returns S_FALSE if the DLL cannot be unloaded.