SRPHRASE

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

Identifies a unique phrase for a grammar's vocabulary. A phrase is an ordered collection of words.

dwSize

Size of SRPHRASE plus the size of data for abWords.

abWords

Memory containing a list of SRWORD structures, in temporal order.