#include <windows.h>
#include <stdio.h>
#include "cbmioctl.h"
#include "instcbm.h"
#include "i_opencbm.h"
#include "version.h"
#include "debug.h"
Go to the source code of this file.
Defines | |
| #define | DBG_USERMODE |
| #define | DBG_PROGNAME "INSTCBM.EXE" |
Functions | |
| VOID | OutputPathString (IN PCHAR Text, IN PCHAR Path) |
| Output a path. | |
| BOOL | CbmCheckCorrectInstallation (VOID) |
| Check if the driver was correctly installed. | |
**************************************************************
Definition in file startstop.c.
|
|
The name of the executable Definition at line 35 of file startstop.c. |
|
|
Mark: We are in user-space (for debug.h) Definition at line 32 of file startstop.c. |
|
|
Check if the driver was correctly installed. This function checks if the driver was correctly installed.
If there was no interrupt available, it tries to enable it on the parallel port. Definition at line 444 of file startstop.c. References CBM_I_DRIVER_INSTALL_0M_NO_INTERRUPT, cbm_i_driver_start(), cbm_i_driver_stop(), cbm_i_i_driver_install(), CbmParportRestart(), DBG_PREFIX, DBG_PRINT, FUNC_ENTER, FUNC_LEAVE_BOOL, and IsDriverStartedAutomatically(). |
|
||||||||||||
|
Output a path.
Definition at line 50 of file startstop.c. References DBG_PREFIX, DBG_PRINT, FUNC_ENTER, and FUNC_LEAVE. |
1.4.2