You are reading help file online using chmlib.com
|
SPVPRIORITY lists the priorities that voices can have. See ISpVoice::SetPriority and ISpVoice::GetPriority for more information.
typedef enum SPVPRIORITY
{
SPVPRI_NORMAL,
SPVPRI_ALERT,
SPVPRI_OVER
} SPVPRIORITY;
You are reading help file online using chmlib.com
|