Skip to content

{ Monthly Archives } 02月 2008

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 […]

在中间层驱动中处理IRP

Higher-level drivers have a different set of standard routines than lowest-level device drivers, with an overlapping subset of standard routines common to both types of drivers.
The set of routines for intermediate and highest-level drivers also varies according to the following criteria:

The nature of the underlying physical device
Whether an underlying device driver sets up device objects […]