Go to the source code of this file.
Data Structures |
| struct | INI_settings |
Defines |
| #define | INITGUID |
| #define | REG_READ_DWORD(a, b) |
| #define | REG_READ_DEVICEID(a, b) |
| #define | REG_READ_STRING(a, b) |
| #define | REG_WRITE_DWORD(a, b) |
Functions |
| BOOL APIENTRY | DGL_initDriver (DGL_wglFuncs *lpWglFuncs, DGL_mesaFuncs *lpMesaFuncs) |
| BOOL | ReadINIFile (HINSTANCE hInstance) |
| BOOL | dllReadRegistry (HINSTANCE hInstance) |
| BOOL | dllWriteRegistry (void) |
| void | dglInitHotKeys (HINSTANCE hInstance) |
| void | dglExitHotKeys (void) |
| void | dglSetAppCustomizations (void) |
| BOOL | dglInitDriver (void) |
| void | dglExitDriver (void) |
| int WINAPI | DllMain (HINSTANCE hInstance, DWORD fdwReason, PVOID pvReserved) |
| void APIENTRY | DGL_exitDriver (void) |
| void APIENTRY | DGL_reinitDriver (void) |
| int WINAPI | DllInitialize (HINSTANCE hInstance, DWORD fdwReason, PVOID pvReserved) |
| void | DGL_LoadSplashScreen (int piReg, char *pszUser) |
| BOOL | dglValidate () |
Variables |
| BOOL | bInitialized = FALSE |
| BOOL | bExited = FALSE |
| HINSTANCE | hInstanceDll = NULL |
| static BOOL | bDriverValidated = FALSE |
| static BOOL | bSplashScreen = TRUE |
| static BOOL | bValidINIFound = FALSE |
| HHOOK | hKeyHook = NULL |
| int | _gld_bMultiThreaded = FALSE |
| DWORD | dwLogging = 0 |
| DWORD | dwDebugLevel = 0 |
| char | szLogPath [_MAX_PATH] = {"\0"} |
| char | szSNAPPath [_MAX_PATH] = {"\0"} |
| DGL_wglFuncs | wglFuncs |
| DGL_mesaFuncs | mesaFuncs |
| static INI_settings | ini |