wiauDbgTrace - NtDoc

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

void wiauDbgTrace(
  LPCSTR fname,
  LPCSTR fmt,
  ...    
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wiautil-wiaudbgtrace)

wiauDbgTrace function

Description

The wiauDbgTrace function logs a trace message.

Parameters

fname

Pointer to a string containing the name of the function or method into which the call to wiauDbgTrace is inserted.

fmt

...

# - fmt, ...

Pointer to a format string that specifies a variable argument list, which starts with an ANSI format string containing the trace message and any conversion specifiers. The ellipsis (...) specifies a variable number of arguments that are to be output.

See also

wiauDbgDump

wiauDbgError

wiauDbgErrorHr

wiauDbgWarning