1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<LINK rel="stylesheet" type="text/css" href="../../../CSS/revolution.css"> 7<title>THPPrintFunc/THPPrintErrorFunc/THPPrintLogFunc</title> 8</head> 9 10<body> 11 12<h1>THPPrintFunc/THPPrintErrorFunc/THPPrintLogFunc</h1> 13 14<h2>Syntax</h2> 15<dl><dd><pre class="construction"> 16#include <win32/thpcore.h> 17 18void (*THPPrintFunc)(const char* format, va_list argptr); 19 20void (*THPPrintErrorFunc)(const char* format, va_list argptr); 21 22void (*THPPrintLogFunc)(const char* format, va_list argptr); 23</pre></dd></dl> 24 25<h2>Description</h2> 26<p> 27These register the output functions for the <A href="THPPrintXXXX.html"><code>THPPrint, THPPrintError, and THPPrintLog</code></A> functions, respectively. 28</p> 29<p> 30If no functions are registered in <code>THPPrintFunc/THPPrintErrorFunc/THPPrintLogFunc</code>, they output to standard error output (<code>stderr</code>)/standard error output (<code>stderr</code>)/ and standard output (<code>stdout</code>) respectively. 31</p> 32 33<h2>See Also</h2> 34<p class="reference"> 35<A href="THPPrintXXXX.html">THPPrint/THPPrintError/THPPrintLog</A> 36</p> 37 38<h2>Revision History</h2> 39<P> 402006/03/01 Initial version.<br> 41</P> 42 43<hr><p>CONFIDENTIAL</p></body> 44</html>