Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.3
ISpEventSink::AddEvents
ISpEventSink::AddEvents adds events directly to an event sink.
HRESULT AddEvents(
const SPEVENT *pEventArray,
ULONG ulCount
);
Parameters
- pEventArray
Pointer to an array of SPEVENT event structures. - ulCount
Number of event structures being passed in.
Return values
| Value |
| S_OK |
| E_INVALIDARG |
| FAILED(hr) |