#include "pch.h" #include <Windows.h> HHOOK g_hHook; HMODULE g_hModule; LRESULT CALLBACK GetMsgProc( _In_ int code, _In_ WPARAM wParam, ...
確定! 回上一頁