Shell NotifyIcon: Unterschied zwischen den Versionen
Aus API-Wiki
Zeile 1: | Zeile 1: | ||
− | Declare Function Shell_NotifyIcon Lib "shell32.dll" | + | Declare Function Shell_NotifyIcon Lib "shell32.dll" _ |
− | + | Alias "Shell_NotifyIconA" ( _ | |
− | + | ByVal dwMessage As Long, _ | |
+ | lpData As NOTIFYICONDATA) As Long | ||
Version vom 26. Februar 2007, 11:43 Uhr
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