Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
_WIN64可用于查找平台是 32 位还是 64 位。
_WIN64
驱动程序(内核模式代码)中是否有任何可用的宏可用于告知操作系统的版本。XP、2003、Vista 还是 7?
您需要的信息在这里。SdkDdkVer.h在您的构建环境中检查。特别有用:NTDDI_VERSION。
SdkDdkVer.h