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.
Microsoft Speech API 5.3
SPSHORTCUTTYPE
New in SAPI 5.3
Enumerates the types of shortcut pair.
typedef enum SPSHORTCUTTYPE
{
SPSHT_NotOverriden,
SPSHT_Unknown,
SPSHT_EMAIL,
SPSHT_OTHER,
SPPS_RESERVED1,
SPPS_RESERVED2,
SPPS_RESERVED3,
SPPS_RESERVED4
} SPSHORTCUTTYPE;
Elements
- SPSHT_NotOverriden
If the shortcut pair is already present in the store, it should not be overridden. - SPSHT_Unknown
The type of shortcut pair is unknown. - SPSHT_EMAIL
This shortcut pair is for an email address. - SPSHT_OTHER
This shortcut pair is for general input. - SPPS_RESERVED1 through SPPS_RESERVED4
Reserved for future use.