NIM_MODIFY top-level constant

  1. @Deprecated('Use NOTIFY_ICON_MESSAGE.NIM_MODIFY instead')
int const NIM_MODIFY

Modifies an icon in the status area. NOTIFYICONDATA structure pointed to by lpdata uses the ID originally assigned to the icon when it was added to the notification area (NIM_ADD) to identify the icon to be modified.

Implementation

@Deprecated('Use NOTIFY_ICON_MESSAGE.NIM_MODIFY instead')
const NIM_MODIFY = 0x00000001;