Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Microsoft Speech Platform
ISpVoice::GetAlertBoundary
ISpVoice::GetAlertBoundary retrieves the event that is currently being used as the insertion point for alerts. For more information on alert boundaries, see ISpVoice::SetAlertBoundary.
<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>HRESULT GetAlertBoundary(</strong><a runat="server" href="jj127462(v=msdn.10).md"><strong>SPEVENTENUM</strong></a> *<em>peBoundary</em> <strong>);</strong> </pre>
Parameters
- peBoundary
[out] Address of an SPEVENTENUM that receives the event type of the alert boundary.
Return Values
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | Invalid pointer. |