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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dload.c1139 static PVOID g_VBoxVehHandler = NULL; variable
1301 CRASSERT(!g_VBoxVehHandler);
1302 g_VBoxVehHandler = AddVectoredExceptionHandler(1,vboxVDbgVectoredHandler);
1303 CRASSERT(g_VBoxVehHandler);
1309 if (g_VBoxVehHandler)
1311 uResult = RemoveVectoredExceptionHandler(g_VBoxVehHandler);
1313 g_VBoxVehHandler = NULL;

Completed in 1330 milliseconds