wiasDebugError - NtDoc

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

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

NtDoc

No description available.

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

wiasDebugError function

Description

The wiasDebugError function is obsolete.

Use the WIAS_ERROR macro instead.

wiasDebugError prints a debug error string in the Device Manager debug console. The output color is always red.

Parameters

hInstance

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

See also

WIAS_ERROR

WIAS_LERROR