NMIPADDRESSNMIPADDRESS*
*Contents  *Index  *Topic Contents
*Previous Topic: Structures
*Next Topic: List View Controls

NMIPADDRESS


typedef struct tagNMIPADDRESS{
    NMHDR hdr;
    int iField;
    int iValue;
} NMIPADDRESS, *LPNMIPADDRESS;

Contains information for the IPN_FIELDCHANGED notification message.

hdr
NMHDR structure that contains additional information about the notification message.
iField
Zero-based number of the field that was changed.
iValue
New value of the field specified in the iField member. While processing the IPN_FIELDCHANGED notification, this member can be set to any value that is within the range of the field and the control will place this new value in the field.

Version 4.71


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