NIF_INFO top-level constant

  1. @Deprecated('Use NOTIFY_ICON_DATA_FLAGS.NIF_INFO instead')
int const NIF_INFO

To display the balloon notification, specify NIF_INFO and provide text in szInfo. To remove a balloon notification, specify NIF_INFO and provide an empty string through szInfo. To add a notification area icon without displaying a notification, do not set the NIF_INFO flag.

Implementation

@Deprecated('Use NOTIFY_ICON_DATA_FLAGS.NIF_INFO instead')
const NIF_INFO = 0x00000010;