IPN_FIELDCHANGEDIPN_FIELDCHANGED*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Notifications
*Next Topic: Utility Macros

IPN_FIELDCHANGED


IPN_FIELDCHANGED
    lpnmipa = (LPNMIPADDRESS) lParam;

Sent when the user changes a field in the control or moves from one field to another. This notification message is sent in the form of a WM_NOTIFY message.

lpnmipa
Address of an NMIPADDRESS structure that contains information about the changed address. The iValue member of this structure will contain the entered value, even if it is out of the range of the field. You can modify this member to any value that is within the range for the field in response to this notification.

This notification is not sent in response to a IPM_SETADDRESS message.

Version 4.71


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