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.
- Returns an LPARAM value that contains the range.
- low
- Lower limit of the range.
- high
- Upper limit of the range.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.