// wiautil.h
void wiauDbgWarning(
LPCSTR fname,
LPCSTR fmt,
...
);
View the official Windows Driver Kit DDI referenceNo description available.
The wiauDbgWarning function logs a warning message.
fnamePointer to a string containing the name of the function or method into which the call to wiauDbgWarning is inserted.
fmt...Pointer to a format string that specifies a variable argument list, which starts with an ANSI format string containing the warning message and any conversion specifiers. The ellipsis (...) specifies a variable number of arguments that are to be output.