#include <win32/thpcore.h> void THPPrint(const char* format, ...); void THPPrintError(const char* format, ...); void THPPrintLog(const char* format, ...);
format |
Pointer to a null-terminated char string that includes a format specification (Same as the C standard output function) |
|---|---|
| ... | Option argument. |
None.
When their respective THPVerboseFlag flags are set to non-zero values, they output formatted output data via the functions registered in THPPrintFunc/THPPrintErrorFunc/THPPrintLogFunc.
If no functions are registered in THPPrintFunc/THPPrintErrorFunc/THPPrintLogFunc, they output formatted output data to standard error output (stderr)/standard error output (stderr)/ and standard output (stdout) respectively.
THPVerboseFlag, THPPrintFunc/THPPrintErrorFunc/THPPrintLogFunc
2006/03/01 Initial version.
CONFIDENTIAL