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_GetEntryStrokes</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">PRC_GetEntryStrokes <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 &lt;nitro/prc.h&gt;
18
19void* PRC_GetEntryStrokes(
20    <A href="../stroke/PRCStrokes.html">PRCStrokes</A>* strokes,
21    const <A href="PRCPrototypeList.html">PRCPrototypeList</A>* prototypeList,
22    const <A href="PRCPrototypeEntry.html">PRCPrototypeEntry</A>* entry );
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 <code><A href="../stroke/PRCStrokes.html">PRCStrokes</A></code> structure that stores stroke data.</td>
32    </tr>
33    <tr>
34      <td width="13%"><em><strong><font face="Courier New">prototypeList</font></strong></em></td>
35      <td width="87%">Pointer to the sample pattern list.</td>
36    </tr>
37    <tr>
38      <td width="13%"><em><strong><font face="Courier New">entry</font></strong></em></td>
39      <td width="87%">Pointer to a sample DB entry.</td>
40    </tr>
41  </tbody>
42</table>
43<h2>Return Values</h2>
44<p>None.</p>
45
46<H2>Description</H2>
47<P>Obtains sample DB entry stroke information. A pointer from the resultant <code>strokes</code> is mapped to the stroke information that constitutes the sample DB entry. You must not change the stroke data in <code>strokes</code>.</P>
48
49<h2>See Also</h2>
50<p><CODE><A href="PRC_GetRecognizedEntry.html">PRC_GetRecognizedEntry*</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