wiauDbgLegacyError function (wiautil.h)

The wiauDbgLegacyError function logs an error message.

Syntax

void wiauDbgLegacyError(
  LPCSTR fmt,
  ...    
);

Parameters

fmt

...

Return value

None

Remarks

The wiauDbgLegacyError function is identical to the wiauDbgError function except that the latter function has an additional parameter used to identify the function or method that is active when the function is called.

Requirements

Requirement Value
Target Platform Desktop
Header wiautil.h (include Wiautil.h)

See also

wiauDbgError