NotifyIconData: Unterschied zwischen den Versionen
Aus API-Wiki
K (vb) |
|||
Zeile 1: | Zeile 1: | ||
− | < | + | <vb>Type NotifyIconData |
− | Type NotifyIconData | ||
cbSize As Long | cbSize As Long | ||
hwnd As Long | hwnd As Long | ||
Zeile 8: | Zeile 7: | ||
hIcon As Long | hIcon As Long | ||
szTip As String * 64 | szTip As String * 64 | ||
− | End Type | + | End Type</vb> |
− | </ | ||
− | Wird verwendet in: | + | Wird verwendet in: |
− | [[Shell_NotifyIcon]] | + | *[[Shell_NotifyIcon]] |
[[Kategorie:Type]] | [[Kategorie:Type]] |
Version vom 13. Mai 2008, 14:07 Uhr
<vb>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</vb>
Wird verwendet in: