NotifyIconData: Unterschied zwischen den Versionen
Aus API-Wiki
(Die Seite wurde neu angelegt: <pre> Type NotifyIconData cbSize As Long hwnd As Long uID As Long uFlags As Long uCallbackMessage As Long hIcon As Long szTip As String * 64...) |
|||
Zeile 11: | Zeile 11: | ||
</pre> | </pre> | ||
− | + | Wird verwendet in:<br> | |
+ | [[Shell_NotifyIcon]] | ||
[[Kategorie:Type]] | [[Kategorie:Type]] |
Version vom 26. Februar 2007, 14:53 Uhr
Type NotifyIconData cbSize As Long hwnd As Long uID As Long uFlags As Long uCallbackMessage As Long hIcon As Long szTip As String * 64 End Type
Wird verwendet in:
Shell_NotifyIcon