|
Shell_NotifyIcon |
Declare Function Api_Shell_NotifyIcon& Lib "shell32" Alias "Shell_NotifyIconA" (ByVal dwMessage&, lpData As NOTIFYICONDATA) |
||||||||||||
|
Declare Function Shell_NotifyIcon Lib "shell32" Alias "Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As NOTIFYICONDATA) As Long |
|||||||||||||
|
タスクトレーにアイコンを追加・変更・削除のメッセージをシステムに通知 する。 |
|||||||||||||
|
パラメータ
pnid 指定されたバージョンがサポートされていない場合には 0 (FALSE) が返る。 |
|||||||||||||