Does Windows 8 ARM, A.K.A. “Windows RT” have the Winapi (win32) available for third party developers?
问题 Windows 8 for ARM, also known as Windows RT, does it have the equivalent of the Win32 API? (I don't mean if it can run Win32 x86 code, but if it has the Win32 API available to third party developers.) 回答1: Yes, the ARM version will support the same APIs as x86 and x64 builds, possibly with some slight differences in architecture-specific stuff like exception handling. For example, here's the list of APIs that the ARM version of msvcrt110.dll imports from kernel32: Setting environment for