#include <nitro/prc.h>
void* PRC_GetEntryStrokes(
PRCStrokes* strokes ,
const PRCPrototypeList* prototypeList ,
const PRCPrototypeEntry* entry );
Obtains sample DB entry stroke information
A pointer from the resultant strokes is mapped to the stroke information that constitutes the sample DB entry. You must not change the stroke data in strokes.
strokes |
Pointer to the PRCStrokes structure that stores strokes. |
prototypeList |
Pointer to the prototype list. |
entry |
Pointer to a sample DB entry |
None
06/23/2004 Initial version