wiasDebugError function (wiamdef.h)

The wiasDebugError function is obsolete.

Use the WIAS_ERROR macro instead.

wiasDebugError prints a debug error string in the Device Manager debug console. The output color is always red.

Syntax

void wiasDebugError(
  HINSTANCE hInstance,
  LPCSTR    pszFormat,
  ...       
);

Parameters

hInstance

The handle of calling module.

pszFormat

...

Return value

None

Requirements

Requirement Value
Target Platform Desktop
Header wiamdef.h (include Wiamdef.h)
Library Wiaservc.lib
DLL Wiaservc.dll

See also

WIAS_ERROR

WIAS_LERROR