2.2.1.2.19 AdsCachePropertyFlags
The AdsCachePropertyFlags enumeration defines bitmasks for the possible states of the secure and nonsecure properties of the FCIADS stream in the File Server Resource Manager protocol.
-
typedef enum AdsCachePropertyFlags { AdsCachePropertyFlags_None = 0x00000000, AdsCachePropertyFlags_Manual = 0x00000001, AdsCachePropertyFlags_Deleted = 0x00000002, AdsCachePropertyFlags_PolicyDerived = 0x00000004, AdsCachePropertyFlags_Inherited = 0x00000008 } AdsCachePropertyFlags;
AdsCachePropertyFlags_None: Indicates that no flags are set.
AdsCachePropertyFlags_Manual: The AdsCachePropertyFlags_Manual flag is set to indicate that a property has been manually classified.
AdsCachePropertyFlags_Deleted: The AdsCachePropertyFlags_Deleted flag is set to indicate that a property has been manually deleted.
AdsCachePropertyFlags_PolicyDerived: The AdsCachePropertyFlags_PolicyDerived flag is set to indicate whether the value in the cache was derived from classification properties.
AdsCachePropertyFlags_Inherited: The AdsCachePropertyFlags_Inherited flag is set to indicate whether a property name value was inherited from a container.