GetAlternateList function

An application recognizer must provide an empty implementation of this function that returns S_OK as the return code.

Syntax

HRESULT WINAPI GetAlternateList(
   HRECOCONTEXT hrc,
   RECO_RANGE   *pRecoRange,
   ULONG        *pcAlt,
   HRECOALT     *phrcalt,
   ALT_BREAKS   iBreak
);

Parameters

  • hrc
    The handle to the recognizer context.

  • pRecoRange

  • pcAlt

  • phrcalt

  • iBreak

Return value

This function can return one of these values.

The implementation must return S_OK.

Return code Description
S_OK

Success.

 

Requirements

Minimum supported client

Windows XP Tablet PC Edition [desktop apps only]

Minimum supported server

None supported

Header

Recapis.h

See also

Required Recognition APIs