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.

79 lines
1.3 KiB

  1. LIBRARY HWXFE2
  2. EXPORTS
  3. ; === HWX style API
  4. HwxConfigEx
  5. HwxCreate
  6. HwxSetContext
  7. HwxSetGuide
  8. HwxALCValid
  9. HwxALCPriority
  10. HwxSetPartial
  11. HwxSetAbort
  12. HwxInput
  13. HwxEndInput
  14. HwxProcess
  15. HwxResultsAvailable
  16. HwxGetResults
  17. HwxDestroy
  18. ; === Penwin style API
  19. AddPenInputHRC
  20. CreateCompatibleHRC
  21. DestroyHRC
  22. EndPenInputHRC
  23. ProcessHRC
  24. SetGuideHRC
  25. SetAlphabetHRC
  26. GetResultsHRC
  27. GetAlternateWordsHRCRESULT
  28. GetSymbolsHRCRESULT
  29. GetSymbolCountHRCRESULT
  30. SymbolToCharacterW
  31. DestroyHRCRESULT
  32. CreateInksetHRCRESULT
  33. DestroyInkset
  34. GetInksetInterval
  35. GetInksetIntervalCount
  36. GetBaselineHRCRESULT
  37. ; === Wisp style API
  38. CreateRecognizer
  39. DestroyRecognizer
  40. GetRecoAttributes
  41. CreateContext
  42. DestroyContext
  43. GetResultPropertyList
  44. GetPreferredPacketDescription
  45. AddStroke
  46. GetBestAlternate
  47. DestroyAlternate
  48. GetBestResultString
  49. Process
  50. SetGuide
  51. GetGuide
  52. AdviseInkChange
  53. SetCACMode
  54. EndInkInput
  55. CloneContext
  56. ResetContext
  57. GetAlternateList
  58. GetString
  59. GetStrokeRanges
  60. GetSegmentAlternateList
  61. GetMetrics
  62. GetGuideIndex
  63. GetConfidenceLevel
  64. GetPropertyRanges
  65. GetRangePropertyValue
  66. SetTextContext
  67. GetLatticePtr
  68. ; === Private APIs for testing/debugging
  69. HwxConfigExPartial
  70. CoreRecognizeChar
  71. SearchForTargetResult