Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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

NMHDRstructure 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 lParamparameter of the WM_NOTIFYmessage that is used to send the UDN_DELTAPOSmessage.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also