Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
3/28/2014
This message retrieves the 32-bit range of an up-down control.
Syntax
UDM_GETRANGE32 wParam = (WPARAM)(LPINT) pLow;
lParam = (LPARAM)(LPINT) pHigh;
Parameters
- pLow
Pointer to an integer that receives the lower limit of the up-down control range. This parameter may be NULL.
- pHigh
Pointer to an integer that receives the upper limit of the up-down control range. This parameter may be NULL.
Return Value
None.
Requirements
Header |
commctrl.h |