2.2.1.2.20 FCI_ADS_SECURE_PROPERTY_TYPE
The FCI_ADS_SECURE_PROPERTY_TYPE enumeration defines bitmasks for the possible types of the secure property of the FCIADS.
-
typedef enum FCI_ADS_SECURE_PROPERTY_TYPE { FCI_ADS_SECURE_PROPERTY_TYPE_INT64 = 1, FCI_ADS_SECURE_PROPERTY_TYPE_STRING = 2 } FCI_ADS_SECURE_PROPERTY_TYPE;
FCI_ADS_SECURE_PROPERTY_TYPE_INT64: If this flag is set, the property definition is of integer type.
FCI_ADS_SECURE_PROPERTY_TYPE_STRING: If this flag is set, the property definition is of string type.