Contents Index Topic Contents | ||
Previous Topic: IPM_ISBLANK Next Topic: IPM_SETFOCUS |
IPM_SETADDRESS
IPM_SETADDRESS wParam = 0; lParam = (LPARAM)(DWORD)dwAddr;Sets the address values for all four fields in the IP address control.
- The return value is not used.
- dwAddr
- 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.
This message does not generate an IPN_FIELDCHANGED notification.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.