The NM_UPDOWN structure contains information about an up-down control notification message.
typedef struct _NM_UPDOWN { nmud
NMHDR hdr; // notification message header
int iPos; // current position
int iDelta; // proposed change in position
} NM_UPDOWNW;
The address of this structure is specified as the lParam parameter of the WM_NOTIFY message for the UDN_DELTAPOS notification message.