Windows Programming/Driver API

This page of the Windows Programming book is a stub. You can help by expanding it. Category:Book:Windows Programming/Stubs 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.

Function Prefixes

  1. include <stdio.h>
  2. include <iostream.h>
  3. include <conio.h>

class

Native API

String Functions

Safe String Library

UNICODE_STRING

Kernel Mode Functions

Category:Book:Windows Programming#Driver%20API%20
Category:Book:Windows Programming Category:Book:Windows Programming/Stubs