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

/vbox/src/VBox/Additions/WINNT/VBoxHook/
H A DVBoxHook.cpp33 static void WriteLog(const char *pszFormat, ...);
34 # define dprintf(a) do { WriteLog a; } while (0)
176 static void WriteLog(const char *pszFormat, ...) function

Completed in 41 milliseconds