wiasFormatArgs - NtDoc

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

BSTR wiasFormatArgs(
  LPCSTR lpszFormat,
  ...    
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wiamdef-wiasformatargs)

wiasFormatArgs function

Description

The wiasFormatArgs function formats an argument list into a packaged string for logging.

Parameters

lpszFormat

Specifies a variable argument list, which starts with an ANSI format string containing the message and any format specifiers.

...

The ellipsis (...) specifies a variable number of arguments that follow the format string.

# - lpszFormat, ...

Specifies a variable argument list, which starts with an ANSI format string containing the message and any format specifiers. The ellipsis (...) specifies a variable number of arguments that follow the format string.

Return value

This function returns a BSTR containing the format string, the arguments following the format string, and a format signature.