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