Macros | Variables
driver.h File Reference

Go to the source code of this file.

Macros

#define INITGUID
 

Variables

EXTERN_C_START DRIVER_INITIALIZE DriverEntry
 
EVT_WDF_DRIVER_DEVICE_ADD bareflankEvtDeviceAdd
 
EVT_WDF_OBJECT_CONTEXT_CLEANUP bareflankEvtDriverContextCleanup
 
EVT_WDF_DEVICE_D0_ENTRY bareflankEvtDeviceD0Entry
 
EVT_WDF_DEVICE_D0_EXIT bareflankEvtDeviceD0Exit
 

Macro Definition Documentation

◆ INITGUID

#define INITGUID

Definition at line 23 of file driver.h.

Variable Documentation

◆ DriverEntry

EXTERN_C_START DRIVER_INITIALIZE DriverEntry

Definition at line 38 of file driver.h.

◆ bareflankEvtDeviceAdd

EVT_WDF_DRIVER_DEVICE_ADD bareflankEvtDeviceAdd

Definition at line 39 of file driver.h.

◆ bareflankEvtDriverContextCleanup

EVT_WDF_OBJECT_CONTEXT_CLEANUP bareflankEvtDriverContextCleanup

Definition at line 40 of file driver.h.

◆ bareflankEvtDeviceD0Entry

EVT_WDF_DEVICE_D0_ENTRY bareflankEvtDeviceD0Entry

Definition at line 41 of file driver.h.

◆ bareflankEvtDeviceD0Exit

EVT_WDF_DEVICE_D0_EXIT bareflankEvtDeviceD0Exit

Definition at line 42 of file driver.h.