LRESULT CALLBACK MouseHook(int nCode, WPARAM wp, LPARAM lp) { MOUSEHOOKSTRUCT *pmh = (MOUSEHOOKSTRUCT *) lp; if (nCode >= 0) { if( wp ...
確定! 回上一頁