EN_OLEOPFAILED  0PI7.I 

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.

ENOLEOPFAILED214I0K3