windows-nt/Source/XPSP1/NT/base/mvdm/wow16/winnls/winnls.def
2020-09-26 16:20:57 +08:00

43 lines
850 B
Modula-2
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

LIBRARY WINNLS
EXETYPE WINDOWS
DESCRIPTION 'WOW REPLACEMENT WINNLS'
STUB '..\bin\WINSTUB.EXE'
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE SINGLE
HEAPSIZE 1024
SEGMENTS
EXPORTS
WEP ; Internal
InquireWINNLS @1
HookKeyboardMessage @2
SendIMEMessage @6
SendIMEMessageEx @7
WINNLSSetKeyboardHook @10
WINNLSSetIMEHandle @11
WINNLSSetIMEStatus @12
WINNLSSetIMEHotkey @14
WINNLSGetIMEHotkey @15
WINNLSEnableIME @16
WINNLSGetKeyState @17
WINNLSGetEnableStatus @18
WINNLSSetKeyState @19
IMPAddIME @20
IMPDeleteIME @21
IMPQueryIME @22
IMPGetIME @23
IMPSetIME @24
IMPModifyIME @25
IMPGetDefaultIME @26
IMPSetDefaultIME @27
WINNLSSendString @30
WINNLSPostAppMessage @31
WINNLSSendAppMessage @32
; WINNLSGetKeyState @37
; WINNLSGetEnableStatus @38
; WINNLSSetKeyState @39