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<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>WXCCallback</title> 9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">WXCCallback <img src="../image/NTR.gif"align="middle"><img src="../image/TWL.gif" align="middle"></h1> 15<h2>Definition</h2> 16 17<dl> 18 <dd> 19<CODE>#include <nitro/wxc.h></CODE><BR> <BR> 20<PRE> 21typedef void (*WXCCallback) (<A href="WXCStateCode.html">WXCStateCode</A> stat, void *arg); 22</PRE> 23</CODE><br> <br> 24 </dd> 25</dl> 26 27<H2>Description</H2> 28<P>The prototype declaration of the callback format used in the WXC library. <BR>The arguments are described below:<BR> 29<TABLE border="0"> 30 <TBODY> 31 32 <TR> 33<TD>stat</TD> 34<TD>Indicates the value of the <A href="WXCStateCode.html">WXCStateCode</A> enumerated type that indicates the callback notification type. </TD> 35 </TR> 36 <TR> 37<TD>arg</TD> 38<TD>Argument that keeps different information for each callback notification type. <br>For the argument descriptions of individual notification types, see <A href="WXCStateCode.html">WXCStateCode</A>.</TD> 39 </TR> 40 41 </TBODY> 42</TABLE> 43 44<BR> 45</P> 46<h2>See Also</h2> 47<p><CODE><A href="WXCStateCode.html">WXCStateCode</A> <br> <A href="common/WXC_Init.html">WXC_Init</A> <A href="common/WXC_RegisterCommonData.html">WXC_RegisterCommonData</A></CODE></p> 48 49<H2>Revision History</H2> 50<P> 512006/08/10 Corrected links.<br /> 2005/08/04 Initial version. 52</P> 53<hr><p>CONFIDENTIAL</p></body> 54</html> 55