wiauDbgLegacyWarning function (wiautil.h)

The wiauDbgLegacyWarning function logs a warning message.

Syntax

void wiauDbgLegacyWarning(
  LPCSTR fmt,
  ...    
);

Parameters

fmt

...

Return value

None

Remarks

The wiauDbgLegacyWarning function is identical to the wiauDbgWarning function except that the latter has a 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

wiauDbgWarning