NIN_SELECT top-level constant

int const NIN_SELECT

If a user selects a notify icon with the mouse and activates it with the ENTER key, the Shell now sends the associated application an NIN_SELECT notification. Earlier versions send WM_RBUTTONDOWN and WM_RBUTTONUP messages.

Implementation

const NIN_SELECT = WM_USER + 0;