Searched defs:g_hStartupLog (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedMain.cpp156 static HANDLE g_hStartupLog = NULL; variable
158 static int g_hStartupLog = -1; variable
994 if (g_hStartupLog == NULL)
1003 &g_hStartupLog,
1007 SUP_DPRINTF(("Log file opened: " VBOX_VERSION_STRING "r%u g_hStartupLog=%p g_uNtVerCombined=%#x\n",
1008 VBOX_SVN_REV, g_hStartupLog, g_uNtVerCombined));
1023 g_hStartupLog = NULL;
1026 //g_hStartupLog = open()
1035 if ( g_hStartupLog != NULL
1054 NtWriteFile(g_hStartupLog, NUL
[all...]

Completed in 47 milliseconds