If the application has created an IME window, it should pass this message to that window. The DefWindowProc function processes this message by passing it to the default IME window. The IME window processes this message by updating its appearance based on the change flag given.
質問です。 PC に PS/2 キーボードと USB キーボード みたいに キーボードが複数繋がっているとして、 この両者の入力を、どちらのものか識別したりする方法ってないでしょうか? 一応、デバイスマネージャにはデバイスドライバが2つある状態になっています。 多少低レベルな API とかでもいいのですが… (さすがにデバイスドライバを作るとか、そういうレベルだと厳しいのですが)