#include <wdm.h>
#include "cbm_driver.h"
#include "cbmioctl.h"
#include "version.h"
Go to the source code of this file.
Functions | |
| NTSTATUS | cbm_install (IN PDEVICE_EXTENSION Pdx, OUT PCBMT_I_INSTALL_OUT ReturnBuffer, IN OUT PULONG ReturnLength) |
| Complete driver installation. | |
**************************************************************
Definition in file install.c.
|
||||||||||||||||
|
Complete driver installation. This function performs anything that is needed for completing the driver installation.
Definition at line 52 of file install.c. References CBM_I_DRIVER_INSTALL_0M_NO_INTERRUPT, CBMT_I_INSTALL_OUT_MAKE_VERSION, CBMT_I_INSTALL_OUT_MAKE_VERSION_EX, FUNC_ENTER, and ParPortAllowInterruptIoctl(). Referenced by cbm_execute_devicecontrol(). |
1.4.2