Rapid-Q Documentation by William Yu (c)1999 Appendix A: QNOTIFYICONDATA


QNOTIFYICONDATA Компонент

QNotifyIconData is not a visible component, it's a data type with the form
   TYPE QNotifyIconData
     cbSize AS INTEGER       ' Read only
     hWnd AS INTEGER
     uID AS INTEGER
     uFlags as INTEGER
     uCallBackMessage as INTEGER
     hIcon as INTEGER
     szTip as STRING
   END TYPE
Its use is primarily restricted to the Shell_NotifyIcon API call, but you may find other uses for it as well.


Предыдущий Компонент Содержание Следующий Компонент