|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| commctrl.h
| Unicode
| No
| Platform Notes
| None
|
|
|
UDM_GETPOS
The UDM_GETPOS message retrieves the current position of an up-down control.
UDM_GETPOS
wParam = 0;
lParam = 0;
Return Values
The return value is the current position in the low-order word. If an error
occurred, the high-order word is nonzero.
Remarks
When processing this message, the up-down control updates its current position
based on the caption of the buddy window. The up-down control returns an error
if there is no buddy window or if the caption specifies an invalid or
out-of-range value.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|