Shell NotifyIcon: Unterschied zwischen den Versionen
Aus API-Wiki
Zeile 2: | Zeile 2: | ||
"Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As _ | "Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As _ | ||
[[NOTIFYICONDATA]]) As Long | [[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 | ||
+ | |||
[[Kategorie:Shell]] | [[Kategorie:Shell]] |
Version vom 26. Februar 2007, 12:15 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