摘要: char text[2014]; GetModuleBaseNameA(GetCurrentProcess(), 0, text, 1024); HMODULE hModule = GetModuleHandleA(text); HMODULE hModule = GetModuleHandleA( 阅读全文
posted @ 2020-09-12 11:38 Ajanuw 阅读(1375) 评论(0) 推荐(0) 编辑
摘要: // 返回给定窗口上方窗口的句柄。 HWND prevSibling = GetWindow((HWND)0x1011C, GW_HWNDPREV); printf("%x\n", prevSibling); //返回给定窗口下方窗口的句柄。 HWND nextSibling = GetWindow 阅读全文
posted @ 2020-09-12 11:00 Ajanuw 阅读(219) 评论(0) 推荐(0) 编辑