|
|
|
|
|
|
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
|
| Header File
| wintrust.h
| Unicode
| No
| Platform Notes
| None
|
|
|
WINTRUST_PROVIDER_CLIENT_SERVICES
[New - Windows NT]
The
WINTRUST_PROVIDER_CLIENT_SERVICES structure contains pointers to a set of functions implemented by a trust
provider to be called by WinTrust. The trust provider's
WinTrustProviderClientInitialize function passes WinTrust a pointer to this dispatch table.
typedef struct _WINTRUST_PROVIDER_CLIENT_SERVICES
{
LPWINTRUST_PROVIDER_CLIENT_UNLOAD Unload;
LPWINTRUST_PROVIDER_VERIFY_TRUST VerifyTrust;
LPWINTRUST_PROVIDER_SUBMIT_CERTIFICATE SubmitCertificate;
} WINTRUST_PROVIDER_CLIENT_SERVICES, *LPWINTRUST_PROVIDER_CLIENT_SERVICES;
Members
Unload
Pointer to a
WinTrustProviderClientUnload function.
VerifyTrust
Pointer to a
WinTrustProviderVerifyTrust function.
SubmitCertificate
Pointer to a
WinTrustProviderSubmitCertificate function.
See Also
WINTRUST_PROVIDER_CLIENT_INFO,
WinTrustProviderClientInitialize,
WinTrustProviderClientUnload,
WinTrustProviderSubmitCertificate,
WinTrustProviderVerifyTrust
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database