WinTrustProviderServerUnload
[New
- Windows NT]
The WinTrustProviderServerUnload
function indicates that WinTrust is preparing to unload the trust provider DLL
from the WinTrust server process.
The current
release of WinTrust does not include the WinTrust server component.
Consequently, a trust provider DLL does not need to implement this function.
VOID
WinTrustProviderServerUnload(
LPVOID lpTrustProviderInfo |
// pointer to buffer allocated by the trust provider |
); |
|
Parameters
lpTrustProviderInfo
Pointer to
the buffer that the trust provider allocated during its initialization. The
trust provider passed this pointer to WinTrust in the WinTrustProviderServerInitialize
Return Values
None.
Remarks
The
LPWINTRUST_PROVIDER_SERVER_UNLOAD type is a pointer to a WinTrustProviderServerUnload
function.
See Also