PRC_GetEntryStrokes


C Specification

#include <nitro/prc.h>

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

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.

Arguments

strokes Pointer to the PRCStrokes structure that stores strokes.
prototypeList Pointer to the prototype list.
entry Pointer to a sample DB entry

Return Values

None

See Also

PRC_GetRecognizedEntry*

Revision History

06/23/2004 Initial version