NMIPADDRESS structure (commctrl.h)
Contains information for the IPN_FIELDCHANGED notification code.
Syntax
typedef struct tagNMIPADDRESS {
NMHDR hdr;
int iField;
int iValue;
} NMIPADDRESS, *LPNMIPADDRESS;
Members
hdr
Type: NMHDR
An NMHDR structure that contains additional information about the notification.
iField
Type: int
The zero-based number of the field that was changed.
iValue
Type: int
The 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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | commctrl.h |