EM_REDO message

Sends an EM_REDO message to a rich edit control to redo the next action in the control's redo queue.

Parameters

wParam

Not used; must be zero.

lParam

Not used; must be zero.

Return value

If the Redo operation succeeds, the return value is a nonzero value.

If the Redo operation fails, the return value is zero.

Remarks

To determine whether there are any actions in the control's redo queue, send the EM_CANREDO message.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Richedit.h

See also

Reference

EM_CANREDO

EM_GETREDONAME

EM_GETUNDONAME

EM_UNDO