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 |
); |
None.
The LPWINTRUST_PROVIDER_SERVER_UNLOAD type is a pointer to a WinTrustProviderServerUnload function.