94 lines
1.6 KiB
Modula-2
94 lines
1.6 KiB
Modula-2
LIBRARY MSHWJPN
|
|
|
|
EXPORTS
|
|
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
|
|
; === HWX style API
|
|
|
|
; HwxConfig
|
|
; HwxCreate
|
|
; HwxSetContext
|
|
; HwxSetGuide
|
|
; HwxALCValid
|
|
; HwxALCPriority
|
|
; HwxSetPartial
|
|
; HwxSetAbort
|
|
; HwxInput
|
|
; HwxEndInput
|
|
; HwxProcess
|
|
; HwxResultsAvailable
|
|
; HwxGetResults
|
|
; HwxDestroy
|
|
|
|
; === Penwin style API
|
|
|
|
; ConfigRecognizer
|
|
; AddPenInputHRC
|
|
; CreateCompatibleHRC
|
|
; DestroyHRC
|
|
; EndPenInputHRC
|
|
; ProcessHRC
|
|
; SetGuideHRC
|
|
; GetBoxResultsHRC
|
|
; SetAlphabetHRC
|
|
; SetMaxResultsHRC
|
|
; GetResultsHRC
|
|
; GetAlternateWordsHRCRESULT
|
|
; GetSymbolsHRCRESULT
|
|
; GetSymbolCountHRCRESULT
|
|
; SymbolToCharacterW
|
|
; DestroyHRCRESULT
|
|
; CreateInksetHRCRESULT
|
|
; DestroyInkset
|
|
; GetInksetInterval
|
|
; GetInksetIntervalCount
|
|
; GetBaselineHRCRESULT
|
|
; SetHwxCorrectionContext
|
|
; SetHwxFlags
|
|
; SetHwxFactoid
|
|
; IsWStringSupportedHRC
|
|
|
|
; === Wisp style API
|
|
CreateRecognizer
|
|
DestroyRecognizer
|
|
GetRecoAttributes
|
|
CreateContext
|
|
DestroyContext
|
|
GetResultPropertyList
|
|
GetPreferredPacketDescription
|
|
AddStroke
|
|
GetBestAlternate
|
|
DestroyAlternate
|
|
GetBestResultString
|
|
Process
|
|
SetGuide
|
|
GetGuide
|
|
AdviseInkChange
|
|
SetCACMode
|
|
EndInkInput
|
|
CloneContext
|
|
ResetContext
|
|
GetAlternateList
|
|
GetString
|
|
GetStrokeRanges
|
|
GetSegmentAlternateList
|
|
GetMetrics
|
|
GetGuideIndex
|
|
GetConfidenceLevel
|
|
GetPropertyRanges
|
|
GetRangePropertyValue
|
|
SetTextContext
|
|
GetLatticePtr
|
|
SetFlags
|
|
SetFactoid
|
|
IsStringSupported
|
|
GetUnicodeRanges
|
|
GetEnabledUnicodeRanges
|
|
SetEnabledUnicodeRanges
|
|
GetContextPropertyList
|
|
GetContextPropertyValue
|
|
SetContextPropertyValue
|
|
|