// wiautil.h
void wiauDbgLegacyError(
LPCSTR fmt,
...
);
View the official Windows Driver Kit DDI referenceNo description available.
The wiauDbgLegacyError function logs an error message.
fmt...Pointer to a format string that specifies a variable argument list, which starts with an ANSI format string containing the message and any conversion specifiers. The ellipsis (...) specifies a variable number of arguments that are to be output.
The wiauDbgLegacyError function is identical to the wiauDbgError function except that the latter function has an additional parameter used to identify the function or method that is active when the function is called.