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>PRC_InitStrokes</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">PRC_InitStrokes <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1> 15<H2>Syntax</H2> 16<dl> 17 <dd><PRE><CODE>#include <nitro/prc.h> 18 19void PRC_InitStrokes( 20 <A href="PRCStrokes.html">PRCStrokes</A>* strokes, 21 <A href="PRCPoint.html">PRCPoint</A>* points, 22 u32 size ); 23</CODE></PRE></dd> 24</dl> 25 26<h2>Arguments</h2> 27<table border="1" width="100%"> 28 <tbody> 29 <TR> 30 <TD width="13%"><EM><STRONG><FONT face="Courier New">strokes</FONT></STRONG></EM></TD> 31 <TD width="87%">Pointer to the input stroke structure.</TD> 32 </TR> 33 <TR> 34 <TD width="13%"><EM><STRONG><FONT face="Courier New">points</FONT></STRONG></EM></TD> 35 <TD width="87%">Pointer to the <CODE><A href="PRCPoint.html">PRCPoint</A></CODE> array used by <CODE><em><strong>strokes</strong></em></CODE>.</TD> 36 </TR> 37 <TR> 38 <TD width="13%"><EM><STRONG><FONT face="Courier New">size</FONT></STRONG></EM></TD> 39 <TD width="87%">The number of elements in <CODE><em><strong>points</strong></em></CODE>.</TD> 40 </TR> 41 </tbody> 42</table> 43 44<h2>Return Values</h2> 45<p>None.</p> 46 47<H2>Description</H2> 48<P>Initializes the <CODE><A href="PRCStrokes.html">PRCStrokes</A></CODE> structure that stores input strokes. Specifies a pointer to the <CODE><A href="PRCPoint.html">PRCPoint</A></CODE> array that contains actual coordinates. Also specifies the number of elements in the array.</P> 49<h2>See Also</h2> 50<p><CODE><A href="../recognize/PRC_InitInputPattern.html">PRC_InitInputPattern*</a></code>, <code><a href="PRC_AppendPoint.html">PRC_AppendPoint</a></code>, <code><a href="PRC_AppendPenUpMarker.html">PRC_AppendPenUpMarker</a></code>, <code><a href="PRC_Clear.html">PRC_Clear</a></code>, <code><a href="PRC_IsFull.html">PRC_IsFull</a></code>, <code><a href="PRC_IsEmpty.html">PRC_IsEmpty</A><br></CODE></p> 51 52<H2>Revision History</H2> 53<P>2004/06/23 Initial version.</P> 54<hr><p>CONFIDENTIAL</p></body> 55</html> 56