bool __declspec(dllexport) InstallHook(){ g_hHook = SetWindowsHookEx(WH_CBT, (HOOKPROC) CBTProc, g_hInstance, 0); return g_hHook != NULL; }.
確定! 回上一頁