再接続時に通知アイコンが表示されない

再接続時に通知アイコンが表示されない

book

Article ID: CTX464003

calendar_today

Updated On:

Description

セッション再接続時に Windows タスクバーの通知領域(システムトレイ/タスクトレイ)にアプリケーションアイコンが表示されない

Environment

Citrix is not responsible for and does not endorse or accept any responsibility for the contents or your use of these third party Web sites. Citrix is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement by Citrix of the linked Web site. It is your responsibility to take precautions to ensure that whatever Web site you use is free of viruses or other harmful items.

Resolution

アプリケーションと OS 間のウィンドウメッセージの受け渡しに起因した事象となる為、製造元であるマイクロソフト社へのお問い合わせをご検討下さい。

 

Problem Cause

Windows環境では「Shell_TrayWnd」という OS が用意しているウィンドウに対して、アプリケーションから「WM_COPYDATA」というウィンドウメッセージが届くことで、通知領域(システムトレイ)に該当アプリケーションのアイコンが表示される動作となります。

Microsoft Teams アプリケーションを例に挙げると「Electron_NotifyIconHostWindow」という名前のウィンドウがあり、このウィンドウから「Shell_TrayWnd」へ「WM_COPYDATA」が送られることでシステムトレイに Teams のアイコンが表示されるといった具合です。調査の結果、事象再現時に限り「WM_COPYDATA」のメッセージが「Shell_TrayWnd」に渡されていない状況となっていることが確認できています。