Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Contains information about a trackbar change notification. This message is sent with the TRBN_THUMBPOSCHANGING notification.
Syntax
typedef struct tagTRBTHUMBPOSCHANGING {
NMHDR hdr;
DWORD dwPos;
int nReason;
} NMTRBTHUMBPOSCHANGING;
Members
hdr
Type: NMHDR
A NMHDR structure that describes the notification.
dwPos
Type: DWORD
Position on trackbar.
nReason
Type: int
Type of movement as one of the following values: TB_LINEUP, TB_LINEDOWN, TB_PAGEUP, TB_PAGEDOWN, TB_THUMBPOSITION, TB_THUMBTRACK, TB_TOP, TB_BOTTOM, or TB_ENDTRACK.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | commctrl.h |