#include <nitro/prc.h>
void* PRC_GetEntryStrokes(
PRCStrokes* strokes,
const PRCPrototypeList* prototypeList,
const PRCPrototypeEntry* entry );
strokes | Pointer to the PRCStrokes structure that stores stroke data. |
prototypeList | Pointer to the sample pattern list. |
entry | Pointer to a sample DB entry. |
None
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
.
06/23/2004 Initial Version