IFsrmStorageModuleImplementation.LoadProperties Method (IFsrmPropertyBag)
Instructs the storage module to load all properties.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
void LoadProperties(
IFsrmPropertyBag propertyBag
)
void LoadProperties(
IFsrmPropertyBag^ propertyBag
)
abstract LoadProperties :
propertyBag:IFsrmPropertyBag -> unit
Sub LoadProperties (
propertyBag As IFsrmPropertyBag
)
Parameters
propertyBag
Type: Microsoft.Storage.IFsrmPropertyBagSpecifies the properties to load.
Remarks
The storage module must call the SetFileProperty method on the property bag that is passed in for each property it chooses to set.
If FSRM_E_INCOMPATIBLE_FORMAT or FSRM_E_FILE_ENCRYPTED is returned, FSRM will not indicate that the file has failed classification. If any other error value is returned, FSRM will indicate that the file has failed classification.
See Also
IFsrmStorageModuleImplementation Interface
Microsoft.Storage Namespace
Return to top