WINTRUST_PROVIDER_SERVER_SERVICES

[New - Windows NT]

The WINTRUST_PROVIDER_SERVER_SERVICES structure contains a set of pointers to functions implemented by a trust provider to be called by WinTrust.

The current release of WinTrust does not include the WinTrust server component. Consequently, WinTrust does not call these functions and trust provider DLLs do not need to implement them.

typedef struct _WINTRUST_PROVIDER_SERVER_SERVICES

{

LPWINTRUST_PROVIDER_SERVER_UNLOAD Unload;

LPWINTRUST_PROVIDER_PING Ping;

} WINTRUST_PROVIDER_SERVER_SERVICES, *LPWINTRUST_PROVIDER_SERVER_SERVICES;

Members

Unload

Pointer to a WinTrustProviderServerUnload function.

Ping

Pointer to a WinTrustProviderPing function.

See Also

WINTRUST_PROVIDER_SERVER_INFO, WinTrustProviderPing, WinTrustProviderServerInitialize, WinTrustProviderServerUnload