Contents Index Topic Contents | ||
Previous Topic: MAKEIPRANGE Next Topic: FIRST_IPADDRESS |
MAKEIPADDRESS
LPARAM MAKEIPADDRESS( BYTE b0, BYTE b1, BYTE b2, BYTE b3 );Packs four byte values into a single LPARAM suitable for use with the IPM_SETADDRESS message.
- Returns an LPARAM value that contains the address.
- b0
- Field 0 address.
- b1
- Field 1 address.
- b2
- Field 2 address.
- b3
- Field 3 address.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.