// 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 referenceNo description available.
The WIAS_HRESULT macro writes a diagnostic message to the Wiatrace.log file.
xhInstance - Handle to the calling driver.
hr - Specifies the HRESULT value to be printed.
This macro is the recommended way to output HRESULTS.
The WIAS_HRESULT macro writes a diagnostic message to the Wiatrace.log file.
xhInstance - Handle to the calling driver.
hr - Specifies the HRESULT value to be printed.
This macro is the recommended way to output HRESULTS on Windows Vista.