SIP_CAP_SET_V3 structure (mssip.h)
The SIP_CAP_SET structure defines the capabilities of a subject interface package (SIP).
Syntax
typedef struct _SIP_CAP_SET_V3 {
DWORD cbSize;
DWORD dwVersion;
BOOL isMultiSign;
union {
DWORD dwFlags;
DWORD dwReserved;
};
} SIP_CAP_SET_V3, *PSIP_CAP_SET_V3;
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).
dwFlags
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 |