Microsoft Speech SDK
SAPI 5.1
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.
HRESULT GetAlertBoundary(
SPEVENTENUM *peBoundary
);
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. |