IPM_GETADDRESSIPM_GETADDRESS*
*Contents  *Index  *Topic Contents
*Previous Topic: IPM_CLEARADDRESS
*Next Topic: IPM_ISBLANK

IPM_GETADDRESS


IPM_GETADDRESS
    wParam = 0;
    lParam = (LPARAM)(LPDWORD)pdwAddr;

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

pdwAddr
Address of a DWORD value that receives the address. The field 3 value will be contained in bits 0 through 7. The field 2 value will be contained in bits 8 through 15. The field 1 value will be contained in bits 16 through 23. The field 0 value will be contained in bits 24 through 31. The FIRST_IPADDRESS, SECOND_IPADDRESS, THIRD_IPADDRESS, and FOURTH_IPADDRESS macros can also be used to extract the address information. Zero will be returned as the address for any blank fields.

Version 4.71


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.