SPPHRASEALT
Other versions of this page are also available for the following:
8/28/2008
This structure contains alternate phrase information.
Syntax
typedef struct tagSPPHRASEALT{
ISpPhraseBuilder* pPhrase;
ULONG ulStartElementInParent;
ULONG cElementsInParent;
ULONG cElementsInAlternate;
void* pvAltExtra;
ULONG cbAltExtra;
} SPPHRASEALT;
Members
- pPhrase
Pointer to an object implementing ISpPhraseBuilder that represents the alternate phrase.
- ulStartElementInParent
Starting element in the parent phrase.
- cElementsInParent
Number of elements in the parent phrase.
- cElementsInAlternate
Number of elements in the alternate phrase.
- pvAltExtra
Pointer to private SR engine alternate analyzer data. This value can be NULL if no data is provided.
- cbAltExtra
Size, in bytes, of the data specified in pvAltExra. This value can be 0 if no data is provided.
Requirements
Header | sapi.h, sapi.idl |
Windows Embedded CE | Windows CE .NET 4.1 and later |