OpenCBM
|
#include <cbmioctl.h>
Data Fields | |
ULONG | ErrorFlags |
ULONG | DllVersion |
ULONG | DriverVersion |
ULONG | DllVersionEx |
ULONG | DriverVersionEx |
Output buffer for I_INSTALL
Definition at line 167 of file cbmioctl.h.
ULONG CBMT_I_INSTALL_OUT::DllVersion |
The version of the DLL
Definition at line 176 of file cbmioctl.h.
Referenced by cbm_driver_install().
ULONG CBMT_I_INSTALL_OUT::DllVersionEx |
The version extension of the DLL
Definition at line 182 of file cbmioctl.h.
Referenced by cbm_driver_install().
ULONG CBMT_I_INSTALL_OUT::DriverVersion |
ULONG CBMT_I_INSTALL_OUT::DriverVersionEx |
The version extension of the driver
Definition at line 185 of file cbmioctl.h.
Referenced by cbm_install().
ULONG CBMT_I_INSTALL_OUT::ErrorFlags |
Flags: Is the installation correct, or are there errors? cf. CBM_I_DRIVER_INSTALL_xxx constants
Definition at line 173 of file cbmioctl.h.
Referenced by cbm_driver_install(), and cbm_install().