IFsrmStorageModuleImplementation::SaveProperties method (fsrmpipeline.h)

Instructs the storage module to save properties associated with a file.

Syntax

HRESULT SaveProperties(
  [in] IFsrmPropertyBag *propertyBag
);

Parameters

[in] propertyBag

Specifies the location to save properties.

Return value

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

Remarks

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