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