WINTRUST_PROVIDER_SERVER_INFO
[New
- Windows NT]
The WINTRUST_PROVIDER_SERVER_INFO
structure contains information about the server component of a trust provider.
The current
release of WinTrust does not include the WinTrust server component.
Consequently, WinTrust does not currently use this structure.
typedef struct _WINTRUST_PROVIDER_SERVER_INFO {
DWORD dwRevision;
LPWINTRUST_PROVIDER_SERVER_SERVICES
lpServices;
} WINTRUST_PROVIDER_SERVER_INFO,
*LPWINTRUST_PROVIDER_SERVER_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_SERVER_SERVICES
See Also