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.
43 lines
850 B
43 lines
850 B
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
|
|
|