Expand Minimize
This topic has not yet been rated - Rate this topic

EM_CANPASTE message

Determines whether a rich edit control can paste a specified clipboard format.

Parameters

wParam

Specifies the Clipboard Formats to try. To try any format currently on the clipboard, set this parameter to zero.

lParam

This parameter is not used; it must be zero.

Return value

If the clipboard format can be pasted, the return value is a nonzero value.

If the clipboard format cannot be pasted, the return value is zero.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Richedit.h

See also

SendMessage

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.