The Adapter_WDF class (DDK, Windows only)
More...
#include <Adapter_WDF.h>
The Adapter_WDF class (DDK, Windows only)
- Note
- Kernel class - No constructor, no destructor, no virtual method
| void OpenNetK::Adapter_WDF::FileCleanup |
( |
WDFFILEOBJECT |
aFileObject | ) |
|
Cleanup file.
- Parameters
-
| aFileObject | The WDFFILEOBJECT instance |
| void OpenNetK::Adapter_WDF::Init |
( |
Adapter * |
aAdapter, |
|
|
WDFDEVICE |
aDevice, |
|
|
Hardware_WDF * |
aHardware_WDF |
|
) |
| |
Initialize the instance.
- Parameters
-
| void OpenNetK::Adapter_WDF::IoDeviceControl |
( |
WDFREQUEST |
aRequest, |
|
|
size_t |
aOutSize_byte, |
|
|
size_t |
aInSize_byte, |
|
|
ULONG |
aCode |
|
) |
| |
Process an IoCtl request.
- Parameters
-
| aRequest | The request |
| aOutSize_byte | The maximum output data size |
| aInSize_byte | The input data size |
| aCode | The IoCtl request code |
| void OpenNetK::Adapter_WDF::IoInCallerContext |
( |
WDFREQUEST |
aRequest | ) |
|
Process the request in the caller context.
- Parameters
-
The documentation for this class was generated from the following file: