// wiamdef.h
VOID wiasPrintDebugHResult(
HINSTANCE hInstance,
HRESULT hr
);
View the official Windows Driver Kit DDI referenceNo description available.
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.
hInstanceThe handle of the calling module.
hrSpecifies the HRESULT to be printed.