SRPHRASE

This structure identifies a unique phrase for a grammar’s vocabulary. A phrase is an ordered collection of words.

Syntax

typedef struct { // srp
DWORD
dwSize;
BYTE
abWords[0];
} SRPHRASE, *PSRPHRASE;

Members

dwSize
Specifies the size of SRPHRASE plus the size of data for abWords.
abWords
Memory that contains a list of SRWORD structures, in temporal order.