MSDN Home > MSDN Library > User Interface Design and Development > Windows Shell > Windows Controls > Individual Control Information > Rich Edit Controls > |
Microsoft Rich Edit 2.0 and later: An application sends an EM_GETUNDONAME message to a rich edit control to retrieve the type of the next undo action, if any. Rich Edit 1.0: This message is not supported. To send this message, call the SendMessage function with the following parameters. Syntax lResult = SendMessage( (HWND) hWnd, (UINT) EM_GETUNDONAME, (WPARAM) wParam, (LPARAM) lParam ); Parameters
Return Value
Remarks
Message Information
See Also Rich Edit Controls, EM_GETREDONAME, EM_REDO, EM_UNDO, UNDONAMEID |
Contact Us | E-Mail this Page | MSDN Flash Newsletter |
© 2003 Microsoft Corporation. All rights reserved. Terms of Use Privacy Statement Accessibility |