interop::ContentPreTranslateMessage 函式 (microsoft.ui.dispatching.interop.h)
先篩選視窗訊息,再分派至 TranslateMessage 和 DispatchMessage 函式。
語法
BOOL ContentPreTranslateMessage(
const MSG *pmsg
);
參數
pmsg
MSG 結構的指標,其中包含要處理的訊息。
傳回值
True 是表示 如果此函式已完整處理訊息,則不應該進一步處理。 否則,如果訊息應該通過標準處理,則為 false。
備註
通常用來攔截和處理 GetMessage 函 式傳回的鍵盤快捷鍵和焦點瀏覽訊息,再將訊息傳送至特定的 HWND WNDPROC。
規格需求
需求 | 值 |
---|---|
標頭 | microsoft.ui.dispatching.interop.h |
另請參閱
microsoft.ui.input.inputpretranslatesource.interop 標頭, Simple Island App