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
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
lpServices
Pointer to a WINTRUST_CLIENT_TP_DISPATCH_TABLE
See Also