EN_OBJECTPOSITIONS notification code

Notifies a rich edit control's parent window when the control reads in objects. A rich edit control sends this notification code in the form of a WM_NOTIFY message.

EN_OBJECTPOSITIONS

    pOjectPositions = (OBJECTPOSITIONS *) lParam; 

Parameters

lParam

An OBJECTPOSITIONS structure.

Return value

Return zero to continue the Read operation.

Return a nonzero value to stop the Read operation.

Remarks

To receive an EN_OBJECTPOSITIONS notification code, specify the ENM_OBJECTPOSITIONS flag in the mask sent with the EM_SETEVENTMASK 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_SETEVENTMASK

OBJECTPOSITIONS

WM_NOTIFY

Other Resources

HIWORD

LOWORD