-2

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.

gravetii
  • 9,273
  • 9
  • 56
  • 75

1 Answers1

0

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

Jonathan Henson
  • 8,076
  • 3
  • 28
  • 52