Using the Windows Headers
From:
MSDN
Windows API 头文件允许您创建32- 和64-位应用程序。它们包含了Unicode 和 ANSI 版本的 API声明。更多的信息可参见
Unicode in the Windows API。They use data types that allow you to build both 32- and 64-bit versions of your application from a single source code base. For more information, see
Getting Ready for 64-bit Windows. Additional features include
Header Annotations and
STRICT Type Checking.
Microsoft Visual C++ includes […]