ENdocAttributes
This enumerated type provides additional information about a file during auto-detection. This enumerated type is defined in adinfo.h
.
NOTE: The attributes in this enumerated type are set when a particular characteristic is detected. However, if the attribute is not set it does not necessarily mean that the characteristic is not present. For example, KeyView sets kEncrypted
when it detects encryption on the file, but if it does not detect encryption it does not necessarily mean the file is not encrypted.
Enumerators
kEncrypted
|
The file is encrypted. |
kWindowRMSEncrypted
|
The file is encrypted with Windows RMS encryption. |
kSecloreEncrypted
|
The file is encrypted using Seclore encryption. |
kSmartCrpytEncrypted
|
The file is encrypted using PKWARE SmartCrypt encryption. |
kBigEndian
|
Where a format has big and little endian variants, this value indicates that this file is in the big endian variant. |
kLittleEndian
|
Where a format has big and little endian variants, this value indicates that this file is in the little endian variant. |
k32Bit
|
Where a format has 64- and 32-bit variants, this value indicates that this file is in the 32-bit variant. |
k64Bit
|
Where a format has 64- and 32-bit variants, this value indicates that this file is in the 64-bit variant. |