Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this function if your application supports Undo and the user chooses Undo after activating an item but before editing it.
BOOL DeactivateAndUndo( );
Return Value
Nonzero on success; otherwise 0.
Remarks
If the container application is written using the Microsoft Foundation Class Library, calling this function causes COleClientItem::OnDeactivateAndUndo to be called, which deactivates the server's user interface.
Requirements
Header: afxole.h
See Also
Reference
COleClientItem::OnDeactivateAndUndo