Go to the source code of this file.
◆ DriverEntry()
NTSTATUS DriverEntry |
( |
_In_ PDRIVER_OBJECT |
DriverObject, |
|
|
_In_ PUNICODE_STRING |
RegistryPath |
|
) |
| |
◆ bareflankEvtDeviceAdd()
NTSTATUS bareflankEvtDeviceAdd |
( |
_In_ WDFDRIVER |
Driver, |
|
|
_Inout_ PWDFDEVICE_INIT |
DeviceInit |
|
) |
| |
◆ bareflankEvtDriverContextCleanup()
VOID bareflankEvtDriverContextCleanup |
( |
_In_ WDFOBJECT |
DriverObject | ) |
|
◆ bareflankEvtDeviceD0Entry()
NTSTATUS bareflankEvtDeviceD0Entry |
( |
_In_ WDFDEVICE |
Device, |
|
|
_In_ WDF_POWER_DEVICE_STATE |
PreviousState |
|
) |
| |
◆ bareflankEvtDeviceD0Exit()
NTSTATUS bareflankEvtDeviceD0Exit |
( |
_In_ WDFDEVICE |
Device, |
|
|
_In_ WDF_POWER_DEVICE_STATE |
TargetState |
|
) |
| |