// wiamdef.h
VOID wiasDebugTrace(
HINSTANCE hInstance,
LPCSTR pszFormat,
...
);
View the official Windows Driver Kit DDI referenceNo description available.
The wiasDebugTrace function is obsolete. Use the WIAS_TRACE macro instead.
This function prints a debug trace string in the Device Manager debug console.
hInstanceTe 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.
To enable tracing in free builds, drivers must define the WIAS_DEBUG macro. Tracing is enabled by default in checked and debug builds of the operating system.