TopicTracker
出典 devblogs.microsoft.com/oldnewthing原文を表示
翻訳言語翻訳言語

ウィンドウメッセージ0x0091は何?予期しないパラメータで受信している

システムメッセージへの侵入について。ウィンドウメッセージ0x0091が予期しないパラメータで送信されている現象を調査し、その原因と影響を探る。

関連記事

  • The author discusses using std::basic_string<uint8_t> for handling binary data in C++, noting its convenience for cryptographic and sub-byte operations compared to regular char strings that require dealing with sign bits.