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.
BOOL DrvEnableDriver(IN ULONG iEngineVersion, IN ULONG cj,
OUT DRVENABLEDATA *pded);
| Header File: | |
| Module: | |
| Platforms: | |
| Versions: | 2.0 and later |
| Complete Documentation: | Windows NT Device Driver Kit |