EM_PASTESPECIAL message

Pastes a specific clipboard format in a rich edit control.

Parameters

wParam

Specifies the Clipboard Formats.

lParam

Pointer to a REPASTESPECIAL structure or NULL. If an object is being pasted, the REPASTESPECIAL structure is filled in with the desired display aspect. If lParam is NULL or the dwAspect member is zero, the display aspect used will be the contents of the object descriptor.

Return value

This message does not return a value.

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

REPASTESPECIAL