Share via


ISpVoice::GetAlertBoundary (Windows Embedded CE 6.0)

1/6/2010

This method gets the event that is currently being used as the insertion point for alerts.

Syntax

HRESULT GetAlertBoundary( 
  SPEVENTENUM* peBoundary
);

Parameters

  • peBoundary
    [out] Pointer to an SPEVENTENUM structure containing the event type of the alert boundary.

Return Value

The following table shows the possible return values.

Value Description

S_OK

Function completed successfully.

E_POINTER

Invalid pointer.

Requirements

Header sapi.h, sapi.idl
Library sapilib.lib
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

ISpVoice
ISpVoice::SetAlertBoundary
SAPI Interfaces