Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The wiasFormatArgs function formats an argument list into a packaged string for logging.
Syntax
BSTR wiasFormatArgs(
LPCSTR lpszFormat,
...
);
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.
Return value
This function returns a BSTR containing the format string, the arguments following the format string, and a format signature.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | wiamdef.h (include Wiamdef.h) |
Library | Wiaservc.lib |
DLL | Wiaservc.dll |