Functions
driver.c File Reference

Go to the source code of this file.

Functions

NTSTATUS DriverEntry (_In_ PDRIVER_OBJECT DriverObject, _In_ PUNICODE_STRING RegistryPath)
 
NTSTATUS bareflankEvtDeviceAdd (_In_ WDFDRIVER Driver, _Inout_ PWDFDEVICE_INIT DeviceInit)
 
VOID bareflankEvtDriverContextCleanup (_In_ WDFOBJECT DriverObject)
 
NTSTATUS bareflankEvtDeviceD0Entry (_In_ WDFDEVICE Device, _In_ WDF_POWER_DEVICE_STATE PreviousState)
 
NTSTATUS bareflankEvtDeviceD0Exit (_In_ WDFDEVICE Device, _In_ WDF_POWER_DEVICE_STATE TargetState)
 

Function Documentation

◆ DriverEntry()

NTSTATUS DriverEntry ( _In_ PDRIVER_OBJECT  DriverObject,
_In_ PUNICODE_STRING  RegistryPath 
)

Definition at line 28 of file driver.c.

◆ bareflankEvtDeviceAdd()

NTSTATUS bareflankEvtDeviceAdd ( _In_ WDFDRIVER  Driver,
_Inout_ PWDFDEVICE_INIT  DeviceInit 
)

Definition at line 51 of file driver.c.

◆ bareflankEvtDriverContextCleanup()

VOID bareflankEvtDriverContextCleanup ( _In_ WDFOBJECT  DriverObject)

Definition at line 76 of file driver.c.

◆ bareflankEvtDeviceD0Entry()

NTSTATUS bareflankEvtDeviceD0Entry ( _In_ WDFDEVICE  Device,
_In_ WDF_POWER_DEVICE_STATE  PreviousState 
)

Definition at line 88 of file driver.c.

◆ bareflankEvtDeviceD0Exit()

NTSTATUS bareflankEvtDeviceD0Exit ( _In_ WDFDEVICE  Device,
_In_ WDF_POWER_DEVICE_STATE  TargetState 
)

Definition at line 101 of file driver.c.