Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
2.8 KiB

  1. // APINAMEs.h
  2. // Angshuman Guha, aguha
  3. // April 12, 2000
  4. //
  5. // This file is intended to be used by apps which dyna-link to the
  6. // recognizer DLL. Of the private API, any or all may be absent in
  7. // the DLL.
  8. // public (published) API
  9. #define APINAME_AddPenInputHRC "AddPenInputHRC"
  10. #define APINAME_CreateCompatibleHRC "CreateCompatibleHRC"
  11. #define APINAME_CreateHWL "CreateHWL"
  12. #define APINAME_CreateInksetHRCRESULT "CreateInksetHRCRESULT"
  13. #define APINAME_DestroyHRC "DestroyHRC"
  14. #define APINAME_DestroyHRCRESULT "DestroyHRCRESULT"
  15. #define APINAME_DestroyHWL "DestroyHWL"
  16. #define APINAME_DestroyInkset "DestroyInkset"
  17. #define APINAME_EnableLangModelHRC "EnableLangModelHRC"
  18. #define APINAME_EnableSystemDictionaryHRC "EnableSystemDictionaryHRC"
  19. #define APINAME_EndPenInputHRC "EndPenInputHRC"
  20. #define APINAME_GetAlternateWordsHRCRESULT "GetAlternateWordsHRCRESULT"
  21. #define APINAME_GetCostHRCRESULT "GetCostHRCRESULT"
  22. #define APINAME_GetInksetInterval "GetInksetInterval"
  23. #define APINAME_GetInksetIntervalCount "GetInksetIntervalCount"
  24. #define APINAME_GetMaxResultsHRC "GetMaxResultsHRC"
  25. #define APINAME_GetResultsHRC "GetResultsHRC"
  26. #define APINAME_GetSymbolCountHRCRESULT "GetSymbolCountHRCRESULT"
  27. #define APINAME_GetSymbolsHRCRESULT "GetSymbolsHRCRESULT"
  28. #define APINAME_IsStringSupportedHRC "IsStringSupportedHRC"
  29. #define APINAME_ProcessHRC "ProcessHRC"
  30. #define APINAME_SetAlphabetHRC "SetAlphabetHRC"
  31. #define APINAME_SetGuideHRC "SetGuideHRC"
  32. #define APINAME_SetMaxResultsHRC "SetMaxResultsHRC"
  33. #define APINAME_SetRecogSpeedHRC "SetRecogSpeedHRC"
  34. #define APINAME_SetWordlistCoercionHRC "SetWordlistCoercionHRC"
  35. #define APINAME_SetWordlistHRC "SetWordlistHRC"
  36. #define APINAME_SymbolToCharacter "SymbolToCharacter"
  37. #define APINAME_SymbolToCharacterW "SymbolToCharacterW"
  38. #define APINAME_GetBaselineHRCRESULT "GetBaselineHRCRESULT"
  39. #define APINAME_SetHwxFactoid "SetHwxFactoid"
  40. #define APINAME_SetHwxFlags "SetHwxFlags"
  41. #define APINAME_SetHwxCorrectionContext "SetHwxCorrectionContext"
  42. #define APINAME_GetWordConfLevel "GetWordConfLevel"
  43. // private API
  44. #define APINAME_HwxGetCosts "_HwxGetCosts@12"
  45. #define APINAME_HwxGetInputFeatures "_HwxGetInputFeatures@12"
  46. #define APINAME_HwxGetNeuralOutput "_HwxGetNeuralOutput@12"
  47. #define APINAME_HwxGetTiming "_HwxGetTiming@8"
  48. #define APINAME_HwxGetWordResults "_HwxGetWordResults@16"
  49. #define APINAME_HwxSetAnswer "_HwxSetAnswer@4"
  50. #define APINAME_GetMsgTiming "_GetMsgTiming@4"
  51. #define APINAME_GetLatinLayoutHRCRESULT "_GetLatinLayoutHRCRESULT@28"