THPPrint/THPPrintError/THPPrintLog

Syntax

#include <win32/thpcore.h>

void THPPrint(const char* format, ...);

void THPPrintError(const char* format, ...);

void THPPrintLog(const char* format, ...);

Arguments

format Pointer to a null-terminated char string that includes a format specification (Same as the C standard output function)
... Option argument.

Return Values

None.

Description

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.

See Also

THPVerboseFlag, THPPrintFunc/THPPrintErrorFunc/THPPrintLogFunc

Revision History

2006/03/01 Initial version.


CONFIDENTIAL