41 lines
1.4 KiB
Modula-2
41 lines
1.4 KiB
Modula-2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;; ;;
|
|
;; FAKEIME.DEF - Windows 95 FAKEIME ;;
|
|
;; ;;
|
|
;; Copyright (c) 1994-1995 Microsoft Corporation ;;
|
|
;; ;;
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
LIBRARY FAKEIME
|
|
|
|
EXPORTS
|
|
DLLEntry
|
|
|
|
; IME DDI
|
|
ImeConversionList
|
|
ImeConfigure
|
|
ImeDestroy
|
|
ImeEscape
|
|
ImeInquire
|
|
ImeProcessKey
|
|
ImeSelect
|
|
ImeSetActiveContext
|
|
ImeToAsciiEx
|
|
NotifyIME
|
|
ImeRegisterWord
|
|
ImeUnregisterWord
|
|
ImeGetRegisterWordStyle
|
|
ImeEnumRegisterWord
|
|
ImeSetCompositionString
|
|
ImeGetImeMenuItems
|
|
|
|
FAKEIMEWndProc
|
|
CompStrWndProc
|
|
StatusWndProc
|
|
CandWndProc
|
|
GuideWndProc
|
|
|
|
GeneralDlgProc
|
|
AboutDlgProc
|
|
RegWordDlgProc
|
|
SelectDictionaryDlgProc
|