Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines flag values that provide additional information about the property bag.
Syntax
typedef enum _FsrmPropertyBagFlags {
FsrmPropertyBagFlags_UpdatedByClassifier = 0x1,
FsrmPropertyBagFlags_FailedLoadingProperties = 0x2,
FsrmPropertyBagFlags_FailedSavingProperties = 0x4,
FsrmPropertyBagFlags_FailedClassifyingProperties = 0x8
} FsrmPropertyBagFlags;
Constants
FsrmPropertyBagFlags_UpdatedByClassifier Value: 0x1 The properties in the property bag were updated by a classifier. |
FsrmPropertyBagFlags_FailedLoadingProperties Value: 0x2 The properties in the property bag may only be partially classified because a failure occurred while loading properties from storage. |
FsrmPropertyBagFlags_FailedSavingProperties Value: 0x4 The properties in the property bag failed to be saved by the storage module with the highest precedence. |
FsrmPropertyBagFlags_FailedClassifyingProperties Value: 0x8 The properties in the property bag may only be partially classified because a failure occurred while classifying properties. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 |
Header | fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h) |