DrvEnableDriver

DrvEnableDriver is the initial driver entry point exported by the driver DLL. It fills a DRVENABLEDATA structure with the driver version number and calling addresses of functions supported by the driver.

Syntax

BOOL DrvEnableDriver(IN ULONG iEngineVersion, IN ULONG cj,
OUT DRVENABLEDATA *
pded);

At a Glance

Header File:
Module:
Platforms:
Versions: 2.0 and later
Complete Documentation: Windows NT Device Driver Kit