The WINTRUST_PROVIDER_SERVER_INFO structure contains information about the server component of a trust provider.
The current release of WinTrust does not include the WinTrust server component. Consequently, WinTrust does not currently use this structure.
typedef struct _WINTRUST_PROVIDER_SERVER_INFO { DWORD dwRevision; LPWINTRUST_PROVIDER_SERVER_SERVICES lpServices; } WINTRUST_PROVIDER_SERVER_INFO, *LPWINTRUST_PROVIDER_SERVER_INFO;
WINTRUST_PROVIDER_SERVER_SERVICES, WinTrustProviderServerInitialize