PRC_GetEntryStrokes

C Specification

#include <nitro/prc.h>

void* PRC_GetEntryStrokes(
PRCStrokes* strokes,
const PRCPrototypeList* prototypeList,
const PRCPrototypeEntry* entry );

Arguments

strokes Pointer to the PRCStrokes structure that stores stroke data.
prototypeList Pointer to the sample pattern list.
entry Pointer to a sample DB entry.

Return Values

None

Description

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.

See Also

PRC_GetRecognizedEntry*

Revision History

06/23/2004 Initial Version