// wiautil.h
void wiauDbgLegacyError2(
HINSTANCE hInstance,
LPCSTR fmt,
...
);
View the official Windows Driver Kit DDI referenceNo description available.
The wiauDbgLegacyError2 function logs an error 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 wiauDbgLegacyError2 function is identical to the wiauDbgError 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.