kernel/eka/bx86/btracecu.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
	?BufferSize@RBTrace@@QAEHXZ @ 1 NONAME ; public: int __thiscall RBTrace::BufferSize(void)
	?CancelRequestData@RBTrace@@QAEXXZ @ 2 NONAME ; public: void __thiscall RBTrace::CancelRequestData(void)
	?Close@RBTrace@@QAEXXZ @ 3 NONAME ; public: void __thiscall RBTrace::Close(void)
	?DataUsed@RBTrace@@QAEXXZ @ 4 NONAME ; public: void __thiscall RBTrace::DataUsed(void)
	?Empty@RBTrace@@QAEXXZ @ 5 NONAME ; public: void __thiscall RBTrace::Empty(void)
	?GetData@RBTrace@@QAEHAAPAE@Z @ 6 NONAME ; public: int __thiscall RBTrace::GetData(unsigned char * &)
	?Mode@RBTrace@@QAEIXZ @ 7 NONAME ; public: unsigned int __thiscall RBTrace::Mode(void)
	?Open@RBTrace@@QAEHXZ @ 8 NONAME ; public: int __thiscall RBTrace::Open(void)
	?RequestData@RBTrace@@QAEXAAVTRequestStatus@@H@Z @ 9 NONAME ; public: void __thiscall RBTrace::RequestData(class TRequestStatus &,int)
	?ResizeBuffer@RBTrace@@QAEHH@Z @ 10 NONAME ; public: int __thiscall RBTrace::ResizeBuffer(int)
	?SetFilter@RBTrace@@QAEHIH@Z @ 11 NONAME ; public: int __thiscall RBTrace::SetFilter(unsigned int,int)
	?SetMode@RBTrace@@QAEXI@Z @ 12 NONAME ; public: void __thiscall RBTrace::SetMode(unsigned int)
	?Filter2@RBTrace@@QAEHAAPAKAAH@Z @ 13 NONAME ; public: int __thiscall RBTrace::Filter2(unsigned long * &,int &)
	?SetFilter2@RBTrace@@QAEHKH@Z @ 14 NONAME ; public: int __thiscall RBTrace::SetFilter2(unsigned long,int)
	?SetFilter2@RBTrace@@QAEHPBKH@Z @ 15 NONAME ; public: int __thiscall RBTrace::SetFilter2(unsigned long const *,int)
	?SetFilter2@RBTrace@@QAEHH@Z @ 16 NONAME ; public: int __thiscall RBTrace::SetFilter2(int)
	?SetTimestamp2Enabled@RBTrace@@QAEHH@Z @ 17 NONAME ; public: int __thiscall RBTrace::SetTimestamp2Enabled(int)