Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、次のようなイベントを作成したとします。
HANDLE hGlobalEvent = ::CreateEvent(NULL, FALSE, FALSE, NULL);
変更せずにハンドルで状態を取得することは可能ですか?
いいえ、それを行う直接的な方法はありません。イベント オブジェクトを照会する方法があったとしても、答えはいつでも変わる可能性があり、情報はすぐに古くなります。