Dynamic Windows Function [dw_vdebug]
Syntax
void dw_vdebug(char *format, va_list args)
Parameters
char *format: The printf style format string.
va_list args: The variable arguments list of arguments.
Description
This API is not intended for general use, it is used internally for the dw_debug() function. It is also exported for use in language bindings including the C++ bindings introduced in version 3.3.
Remarks
This API was introduced in version 3.3.