wiasDebugTrace - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wiamdef.h

VOID wiasDebugTrace(
  HINSTANCE hInstance,
  LPCSTR    pszFormat,
  ...       
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wiamdef-wiasdebugtrace)

wiasDebugTrace function

Description

The wiasDebugTrace function is obsolete. Use the WIAS_TRACE macro instead.

This function prints a debug trace string in the Device Manager debug console.

Parameters

hInstance

Te handle of calling module.

pszFormat

...

# - 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.

Remarks

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.

See also

WIAS_LTRACE

WIAS_TRACE