Windows Programming/Driver API
Tools
General
Sister projects
In other projects
This page of theWindows Programming book is a stub. You can help by expanding it.
It should come as no surprise that kernel mode drivers cannot use the same functions as user-mode applications. Device Drivers, for this reason, must rely on the available kernel mode functions. This page will talk about some of the available libraries and functions that can be utilized in a driver.
class