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 structure that contains pointers to a set of functions implemented by the trust provider. WinTrust can call these functions to access the services of the trust provider.

See Also

WINTRUST_PROVIDER_SERVER_SERVICES, WinTrustProviderServerInitialize