IFsrmStorageModuleImplementation::LoadProperties method (fsrmpipeline.h)

Instructs the storage module to load all properties.

Syntax

HRESULT LoadProperties(
  [in] IFsrmPropertyBag *propertyBag
);

Parameters

[in] propertyBag

Specifies the properties to load.

Return value

The method returns the following return values. Implementers should return an HRESULT error code for any other errors.

Remarks

The storage module must call the IFsrmPropertyBag::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.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmpipeline.h
DLL SrmSvc.dll

See also

IFsrmStorageModuleImplementation