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
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
dwSubjectTypeCount
Specifies the
number of subject type entries in the lpSubjectTypeArray array.
lpSubjectTypeArray
Pointer to an
array of GUID pointers. Each GUID
See Also