NIM_ADD top-level constant

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

Adds an icon to the status area. The icon is given an identifier in the NOTIFYICONDATA structure pointed to by lpdata—either through its uID or guidItem member. This identifier is used in subsequent calls to Shell_NotifyIcon to perform later actions on the icon.

Implementation

@Deprecated('Use NOTIFY_ICON_MESSAGE.NIM_ADD instead')
const NIM_ADD = 0x00000000;