What's the correct way to find out if a Windows Server 2003 SP 1 is a 32 bit or a 64 bit? [duplicate]

StackOverflow https://stackoverflow.com/questions/21580317

문제

I was looking for a way to determine the above. I could not really find it easily and google somehow couldn't help me much with it too.

Thanks.

도움이 되었습니까?

해결책

You need the GetNativeSystemInfo() API Call. The information you are looking for will be returned in the SYSTEM_INFO structure in the wProcessorArchitecture member.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top