SIP_CAP_SET structure
The SIP_CAP_SET structure defines the capabilities of a subject interface package (SIP).
Syntax
typedef struct _SIP_CAP_SET { DWORD cbSize; DWORD dwVersion; BOOL isMultiSign; DWORD dwReserved; } SIP_CAP_SET, *PSIP_CAP_SET;
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
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
Show: