在启动它之前,我需要知道给定的.exe是32位还是64位. IsWow64Process在这里没用,因为还没有进程.是否有其他API可以提供这些信息?
解决方法
如果您真的只想为EXE而不是DLL执行此操作,请使用
GetBinaryType.
Determines whether a file is an executable (.exe) file,and if so,which subsystem runs the executable file.