3.2.4.2.10.4 Delete (Opnum 10)

The Delete method removes the object from the server's object list.

 [id(FSRM_DISPID_OBJECT | 0x01)] HRESULT Delete();

This method has no parameters.

Return Values: The method MUST return zero on success, or a nonzero error code on failure.

There are no parameters for this method.

The server MUST set the object's FSRM Base Object.Deleted property to true, so that the server removes the object from the server's list of objects when Commit (Opnum 11) (section 3.2.4.2.10.5) is called or returns a nonzero error code.