Shell NotifyIcon: Unterschied zwischen den Versionen
Aus API-Wiki
(Die Seite wurde neu angelegt: <pre> Declare Function Shell_NotifyIcon Lib "shell32.dll" Alias _ "Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As _ NOTIFYICONDATA) As Long ...) |
|||
Zeile 1: | Zeile 1: | ||
− | + | Declare Function Shell_NotifyIcon Lib "shell32.dll" Alias _ | |
− | Declare Function Shell_NotifyIcon Lib "shell32.dll" Alias _ | ||
"Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As _ | "Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As _ | ||
[[NOTIFYICONDATA]]) As Long | [[NOTIFYICONDATA]]) As Long | ||
− | |||
[[Kategorie:Shell]] | [[Kategorie:Shell]] |
Version vom 26. Februar 2007, 12:04 Uhr
Declare Function Shell_NotifyIcon Lib "shell32.dll" Alias _ "Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As _ NOTIFYICONDATA) As Long