查了MSDN,“In most cases where the application needs to use low level hooks, it should monitor raw input instead. This is because raw input can asynchronously monitor mouse and keyboard messages that are targeted for other threads more effectively than low level hooks can. For more information on raw input, see Raw Input.”
【在應用程式需要使用lowlevelhooks的大多數情況下,應當改為監控row input的方法來代替。這是因為,row input能比lowlevelhooks更有效地異步監控發送到其他執行緒的滑鼠和按鍵訊息。】
求教這個raw input是什么鬼?也有鉤子的特性嗎?如果沒有鉤子的特性,為什么能代替lowlevel鉤子呢?這個函式要怎么用呢?百度了也沒有具體教程,新手應該從何處學習這些不常用的API?MSDN只有理論,不夠啊!自己試驗得試到什么時候啊!
轉載請註明出處,本文鏈接:https://www.uj5u.com/gongcheng/132520.html
標籤:進程/線程/DLL
