Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
This structure contains information specific to up-down control messages. It is identical to and replaces the NM_UPDOWN structure.
Syntax
typedef struct _NM_UPDOWN {
NMHDR hdr;
int iPos;
int iDelta;
} NMUPDOWN, FAR* LPNMUPDOWN;
Members
- hdr
NMHDR structure that contains additional information about the 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
The address of this structure is specified as the lParam parameter of the WM_NOTIFY message that is used to send the UDN_DELTAPOS message.
Requirements
| Header | commctrl.h |
| Windows Embedded CE | Windows CE 2.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |