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_GetInputPatternStrokes</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">PRC_GetInputPatternStrokes <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_GetInputPatternStrokes( 20 <A href="../stroke/PRCStrokes.html">PRCStrokes</A>* strokes, 21 const <A href="PRCInputPattern.html">PRCInputPattern</A>* input ); 22</CODE></PRE></dd> 23</dl> 24 25<h2>Arguments</h2> 26<table border="1" width="100%"> 27 <tbody> 28 <tr> 29 <td width="13%"><em><strong><font face="Courier New">strokes</font></strong></em></td> 30 <td width="87%">Pointer to the <code><A href="../stroke/PRCStrokes.html">PRCStrokes</A></code> structure that stores stroke data.</td> 31 </tr> 32 <tr> 33 <td width="13%"><em><strong><font face="Courier New">input</font></strong></em></td> 34 <td width="87%">Pointer to an input pattern.</td> 35 </tr> 36 </tbody> 37</table> 38<h2>Return Values</h2> 39<p>None.</p> 40 41<H2>Description</H2> 42<P>Extracts stroke data from an input pattern that is shaped by a <CODE><A href="PRC_InitInputPattern.html">PRC_InitInputPattern*</A></CODE> function. Since the <CODE>strokes</CODE> data structure is a pointer to the stroke data that constitutes the input pattern data, you must not overwrite the stroke data in <CODE>strokes</CODE>.</P> 43 44<h2>See Also</h2> 45<p><CODE><A href="PRC_InitInputPattern.html">PRC_InitInputPattern*</A><br></CODE></p> 46 47<H2>Revision History</H2> 48<P>2004/06/23 Initial version.</P> 49<hr><p>CONFIDENTIAL</p></body> 50</html> 51