EN_OLEOPFAILED

Notifies a rich edit control's parent window that a user action on an OLE object has failed.

EN_OLEOPFAILED
wParam = (WPARAM) (UINT) uID;
lParam = (LPARAM) (ENOLEOPFAILED *) lpeoof;
 

Parameters

uID
Identifier of the rich edit control.
lpeoof
Pointer to an ENOLEOPFAILED structure that contains information about the failure.

Return Values

Returns zero.

ENOLEOPFAILED

QuickInfo

  Windows NT: Requires version 3.51 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in richedit.h.

See Also

Rich Edit Controls Overview, Rich Edit Notification Messages