NMUPDOWNNMUPDOWN*
*Contents  *Index  *Topic Contents
*Previous Topic: Up-Down Control Structures
*Next Topic: UDACCEL

NMUPDOWN


typedef struct _NM_UPDOWN {
    NMHDR hdr;
    int   iPos;
    int   iDelta;
} NMUPDOWN, FAR *LPNMUPDOWN;

Contains information specific to up-down control notification messages. It is identical to and replaces the NM_UPDOWN structure.

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.

Version 4.70

See also UDN_DELTAPOS, WM_NOTIFY


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.