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

/vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/
H A DVBoxGuestInstallHelper.cpp55 PFNSFCFILEEXCEPTION g_pfnSfcFileException = NULL; variable
235 g_pfnSfcFileException = (PFNSFCFILEEXCEPTION)GetProcAddress(hSFC, "SfcFileException");
236 if (g_pfnSfcFileException == NULL)
240 g_pfnSfcFileException = (PFNSFCFILEEXCEPTION)GetProcAddress(hSFC, (LPCSTR)5);
241 if (g_pfnSfcFileException == NULL)
254 if (g_pfnSfcFileException(0, pwszFile, -1) != 0)

Completed in 1907 milliseconds