###Structure Name###
$tagNMIPADDRESS

###Description###
Contains information for the $IPN_FIELDCHANGED notification message

###Syntax###
Global Const $tagNMIPADDRESS = $tagNMHDR & ";int Field;int Value"


###Fields###
@@ParamTable@@
$tagNMHDR
	Contains information about a notification message
Field
	The 0-based number of the field that was changed.
Value
	The new value of the field specified in the Field 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.
@@End@@

###Remarks###
None.
