摘要: XP #include #include int main(){ TCHAR str[100] = TEXT("Hello World"); HWND hwnd = NULL; hwnd = FindWindowEx(NULL, NULL, TEXT("CabinetWClass"), NUL... 阅读全文
posted @ 2016-07-01 14:28 N3verL4nd 阅读(463) 评论(0) 推荐(0) 编辑
摘要: 问题: 32位程序在64位系统上调用GetModuleFileNameEx()遍历获取64位进程的全路径失败,得到的路径都为空。 根据官方的说法: For the best results use the following table to convert paths. ... 阅读全文
posted @ 2016-07-01 00:45 N3verL4nd 阅读(536) 评论(0) 推荐(0) 编辑