MAKEIPADDRESS macro (commctrl.h)
Packs four byte-values into a single LPARAM suitable for use with the IPM_SETADDRESS message.
Syntax
void MAKEIPADDRESS(
b1,
b2,
b3,
b4
);
Parameters
b1
Type: BYTE
The field 0 address.
b2
Type: BYTE
The field 1 address.
b3
Type: BYTE
The field 2 address.
b4
Type: BYTE
The field 3 address.
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 |