WIAS_LWARNING - NtDoc

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

void WIAS_LWARNING(
  pILog,
  ResID,
  Args
);
View the official Windows Driver Kit DDI reference
// wiautil.h

void WIAS_LWARNING(
  x,
  y,
  params
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

[!CAUTION] The WIAS_LWARNING macro is obsolete. Do not use.

The WIAS_LWARNING macro writes a diagnostic WIA_WARNING message to the log file.

Parameters

pILog

Defines the x parameter pILog.

ResID

Defines the y parameter ResID.

Args

Remarks

The following is an example of how the macro can be used:

WIAS_LWARNING(g_pIWiaLog, WIALOG_NO_RESOURCE_ID, ("MyClass::MyMethod, This is my text and my lValue = %d", lValue));

Please note that it does not write to the new log file used in modern Windows operating systems.

See also

WIAS_LERROR

WIAS_LHRESULT

WIAS_LTRACE


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

WIAS_LWARNING macro (wiautil.h)

Description

The WIAS_LWARNING macro is obsolete.

The WIAS_LWARNING macro writes a diagnostic WIA_WARNING message to the log file.

Parameters

x

y

params

Remarks

The following is an example of how the macro can be used:

WIAS_LWARNING(g_pIWiaLog, WIALOG_NO_RESOURCE_ID, ("MyClass::MyMethod, This is my text and my lValue = %d", lValue));

Please note that the WIAS_LWARNING macro is obsolete and does not write to the log file used in modern Windows operation systems.

See also

WIAS_LERROR

WIAS_LHRESULT

WIAS_LTRACE