Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Packs two byte-values into a single LPARAM suitable for use with the IPM_SETRANGE message.
Syntax
LPARAM MAKEIPRANGE(
BYTE low,
BYTE high
);
Parameters
low
Type: BYTE
The lower limit of the range.
high
Type: BYTE
The upper limit of the range.
Return value
Type: LPARAM
Returns an LPARAM value that contains the range.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | commctrl.h |