wiauDbgLegacyTrace2 function (wiautil.h)

The wiauDbgLegacyTrace2 function logs a trace message.

Syntax

void wiauDbgLegacyTrace2(
  HINSTANCE hInstance,
  LPCSTR    fmt,
  ...       
);

Parameters

hInstance

Specifies the handle to the DLL instance.

fmt

...

Return value

None

Remarks

The wiauDbgLegacyTrace2 function is identical to the wiauDbgTrace function except that the former has a parameter that specifies the handle to the DLL instance and 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

wiauDbgTrace