OpenCBM
|
The parameter which are given on the command-line. More...
Data Fields | |
BOOL | EnumerateParport |
BOOL | ForceNt4 |
ULONG | Lpt |
IEC_CABLETYPE | IecCableType |
ULONG | PermanentlyLock |
BOOL | AutomaticOrOnDemandStart |
BOOL | AutomaticStart |
osversion_t | OsVersion |
The parameter which are given on the command-line.
Definition at line 49 of file lib/plugin/xa1541/WINDOWS/install.c.
BOOL xa1541_parameter_s::AutomaticOrOnDemandStart |
–automatic or –on-demand was given
Definition at line 68 of file lib/plugin/xa1541/WINDOWS/install.c.
Referenced by opencbm_plugin_install_process_commandline().
BOOL xa1541_parameter_s::AutomaticStart |
–automatic was given, start the driver automatically
Definition at line 71 of file lib/plugin/xa1541/WINDOWS/install.c.
Referenced by opencbm_plugin_install_do_install(), and opencbm_plugin_install_process_commandline().
BOOL xa1541_parameter_s::EnumerateParport |
–enum was given
Definition at line 53 of file lib/plugin/xa1541/WINDOWS/install.c.
BOOL xa1541_parameter_s::ForceNt4 |
–forcent4 was given
Definition at line 56 of file lib/plugin/xa1541/WINDOWS/install.c.
Referenced by opencbm_plugin_install_do_install(), and opencbm_plugin_install_process_commandline().
IEC_CABLETYPE xa1541_parameter_s::IecCableType |
the IEC cable type was specified
Definition at line 62 of file lib/plugin/xa1541/WINDOWS/install.c.
Referenced by opencbm_plugin_install_process_commandline().
ULONG xa1541_parameter_s::Lpt |
–lpt was given, the number which was there
Definition at line 59 of file lib/plugin/xa1541/WINDOWS/install.c.
Referenced by opencbm_plugin_install_process_commandline().
osversion_t xa1541_parameter_s::OsVersion |
The type of the OS version
Definition at line 74 of file lib/plugin/xa1541/WINDOWS/install.c.
Referenced by opencbm_plugin_install_do_install(), and opencbm_plugin_install_process_commandline().
ULONG xa1541_parameter_s::PermanentlyLock |
It was specified that the driver is to be permanently locked
Definition at line 65 of file lib/plugin/xa1541/WINDOWS/install.c.
Referenced by opencbm_plugin_install_process_commandline().