Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 1.58 KB

ipm-setaddress.md

File metadata and controls

64 lines (37 loc) · 1.58 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
IPM_SETADDRESS message (Commctrl.h)
Sets the address values for all four fields in the IP address control.
52e72437-3558-4789-844f-5ab5b0b7967c
IPM_SETADDRESS message Windows Controls
apiref
IPM_SETADDRESS
Commctrl.h
HeaderDef
reference
05/31/2018

IPM_SETADDRESS message

Sets the address values for all four fields in the IP address control.

Parameters

wParam

Must be zero.

lParam

A DWORD value that contains the new address. The field 3 value is contained in bits 0 through 7. The field 2 value is contained in bits 8 through 15. The field 1 value is contained in bits 16 through 23. The field 0 value is contained in bits 24 through 31. The MAKEIPADDRESS macro can also be used to create the address information.

Return value

The return value is not used.

Remarks

This message does not generate an IPN_FIELDCHANGED notification.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h