SAMPLE_PROTECTION_VERSION enumeration
Defines the version number for sample protection.
Syntax
typedef enum SAMPLE_PROTECTION_VERSION { SAMPLE_PROTECTION_VERSION_NO = 0, SAMPLE_PROTECTION_VERSION_BASIC_LOKI = 1, SAMPLE_PROTECTION_VERSION_SCATTER = 2, SAMPLE_PROTECTION_VERSION_RC4 = 3 } SAMPLE_PROTECTION_VERSION;
Constants
- SAMPLE_PROTECTION_VERSION_NO
-
No sample protection.
- SAMPLE_PROTECTION_VERSION_BASIC_LOKI
-
Version 1.
- SAMPLE_PROTECTION_VERSION_SCATTER
-
Version 2.
- SAMPLE_PROTECTION_VERSION_RC4
-
Version 3.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: