WIAS_HRESULT - NtDoc

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

void WIAS_HRESULT(
  x
);
View the official Windows Driver Kit DDI reference
// wiautil.h

void WIAS_HRESULT(
  x
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

WIAS_HRESULT macro (wiamdef.h)

Description

The WIAS_HRESULT macro writes a diagnostic message to the Wiatrace.log file.

Parameters

x

Remarks

This macro is the recommended way to output HRESULTS.

See also

WIAS_ASSERT

WIAS_ERROR

WIAS_TRACE


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

WIAS_HRESULT macro (wiautil.h)

Description

The WIAS_HRESULT macro writes a diagnostic message to the Wiatrace.log file.

Parameters

x

Remarks

This macro is the recommended way to output HRESULTS on Windows Vista.

See also

WIAS_ASSERT

WIAS_ERROR

WIAS_TRACE