Shell NotifyIcon

Aus API-Wiki
Zur Navigation springenZur Suche springen
   Declare Function Shell_NotifyIcon Lib "shell32.dll" _
                    Alias "Shell_NotifyIconA" ( _
                    ByVal dwMessage As Long, _
                    lpData As NOTIFYICONDATA) As Long


dwMessage ist hierbei einer der folgenden Werte:

   Public Const NIM_ADD = &H0
   Public Const NIM_MODIFY = &H1
   Public Const NIM_DELETE = &H2