|
|
|
|
|
|
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
|
| Header File
| wintrust.h
| Unicode
| No
| Platform Notes
| None
|
|
|
WINTRUST_SIP_INFO
[New - Windows NT]
The
WINTRUST_SIP_INFO structure contains information about a Subject Interface Package (SIP). A
pointer to this structure is passed to WinTrust by the SIP's
WinTrustSipInitialize function.
typedef struct _WINTRUST_SIP_INFO {
DWORD dwRevision;
LPWINTRUST_SIP_DISPATCH_TABLE lpServices;
DWORD dwSubjectTypeCount;
GUID * lpSubjectTypeArray;
} WINTRUST_SIP_INFO, *LPWINTRUST_SIP_INFO;
Members
dwRevision
Indicates the revision level of the SIP. A SIP should set this value to
WIN_TRUST_REVISION_1_0.
lpServices
Pointer to a
WINTRUST_SIP_DISPATCH_TABLE structure that contains pointers to a set of functions implemented by the SIP
for use by WinTrust.
dwSubjectTypeCount
Specifies the number of subject type entries in the
lpSubjectTypeArray array.
lpSubjectTypeArray
Pointer to an array of
GUID pointers. Each
GUID structure identifies a subject type that the SIP can handle.
See Also
GUID,
WINTRUST_SIP_DISPATCH_TABLE,
WinTrustSipInitialize
- 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