//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言判别操作系统是否为64位源码系统结构:GetModuleHandle,GetProcAddress,GetCurrentProcess,IsWow64Process, ======窗口程序集1 || ||------_按钮1_被单击 || || ======调用的Dll || ||---[dll]------GetModuleHandle || ||---[dll]------GetProcAddress || ||---[dll]------GetCurrentProcess || ||---[dll]------IsWow64Process 调用的DLL命令: .DLL命令GetModuleHandle,整数型,,"GetModuleHandleA" .参数文本1,文本型 .DLL命令GetProcAddress,整数型,,"GetProcAddress" .参数数值1,整数型 .参数文本2,文本型 .DLL命令GetCurrentProcess,整数型,,"GetCurrentProcess" .DLL命令IsWow64Process,整数型,,"IsWow64Process" .参数数值2,整数型 .参数数值3,整数型,传址
