#include <wdm.h>
#include "cbm_driver.h"
Go to the source code of this file.
Functions | |
| NTSTATUS | cbm_startio (IN PDEVICE_OBJECT Fdo, IN PIRP Irp) |
| Execute an IRP. | |
**************************************************************
Definition in file startio.c.
|
||||||||||||
|
Execute an IRP. This function executes an IRP. Normally, it is called from as StartIo() routine from the QUEUE, but it can be called directly (for example, if FastStart is selected).
Definition at line 40 of file startio.c. References cbm_execute_close(), cbm_execute_createopen(), cbm_execute_devicecontrol(), cbm_execute_readwrite(), DBG_ASSERT, DBG_ERROR, DBG_PREFIX, FUNC_ENTER, and PERF_EVENT_STARTIO. Referenced by AddDeviceCommonInit(). |
1.4.2