ISpVoice::GetPriority (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

ISpVoice::GetPriority

ISpVoice::GetPriority retrieves the current voice priority level.  See ISpVoice::SetPriority for more information on voice priorities.

HRESULT GetPriority(
   SPVPRIORITY   *pePriority
);

Parameters

pePriority
[out] Pointer to priority information of type SPVPRIORITY.

Return values

Value Description
S_OK Function completed successfully.
E_POINTER Invalid pointer.