// wiautil.h
void wiauDbgLegacyTrace2(
HINSTANCE hInstance,
LPCSTR fmt,
...
);
View the official Windows Driver Kit DDI referenceNo description available.
The wiauDbgLegacyTrace2 function logs a trace message.
hInstanceSpecifies the handle to the DLL instance.
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 wiauDbgLegacyTrace2 function is identical to the wiauDbgTrace function except that the former has a parameter that specifies the handle to the DLL instance and the latter has a parameter used to identify the function or method that is active when the function is called.