THPPrintFunc/THPPrintErrorFunc/THPPrintLogFunc

Syntax

#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);

Description

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.

See Also

THPPrint/THPPrintError/THPPrintLog

Revision History

2006/03/01 Initial version.


CONFIDENTIAL