WINTRUST_CLIENT_TP_INFO
[New
- Windows NT]
The WINTRUST_CLIENT_TP_INFO
structure contains information that WinTrust passes to the client component of
a trust provider. WinTrust passes a pointer to this structure when it calls the
trust provider s WinTrustProviderClientInitialize function.
typedef struct _WINTRUST_CLIENT_TP_INFO {
DWORD dwRevision;
LPWINTRUST_CLIENT_TP_DISPATCH_TABLE
lpServices;
} WINTRUST_CLIENT_TP_INFO, *LPWINTRUST_CLIENT_TP_INFO;
Members
dwRevision
Indicates the
revision level of the WinTrust component that calls the trust provider s WinTrustProviderClientInitialize function. WinTrust sets
this value to WIN_TRUST_REVISION_1_0.
lpServices
Pointer to a WINTRUST_CLIENT_TP_DISPATCH_TABLE structure that contains a
set of pointers to functions implemented by WinTrust for use by the client
component of a trust provider.
See Also