IFsrmMutableCollection::RemoveById method (fsrm.h)

Removes the specified object from the collection using an object identifier.

Syntax

HRESULT RemoveById(
  [in] FSRM_OBJECT_ID id
);

Parameters

[in] id

Identifies the object to remove from the collection.

Return value

The method returns the following return values.

Requirements

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

See also

IFsrmMutableCollection