IRichEditOle::HandsOffStorage method (richole.h)
Indicates when a rich edit control is to release its reference to the storage interface associated with the specified object. This call does not call the object's IRichEditOle::HandsOffStorage method; the caller must do that.
Syntax
HRESULT HandsOffStorage(
LONG iob
);
Parameters
iob
Type: LONG
Index of the object whose storage is to be released. If this parameter is REO_IOB_SELECTION, the storage of the selected object is to be released.
Return value
Type: HRESULT
Returns S_OK on success, or a failure code otherwise. E_INVALIDARG is returned if the index is invalid.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | richole.h |
DLL | Msftedit.dll |