Contents Index Topic Contents | ||
Previous Topic: UDM_GETBUDDY Next Topic: UDM_GETRANGE |
UDM_GETPOS
UDM_GETPOS wParam = 0; lParam = 0;Retrieves the current position of an up-down control.
- The return value is the current position in the low-order word. If an error occurred, the high-order word is nonzero.
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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.