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

/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp501 static MSIHANDLE g_hCurrentModule = NULL; variable
511 if (g_hCurrentModule)
512 logString(g_hCurrentModule, (LPCSTR)msg);
521 if (g_hCurrentModule)
522 logString(g_hCurrentModule, szString);
527 if (g_hCurrentModule)
530 g_hCurrentModule = NULL;
538 if (g_hCurrentModule)
541 g_hCurrentModule = hModule;

Completed in 54 milliseconds