Quick Info

Windows NT
Yes
Win95
No
Win32s
No
Import Library

Header File
wintrust.h
Unicode
No
Platform Notes
None

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

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples