PRC_IsFull


C Specification

#include <nitro/prc.h>

BOOL PRC_IsFull( PRCStrokes*  strokes );

Description

Checks whether strokes is full.

Arguments

strokes Pointer to the input stroke structure

Return Values

Returns TRUE if strokes is full.

See Also

PRC_InitStrokes, PRC_AppendPoint, PRC_AppendPenUpMarker, PRC_Clear, PRC_IsEmpty

Revision History

06/23/2004 Initial Version