2019年4月23日

C++ 判断当前系统x64 or x86

摘要: BOOL IsWow64(){ BOOL bIsWow64 = FALSE; //IsWow64Process is not available on all supported versions of Windows. //Use GetModuleHandle to get a handle t 阅读全文

posted @ 2019-04-23 15:34 lopengye 阅读(614) 评论(0) 推荐(0)

导航