NM_UPDOWN

This structure contains information about an up-down control notification message. This structure is identical to the NMUPDOWN structure, but was renamed to follow current naming conventions.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later

Syntax

typedef struct _NM_UPDOWN {
NMHDR
hdr;
int
iPos;
int
iDelta;
} NM_UPDOWNW;

Members

hdr

NMHDR structure that contains additional information about the notification message.

iPos

Signed integer value that represents the up-down control’s current position.

iDelta

Signed integer value that represents the proposed change in the up-down control’s position.

Remarks

In Windows CE version 2.0, this structure has been renamed NMUPDOWN.

See Also

NMHDR, UDN_DELTAPOS, WM_NOTIFY