Defines the version number for sample protection.
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;
| Constant | Description |
|---|---|
| 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. |
Header: Declared in mfidl.h.