IE_GETNOTIFY

Retrieves the current notification options for the control.

Parameters

wParam

Not used; must be 0.

lParam

Not used; must be 0.

Return Value

If successful, returns the current notification bits, as listed here:

Constant

Description

IEN_EDIT

Require notifications of editing or command events.

IEN_FOCUS

Require notifications of focus events.

IEN_PAINT

Require notifications of painting events.

IEN_PDEVENT

Require notifications of pointing-device events (clicks and taps).

IEN_PROPERTIES

Require notifications before bringing up the properties dialog box.

IEN_SCROLL

Require notifications of scrolling events.

 

Otherwise, returns IER_PARAMERR to indicate that wParam or lParam is invalid.

See Also

IE_SETNOTIFY