Marks the beginning of a reversible unit of work.
Syntax
HRESULT BeginUndoUnit( OLECHAR *pchTitle );
Parameters
- pchTitle
- Address of an OLECHAR structure that specifies the title of a reversible unit of work.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
EndUndoUnit