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_CopyStrokes</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">PRC_CopyStrokes <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 19BOOL PRC_CopyStrokes( 20 const <A href="PRCStrokes.html">PRCStrokes</A>* srcStrokes, 21 <A href="PRCStrokes.html">PRCStrokes</A>* dstStrokes ); 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">srcStrokes</FONT></STRONG></EM></TD> 30 <TD width="87%">Pointer to the copy source for the <CODE><A href="PRCStrokes.html">PRCStrokes</A></CODE> structure.</TD> 31 </TR> 32 <TR> 33 <TD width="13%"><EM><STRONG><FONT face="Courier New">dstStrokes</FONT></STRONG></EM></TD> 34 <TD width="87%">Pointer to the copy destination for the <CODE><A href="PRCStrokes.html">PRCStrokes</A></CODE> structure.</TD> 35 </TR> 36 </tbody> 37</table> 38 39<h2>Return Values</h2> 40<p>Returns TRUE if the copy succeeds.</p> 41 42<H2>Description</H2> 43<P>Deep copies the <CODE><A href="PRCStrokes.html">PRCStrokes</A></CODE> structure Copy will fail if the copy destination capacity is smaller than the copy source size.</P> 44<h2>See Also</h2> 45<p><CODE><A href="PRC_InitStrokes.html">PRC_InitStrokes</A><br></CODE></p> 46 47<H2>Revision History</H2> 48<P> 492004/11/04 Corrected return value types<br /> 2004/07/19 Specification change<br /> 2004/06/25 Initial Version 50</P> 51<hr><p>CONFIDENTIAL</p></body> 52</html> 53