Adds a simple undo unit to the collection.
HRESULT Add(
IOleUndoUnit* pUU |
//Pointer to undo unit to be added |
); |
Parameters
Return Values
Remarks
The parent undo unit or undo manager must accept any undo unit given to it, unless it is blocked. If it is blocked, it should do nothing but return S_OK.
See Also