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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dload.c1164 static WCHAR g_aszwVBoxMdDumpCount = 0; variable
1231 ++g_aszwVBoxMdDumpCount;
1234 swprintf(aszwMdFileName + g_cVBoxMdFilePrefixLen, RT_ELEMENTS(aszwMdFileName) - g_cVBoxMdFilePrefixLen, L"%d_%d.dmp", ProcessId, g_aszwVBoxMdDumpCount);

Completed in 1008 milliseconds