kernel/eka/bx86/ektran.def
author Slion
Tue, 08 Dec 2009 08:11:42 +0100
branchanywhere
changeset 19 f6d3d9676ee4
parent 0 a41df078684a
permissions -rw-r--r--
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
	??0CCaptureKeys@@QAE@XZ @ 1 NONAME ; public: __thiscall CCaptureKeys::CCaptureKeys(void)
	??1CCaptureKeys@@UAE@XZ @ 2 NONAME ; public: virtual __thiscall CCaptureKeys::~CCaptureKeys(void)
	?AddCaptureKeyL@CCaptureKeys@@QAEXABVTCaptureKey@@@Z @ 3 NONAME ; public: void __thiscall CCaptureKeys::AddCaptureKeyL(class TCaptureKey const &)
	?CancelAllCaptureKeys@CCaptureKeys@@QAEXK@Z @ 4 NONAME ; public: void __thiscall CCaptureKeys::CancelAllCaptureKeys(unsigned long)
	?CancelCaptureKey@CCaptureKeys@@QAEXK@Z @ 5 NONAME ; public: void __thiscall CCaptureKeys::CancelCaptureKey(unsigned long)
	?Construct@CCaptureKeys@@QAEXXZ @ 6 NONAME ; public: void __thiscall CCaptureKeys::Construct(void)
	?New@CKeyTranslator@@SAPAV1@XZ @ 7 NONAME ; public: static class CKeyTranslator * __cdecl CKeyTranslator::New(void)
	?ProcessCaptureKeys@CCaptureKeys@@QBEXAAVTKeyData@@@Z @ 8 NONAME ; public: void __thiscall CCaptureKeys::ProcessCaptureKeys(class TKeyData &)const 
	?SetCaptureKey@CCaptureKeys@@QAEXKABVTCaptureKey@@@Z @ 9 NONAME ; public: void __thiscall CCaptureKeys::SetCaptureKey(unsigned long,class TCaptureKey const &)
	?AddCaptureKeyL@CCaptureKeys@@QAEXABVTCaptureKey@@E@Z @ 10 NONAME ; public: void __thiscall CCaptureKeys::AddCaptureKeyL(class TCaptureKey const &,unsigned char)
	?SetCaptureKey@CCaptureKeys@@QAEXKABVTCaptureKey@@E@Z @ 11 NONAME ; public: void __thiscall CCaptureKeys::SetCaptureKey(unsigned long,class TCaptureKey const &,unsigned char)