Add vDbgPrintEx/vDbgPrintExWithPrefix prototypes

svn path=/trunk/; revision=31475
This commit is contained in:
Hervé Poussineau
2007-12-28 14:39:05 +00:00
parent c73c3e4279
commit 8ecfeb0f84
+17
View File
@@ -11023,6 +11023,23 @@ DbgPrintEx(
IN PCCH Format,
IN ...);
ULONG
DDKCDECLAPI
vDbgPrintEx(
IN ULONG ComponentId,
IN ULONG Level,
IN LPCSTR Format,
IN va_list ap);
ULONG
DDKCDECLAPI
vDbgPrintExWithPrefix(
IN LPCSTR Prefix,
IN ULONG ComponentId,
IN ULONG Level,
IN LPCSTR Format,
IN va_list ap);
NTKERNELAPI
ULONG
DDKCDECLAPI