1<html> 2 3<head> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<LINK rel="stylesheet" type="text/css" href="../../../CSS/revolution.css"> 6<title>THPPrintFunc/THPPrintErrorFunc/THPPrintLogFunc</title> 7</head> 8 9<body> 10 11<h1>THPPrintFunc/THPPrintErrorFunc/THPPrintLogFunc</h1> 12 13<h2>C Specification</h2> 14 15<dl> 16<dd><pre><code>#include <win32/thpcore.h></code></pre></dd> 17<dd><pre><code>void (*THPPrintFunc)(const char* format, va_list argptr);</code></pre></dd> 18<dd><pre><code>void (*THPPrintErrorFunc)(const char* format, va_list argptr);</code></pre></dd> 19<dd><pre><code>void (*THPPrintLogFunc)(const char* format, va_list argptr);</code></pre></dd> 20</dl> 21 22<h2>Description</h2> 23<p> 24The <code>THPPrintFunc/THPPrintErrorFunc/THPPrintLogFunc</code> functions register the output functions for <A href="THPPrintXXXX.html"><code>THPPrint/THPPrintError/THPPrintLog</code></A>, respectively. 25</p> 26<p> 27If 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. 28</p> 29 30<h2>See Also</h2> 31<p> 32<A href="THPPrintXXXX.html"><code>THPPrint/THPPrintError/THPPrintLog</code></A> 33</p> 34 35<h2>Revision History</h2> 36<P>2006/03/01 Initial version.</P> 37<hr> 38<P>CONFIDENTIAL</p> 39</BODY> 40</HTML>