#include <nitro/prc.h>
BOOL PRC_CopyStrokes(
const PRCStrokes* srcStrokes,
PRCStrokes* dstStrokes );
srcStrokes | Pointer to the copy source for the PRCStrokes structure. |
dstStrokes | Pointer to the copy destination for the PRCStrokes structure. |
Returns TRUE if the copy succeeds.
Deep copies the PRCStrokes
structure Copy will fail if the copy destination capacity is smaller than the copy source size.
11/04/2004 Corrected return value types
07/19/2004 Specification change
06/25/2004 Initial Version