IFsrmObject::Delete method (fsrm.h)

Removes the object from the server's list of objects.

Syntax

HRESULT Delete();

Return value

The method returns the following return values.

Remarks

You must call the IFsrmObject::Commit method to complete the delete operation.

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

IFsrmObject