WINTRUST_PROVIDER_CLIENT_INFO
[New
- Windows NT]
The WINTRUST_PROVIDER_CLIENT_INFO
structure contains information about the client component of a trust provider.
The trust provider s WinTrustProviderClientInitialize
typedef struct _WINTRUST_PROVIDER_CLIENT_INFO {
DWORD dwRevision;
LPWINTRUST_PROVIDER_CLIENT_SERVICES
lpServices;
DWORD
dwActionIdCount;
GUID
*
lpActionIdArray;
} WINTRUST_PROVIDER_CLIENT_INFO,
*LPWINTRUST_PROVIDER_CLIENT_INFO;
Members
dwRevision
Indicates the
revision level of the trust provider. Currently, a trust provider must set this
value to WIN_TRUST_REVISION_1_0.
lpServices
Pointer to a WINTRUST_PROVIDER_CLIENT_SERVICES
dwActionIdCount
Specifies the
number of action identifier entries in the lpActionIdArray array.
lpActionIdArray
Pointer to an
array of GUID pointers. Each GUID
See Also