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 8.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<TITLE>WXC_SetInitialData</TITLE> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">WXC_SetInitialData <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></h1> 15<h2>Syntax</h2> 16 17<dl> 18 <dd> 19<CODE>#include <nitro/wxc.h></CODE><BR> <BR> <CODE>void WXC_SetInitialData(u32 ggid, u8 *send_ptr, int send_size, u8 *recv_ptr, int recv_size)</CODE><br> <br> 20 </dd> 21</dl> 22<h2>Arguments</h2> 23<TABLE border="1" width="100%"> 24 <TBODY> 25 <TR> 26<TD width="13%"><EM><STRONG>ggid</STRONG></EM></TD> 27<TD width="87%">GGID to associate with the data block</TD> 28 </TR> 29 <TR> 30<TD width="13%"><EM><STRONG>send_ptr</STRONG></EM></TD> 31<TD width="87%">Buffer storing the data to send.</TD> 32 </TR> 33 <TR> 34<TD width="13%"><EM><STRONG>send_size</STRONG></EM></TD> 35<TD width="87%">send_ptr data size<br>Maximum data size that can be sent is <A href="../wxc_consts.html">WXC_MAX_DATA_SIZE</a> bytes.</TD> 36 </TR> 37 <TR> 38<TD width="13%"><EM><STRONG>recv_ptr</STRONG></EM></TD> 39<TD width="87%">Buffer to receive data</TD> 40 </TR> 41 <TR> 42<TD width="13%"><EM><STRONG>recv_size</STRONG></EM></TD> 43<TD width="87%">recv_ptr data size<br>Maximum data size that can be received is <A href="../wxc_consts.html">WXC_MAX_DATA_SIZE</a> bytes.</TD> 44 </TR> 45 </TBODY> 46</TABLE> 47<h2>Return Values</h2> 48<p>None.</p> 49 50<H2>Description</H2> 51<P>Reconfigures the data block contents specified with the <A href="WXC_RegisterCommonData.html">WXC_RegisterCommonData</A> function.<br>Contents of each argument are the same as those in the <A href="WXC_RegisterCommonData.html">WXC_RegisterCommonData</A> function. <br> 52</p> 53<h2>See Also</h2> 54<p><CODE><A href="../WXCCallback.html">WXCCallback</A><br><A href="WXC_RegisterCommonData.html">WXC_RegisterCommonData</A><BR><A href="WXC_AddData.html">WXC_AddData</A><BR><A href="WXC_UnregisterData.html">WXC_UnregisterData</A></CODE></P> 55<H2>Revision History</H2> 56<P> 572006/08/10 Corrected links. <br>2006/02/20 Revised description. <br>2005/11/04 Initial version.<br> 58</P> 59<hr><p>CONFIDENTIAL</p></body> 60</html> 61