The WinTrustProviderPing function enables the client component of a trust provider to contact its server counterpart.
The current release of WinTrust does not include the WinTrust server component. Consequently, WinTrust does not implement this function and trust provider DLLs do not need to implement it.
DWORD WinTrustProviderPing(
LPWSTR lpProviderName, |
// administrator-assigned name of the trust provider |
DWORD dwClientParameter, |
// parameter passed by client to server |
LPDWORD lpdwServerReturnValue |
// receives value returned by server |
); |
The LPWINTRUST_PROVIDER_PING type is a pointer to a WinTrustProviderPing function.
WinTrustProviderClientInitialize, WinTrustProviderServerInitialize