wiauDbgLegacyError2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wiautil.h

void wiauDbgLegacyError2(
  HINSTANCE hInstance,
  LPCSTR    fmt,
  ...       
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wiautil-wiaudbglegacyerror2)

wiauDbgLegacyError2 function

Description

The wiauDbgLegacyError2 function logs an error message.

Parameters

hInstance

Specifies the handle to the DLL instance.

fmt

...

# - fmt, ...

Pointer to a format string that specifies a variable argument list, which starts with an ANSI format string containing the message and any conversion specifiers.

Remarks

The wiauDbgLegacyError2 function is identical to the wiauDbgError 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.

See also

wiauDbgError