Why is everything named win32?
问题 Involving the Windows operating system, a lot of things use the number 32, especially with Win32. I see it in everything from system folders: C:\Windows\System32\ to system files: C:\Windows\System32\win32k.sys to Windows app development: Develop a Win32 Application The significance of the number 32 and computers makes me think 32-bit processors, but, if this is correct, why is there a need to explicitly mention 32-bit systems? Googling around brought me to the Win32 API. This is, I presume,