

#include <nitro/prc.h>
void* PRC_GetInputPatternStrokes(
PRCStrokes* strokes,
const PRCInputPattern* input );
| strokes | Pointer to the PRCStrokes structure that stores stroke data. |
| input | Pointer to an input pattern. |
None.
Extracts stroke data from an input pattern that is shaped by a PRC_InitInputPattern* function. Since the strokes data structure is a pointer to the stroke data that constitutes the input pattern data, you must not overwrite the stroke data in strokes.
2004/06/23 Initial version.
CONFIDENTIAL