Contains information for the $IPN_FIELDCHANGED notification message
Global Const $tagNMIPADDRESS = $tagNMHDR & ";int Field;int Value"
$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. |