FIRST_IPADDRESS macro (commctrl.h)
Extracts the field 0 value from a packed IP address retrieved with the IPM_GETADDRESS message.
Syntax
BYTE FIRST_IPADDRESS(
LPARAM x
);
Parameters
x
Type: LPARAM
The packed IP address value.
Return value
Type: BYTE
Returns a BYTE value that contains the field 0 value.
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 |