// wiamdef.h
VOID wiasDebugError(
HINSTANCE hInstance,
LPCSTR pszFormat,
...
);
View the official Windows Driver Kit DDI referenceNo description available.
The wiasDebugError function is obsolete.
Use the WIAS_ERROR macro instead.
wiasDebugError prints a debug error string in the Device Manager debug console. The output color is always red.
hInstanceThe handle of calling module.
pszFormat...Specifies a variable argument list, which starts with an ANSI format string containing the message and any format specifiers. The ellipsis (...) specifies a variable number of arguments that are to be output.