MAKEIPRANGE macro (commctrl.h)

Packs two byte-values into a single LPARAM suitable for use with the IPM_SETRANGE message.

Syntax

void MAKEIPRANGE(
   low,
   high
);

Parameters

low

Type: BYTE

The lower limit of the range.

high

Type: BYTE

The upper limit of the range.

Return value

None

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