NIF_INFO top-level constant

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

const NIF_INFO = 0x00000010;