Share via


GetBestAlternate function

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

Syntax

HRESULT WINAPI GetBestAlternate(
   HRECOCONTEXT hrc,
   HRECOALT     *pHrcAlt
);

Parameters

  • hrc
    The handle to the recognizer context.

  • pHrcAlt

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