Skip to content

Latest commit

 

History

History
89 lines (52 loc) · 1.63 KB

em-redo.md

File metadata and controls

89 lines (52 loc) · 1.63 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
EM_REDO message (Richedit.h)
Sends an EM\_REDO message to a rich edit control to redo the next action in the control's redo queue.
28ec1ec2-a56d-442f-b3cb-9feeb92edaeb
EM_REDO message Windows Controls
apiref
EM_REDO
Richedit.h
HeaderDef
reference
05/31/2018

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