WINTRUST_SERVER_TP_INFO  2DGXRU5

[New - Windows NT]

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;

 

Members

dwRevision

Indicates the revision level of WinTrust. Currently, WinTrust sets this value to WIN_TRUST_REVISION_1_0.

lpServices

Pointer to a WINTRUST_SERVER_TP_DISPATCH_TABLE19NKF9X structure that contains a set of pointers to functions implemented by WinTrust for use by the server component of a trust provider.

 

See Also

WINTRUST_SERVER_TP_DISPATCH_TABLE, WinTrustProviderServerInitialize