#include <nitro/prc.h>
BOOL PRC_IsFull( PRCStrokes* strokes );
Checks whether strokes is full.
| strokes | Pointer to the input stroke structure |
Returns TRUE if strokes is full.
PRC_InitStrokes, PRC_AppendPoint, PRC_AppendPenUpMarker, PRC_Clear, PRC_IsEmpty
06/23/2004 Initial Version