#include <win32/thpcore.h> void (*THPPrintFunc)(const char* format, va_list argptr); void (*THPPrintErrorFunc)(const char* format, va_list argptr); void (*THPPrintLogFunc)(const char* format, va_list argptr);
These register the output functions for the THPPrint, THPPrintError, and THPPrintLog functions, respectively.
If no functions are registered in THPPrintFunc/THPPrintErrorFunc/THPPrintLogFunc, they output to standard error output (stderr)/standard error output (stderr)/ and standard output (stdout) respectively.
THPPrint/THPPrintError/THPPrintLog
2006/03/01 Initial version.
CONFIDENTIAL