PRC_CopyStrokes

C Specification

#include <nitro/prc.h>

BOOL PRC_CopyStrokes(
const PRCStrokes*   srcStrokes,
PRCStrokes*         dstStrokes );

Arguments

srcStrokes Pointer to the copy source for the PRCStrokes structure.
dstStrokes Pointer to the copy destination for the PRCStrokes structure.

Return Values

Returns TRUE if the copy succeeds.

Description

Deep copies the PRCStrokes structure Copy will fail if the copy destination capacity is smaller than the copy source size.

See Also

PRC_InitStrokes

Revision History

11/04/2004 Corrected return value types
07/19/2004 Specification change
06/25/2004 Initial Version