Share via


ISpSREngineSite::UpdateRecoPos (Windows Embedded CE 6.0)

1/6/2010

This method updates the current position of the recognizer in the stream. An SR engine should call this regularly, up to several times a second, regardless of whether it is recognizing speech or silence. This method can only be called while the SR engine is inside a ISpSREngine::RecognizeStream call, although it can be called on any thread.

Syntax

HRESULT UpdateRecoPos(
  ULONGLONG ullStreamPos
);

Parameters

  • ullStreamPos
    [out] Current stream position of the recognizer.

Return Value

The following table shows the possible return values.

Value Description

S_OK

Function completed successfully.

Requirements

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

See Also

Reference

ISpSREngineSite
SAPI Interfaces