IFsrmStorageModuleImplementation::UseDefinitions method (fsrmpipeline.h)

Specifies the property definitions FSRM recognizes.

Syntax

HRESULT UseDefinitions(
  [in] IFsrmCollection *propertyDefinitions
);

Parameters

[in] propertyDefinitions

Collection of property definitions that are currently defined by FSRM.

Return value

The method returns the following return values.

Other values will result in the client application receiving a FSRM_E_MODULE_SESSION_INITIALIZATION error.

Windows Server 2008 R2:  The client application will receive a FSRM_E_UNEXPECTED error.

Remarks

The storage module may optionally use the collection of property definitions when determining how to load and save particular properties as appropriate.

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