Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains alternate phrase information.
typedef struct tagSPPHRASEALT{ ISpPhraseBuilder* pPhrase; ULONGulStartElementInParent; ULONGcElementsInParent; ULONGcElementsInAlternate; void* pvAltExtra; ULONGcbAltExtra;} 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
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
See Also
Send Feedback on this topic to the authors