SIP_CAP_SET_V2 structure (mssip.h)
The SIP_CAP_SET structure defines the capabilities of a subject interface package (SIP).
Syntax
typedef struct _SIP_CAP_SET_V2 {
DWORD cbSize;
DWORD dwVersion;
BOOL isMultiSign;
DWORD dwReserved;
} SIP_CAP_SET_V2, *PSIP_CAP_SET_V2;
Members
cbSize
Size, in bytes, of this structure.
dwVersion
The SIP version. By default, this value is two (2).
isMultiSign
A value of one (1) indicates that the SIP supports multiple embedded signatures. Otherwise, set this value to zero (0).
dwReserved
Reserved for future use. Set this value to zero (0).
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | mssip.h |