The WINTRUST_SERVER_TP_INFO structure contains information that WinTrust passes to the server component of a trust provider.
The current release of WinTrust does not include the WinTrust server component. Consequently, WinTrust does not use this structure.
typedef struct _WINTRUST_SERVER_TP_INFO { DWORD dwRevision; LPWINTRUST_SERVER_TP_DISPATCH_TABLE lpServices; } WINTRUST_SERVER_TP_INFO, *LPWINTRUST_SERVER_TP_INFO;
WINTRUST_SERVER_TP_DISPATCH_TABLE, WinTrustProviderServerInitialize