WIAS_LHRESULT - NtDoc

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

void WIAS_LHRESULT(
  pILog,
  hr
);
View the official Windows Driver Kit DDI reference
// wiautil.h

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

NtDoc

No description available.

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

WIAS_LHRESULT macro (wiamdef.h)

Description

The WIAS_LHRESULT macro is obsolete. It is recommended that the WIAS_HRESULT macro be used instead. The WIAS_LHRESULT macro translates an HRESULT value into a string and writes the string to the diagnostic log file.

Parameters

pILog

hr

Specifies the HRESULT value to be translated into a string.

Remarks

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

hr = wiasFreePropContext(*pContext);
if (hr != S_OK)
   WIAS_LHRESULT(g_pIWiaLog, hr);

The WIAS_LHRESULT macro is obsolete. It is recommended that the WIAS_HRESULT macro be used instead.

See also

WIAS_HRESULT

WIAS_LERROR

WIAS_LTRACE

WIAS_LWARNING


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

WIAS_LHRESULT macro (wiautil.h)

Description

The WIAS_LHRESULT macro is obsolete. It is recommended that the [WIAS_HRESULT]9/windows-hardware/drivers/ddi/wiamdef/nf-wiamdef-wias_hresult) macro be used instead. The WIAS_LHRESULT macro translates an HRESULT value into a string and writes the string to the diagnostic log file.

Parameters

x

y

Remarks

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

hr = wiasFreePropContext(*pContext);
if (hr != S_OK)
   WIAS_LHRESULT(g_pIWiaLog, hr);

The WIAS_LHRESULT macro is obsolete. It is recommended that the WIAS_HRESULT macro be used instead.

See also

WIAS_HRESULT

WIAS_LERROR

WIAS_LTRACE

WIAS_LWARNING