IFsrmDerivedObjectsResult::get_Results method (fsrm.h)

Retrieves the HRESULT values that indicate the success or failure of the update for each derived object.

This property is read-only.

Syntax

HRESULT get_Results(
  IFsrmCollection **results
);

Parameters

results

Return value

None

Remarks

The IFsrmDerivedObjectsResult::DerivedObjects property contains the corresponding list of derived objects.

Examples

For an example, see Updating a File Screen.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header fsrm.h (include FsrmQuota.h, FsrmScreen.h)
DLL SrmSvc.dll

See also

IFsrmDerivedObjectsResult