Contents Index Topic Contents | ||
Previous Topic: UDM_GETRANGE Next Topic: UDM_GETUNICODEFORMAT |
UDM_GETRANGE32
UDM_GETRANGE32 wParam = (WPARAM)(LPINT) pLow; lParam = (LPARAM)(LPINT) pHigh;Retrieves the 32-bit range of an up-down control.
- The return value for this message is not used.
- pLow
- Address of a signed integer that receives the lower limit of the up-down control range. This parameter may be NULL.
- pHigh
- Address of a signed integer that receives the upper limit of the up-down control range. This parameter may be NULL.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.