TopicTracker
From devblogs.microsoft.com/oldnewthingView original
TranslationTranslation

What’s up with window message 0x0091? We’re getting it with unexpected parameters

The article discusses window message 0x0091 being received with unexpected parameters, describing it as trespassing on system messages. It appears on The Old New Thing blog from Microsoft.

Related stories

  • 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.