Trying to figure out how to implement my WINC like compatibility layer. Going the emulation way is probably not so smart. We should not use the kernel but rather hook native functions in the Exec calls.
EXPORTS
?KeyDataConvTable@@YAXAAUSConvTable@@AAI1AAUSScanCodeBlockList@@AAUSKeyCodeList@@@Z @ 1 NONAME ; void __cdecl KeyDataConvTable(struct SConvTable &,unsigned int &,unsigned int &,struct SScanCodeBlockList &,struct SKeyCodeList &)
?KeyDataFuncTable@@YAXAAUSFuncTables@@@Z @ 2 NONAME ; void __cdecl KeyDataFuncTable(struct SFuncTables &)
?KeyDataSettings@@YAXAAW4TRadix@@AAW4TCtrlDigitsTermination@@AAH2@Z @ 3 NONAME ; void __cdecl KeyDataSettings(enum TRadix &,enum TCtrlDigitsTermination &,int &,int &)