3.2.4.2.4.5 Delete (Opnum 11)

The Delete method removes the action object from the parent object's list of actions and returns S_OK upon successful completion.

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

This method has no parameters.

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

The server MUST remove the action from the parent object's list of actions or return a nonzero error code.