共用方式為


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

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
DLL inkobjcore.dll mshwgst.dll

See also

Required Recognition APIs