mirror of https://github.com/tongzx/nt5src
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.
51 lines
807 B
51 lines
807 B
; hwxapi.def : all the published penwindows recognizer API
|
|
|
|
EXPORTS
|
|
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
|
|
|
|
TwisterReco
|
|
|
|
; Wisp apis implemented in wispapis.c
|
|
|
|
CreateRecognizer
|
|
DestroyRecognizer
|
|
GetRecoAttributes
|
|
CreateContext
|
|
DestroyContext
|
|
GetResultPropertyList
|
|
GetPreferredPacketDescription
|
|
GetUnicodeRanges
|
|
GetEnabledUnicodeRanges
|
|
SetEnabledUnicodeRanges
|
|
GetContextPropertyList
|
|
GetContextPropertyValue
|
|
SetContextPropertyValue
|
|
AddStroke
|
|
GetBestAlternate
|
|
DestroyAlternate
|
|
GetBestResultString
|
|
Process
|
|
SetGuide
|
|
GetGuide
|
|
AdviseInkChange
|
|
SetCACMode
|
|
EndInkInput
|
|
CloneContext
|
|
ResetContext
|
|
GetAlternateList
|
|
GetString
|
|
GetStrokeRanges
|
|
GetSegmentAlternateList
|
|
GetMetrics
|
|
GetGuideIndex
|
|
GetConfidenceLevel
|
|
GetPropertyRanges
|
|
GetRangePropertyValue
|
|
SetFactoid
|
|
SetFlags
|
|
GetLatticePtr
|
|
SetTextContext
|
|
|