MAKEIPRANGEMAKEIPRANGE*
*Contents  *Index  *Topic Contents
*Previous Topic: Utility Macros
*Next Topic: MAKEIPADDRESS

MAKEIPRANGE


LPARAM MAKEIPRANGE(
    BYTE low,
    BYTE high
);

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

low
Lower limit of the range.
high
Upper limit of the range.

Version 4.71


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.