wiasPrintDebugHResult - NtDoc

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

VOID wiasPrintDebugHResult(
  HINSTANCE hInstance,
  HRESULT   hr
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

wiasPrintDebugHResult function

Description

The wiasPrintDebugHResult function is obsolete for Windows XP and later, and is no longer supported. Use the WIAS_LHRESULT macro instead.

This function prints an HRESULT string on the Device Manager debug console.

Parameters

hInstance

The handle of the calling module.

hr

Specifies the HRESULT to be printed.

See also

WIAS_LHRESULT