sl@0: /* sl@0: * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: sl@0: extern "C" { sl@0: void common_dispatch(); sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_1 () sl@0: { sl@0: // ; public: __thiscall CWindowGc::CWindowGc(class CWsScreenDevice *) sl@0: _asm mov eax, 1 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_2 () sl@0: { sl@0: // ; public: __thiscall CWsBitmap::CWsBitmap(class RWsSession &) sl@0: _asm mov eax, 2 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_3 () sl@0: { sl@0: // ; public: __thiscall CWsBitmap::CWsBitmap(void) sl@0: _asm mov eax, 3 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_4 () sl@0: { sl@0: // ; public: __thiscall CWsScreenDevice::CWsScreenDevice(class RWsSession &) sl@0: _asm mov eax, 4 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_5 () sl@0: { sl@0: // ; public: __thiscall CWsScreenDevice::CWsScreenDevice(void) sl@0: _asm mov eax, 5 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_6 () sl@0: { sl@0: // ; protected: __thiscall RAnim::RAnim(class RAnimDll &) sl@0: _asm mov eax, 6 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_7 () sl@0: { sl@0: // ; protected: __thiscall RAnim::RAnim(void) sl@0: _asm mov eax, 7 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_8 () sl@0: { sl@0: // ; public: __thiscall RAnimDll::RAnimDll(class RWsSession &) sl@0: _asm mov eax, 8 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_9 () sl@0: { sl@0: // ; public: __thiscall RAnimDll::RAnimDll(void) sl@0: _asm mov eax, 9 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_10 () sl@0: { sl@0: // ; public: __thiscall RBackedUpWindow::RBackedUpWindow(class RWsSession &) sl@0: _asm mov eax, 10 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_11 () sl@0: { sl@0: // ; public: __thiscall RBackedUpWindow::RBackedUpWindow(void) sl@0: _asm mov eax, 11 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_12 () sl@0: { sl@0: // ; public: __thiscall RBlankWindow::RBlankWindow(class RWsSession &) sl@0: _asm mov eax, 12 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_13 () sl@0: { sl@0: // ; public: __thiscall RBlankWindow::RBlankWindow(void) sl@0: _asm mov eax, 13 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_14 () sl@0: { sl@0: // ; public: __thiscall RWindow::RWindow(class RWsSession &) sl@0: _asm mov eax, 14 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_15 () sl@0: { sl@0: // ; public: __thiscall RWindow::RWindow(void) sl@0: _asm mov eax, 15 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_16 () sl@0: { sl@0: // ; public: __thiscall RWindowGroup::RWindowGroup(class RWsSession &) sl@0: _asm mov eax, 16 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_17 () sl@0: { sl@0: // ; public: __thiscall RWindowGroup::RWindowGroup(void) sl@0: _asm mov eax, 17 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_18 () sl@0: { sl@0: // ; public: __thiscall RWsPointerCursor::RWsPointerCursor(class RWsSession &) sl@0: _asm mov eax, 18 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_19 () sl@0: { sl@0: // ; public: __thiscall RWsPointerCursor::RWsPointerCursor(void) sl@0: _asm mov eax, 19 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_20 () sl@0: { sl@0: // ; public: __thiscall RWsSession::RWsSession(void) sl@0: _asm mov eax, 20 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_21 () sl@0: { sl@0: // ; public: __thiscall RWsSprite::RWsSprite(class RWsSession &) sl@0: _asm mov eax, 21 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_22 () sl@0: { sl@0: // ; public: __thiscall RWsSprite::RWsSprite(void) sl@0: _asm mov eax, 22 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_23 () sl@0: { sl@0: // ; protected: __thiscall RWsSpriteBase::RWsSpriteBase(class RWsSession &) sl@0: _asm mov eax, 23 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_24 () sl@0: { sl@0: // ; protected: __thiscall RWsSpriteBase::RWsSpriteBase(void) sl@0: _asm mov eax, 24 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_25 () sl@0: { sl@0: // ; public: virtual __thiscall CWindowGc::~CWindowGc(void) sl@0: _asm mov eax, 25 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_26 () sl@0: { sl@0: // ; public: virtual __thiscall CWsBitmap::~CWsBitmap(void) sl@0: _asm mov eax, 26 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_27 () sl@0: { sl@0: // ; public: virtual __thiscall CWsScreenDevice::~CWsScreenDevice(void) sl@0: _asm mov eax, 27 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_28 () sl@0: { sl@0: // ; public: virtual __thiscall RAnim::~RAnim(void) sl@0: _asm mov eax, 28 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_29 () sl@0: { sl@0: // ; public: virtual __thiscall RAnimDll::~RAnimDll(void) sl@0: _asm mov eax, 29 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_30 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::Activate(class RDrawableWindow &) sl@0: _asm mov eax, 30 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_31 () sl@0: { sl@0: // ; public: void __thiscall RWindowBase::Activate(void) sl@0: _asm mov eax, 31 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_32 () sl@0: { sl@0: // ; public: int __thiscall RWsSpriteBase::Activate(void) sl@0: _asm mov eax, 32 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_33 () sl@0: { sl@0: // ; public: virtual int __thiscall CWsScreenDevice::AddFile(class TDesC16 const &,int &) sl@0: _asm mov eax, 33 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_34 () sl@0: { sl@0: // ; public: int __thiscall RWindowBase::AddKeyRect(class TRect const &,int,int) sl@0: _asm mov eax, 34 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_35 () sl@0: { sl@0: // ; public: int __thiscall RWindowGroup::AddPriorityKey(unsigned int,unsigned int,unsigned int) sl@0: _asm mov eax, 35 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_36 () sl@0: { sl@0: // ; public: int __thiscall RWindowBase::AllocPointerMoveBuffer(int,unsigned int) sl@0: _asm mov eax, 36 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_37 () sl@0: { sl@0: // ; public: int __thiscall RWsSpriteBase::AppendMember(struct TSpriteMember const &) sl@0: _asm mov eax, 37 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_38 () sl@0: { sl@0: // ; public: void __thiscall RWindowGroup::AutoForeground(int) sl@0: _asm mov eax, 38 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_39 () sl@0: { sl@0: // ; public: void __thiscall RWindow::BeginRedraw(class TRect const &) sl@0: _asm mov eax, 39 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_40 () sl@0: { sl@0: // ; public: void __thiscall RWindow::BeginRedraw(void) sl@0: _asm mov eax, 40 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_41 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::BitBlt(class TPoint const &,class CFbsBitmap const *) sl@0: _asm mov eax, 41 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_42 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::BitBlt(class TPoint const &,class CFbsBitmap const *,class TRect const &) sl@0: _asm mov eax, 42 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_43 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::BitBlt(class TPoint const &,class CWsBitmap const *) sl@0: _asm mov eax, 43 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_44 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::BitBlt(class TPoint const &,class CWsBitmap const *,class TRect const &) sl@0: _asm mov eax, 44 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_45 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::BitBltMasked(class TPoint const &,class CFbsBitmap const *,class TRect const &,class CFbsBitmap const *,int) sl@0: _asm mov eax, 45 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_46 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::BitBltMasked(class TPoint const &,class CWsBitmap const *,class TRect const &,class CWsBitmap const *,int) sl@0: _asm mov eax, 46 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_47 () sl@0: { sl@0: // ; int RBackedUpWindow::BitmapHandle(void) const sl@0: _asm mov eax, 47 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_48 () sl@0: { sl@0: // ; public: void __thiscall RWindowGroup::CancelCaptureKey(long) sl@0: _asm mov eax, 48 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_49 () sl@0: { sl@0: // ; public: void __thiscall RWindowGroup::CancelCaptureKeyUpAndDowns(long) sl@0: _asm mov eax, 49 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_50 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::CancelClippingRect(void) sl@0: _asm mov eax, 50 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_51 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::CancelClippingRegion(void) sl@0: _asm mov eax, 51 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_52 () sl@0: { sl@0: // ; public: void __thiscall RWindowBase::CancelPointerRepeatEventRequest(void) sl@0: _asm mov eax, 52 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_53 () sl@0: { sl@0: // ; public: void __thiscall RWindowGroup::CancelTextCursor(void) sl@0: _asm mov eax, 53 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_54 () sl@0: { sl@0: // ; public: long __thiscall RWindowGroup::CaptureKey(unsigned int,unsigned int,unsigned int) sl@0: _asm mov eax, 54 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_55 () sl@0: { sl@0: // ; public: long __thiscall RWindowGroup::CaptureKeyUpAndDowns(unsigned int,unsigned int,unsigned int) sl@0: _asm mov eax, 55 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_56 () sl@0: { sl@0: // ; public: unsigned long __thiscall RWindowTreeNode::Child(void)const sl@0: _asm mov eax, 56 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_57 () sl@0: { sl@0: // ; public: void __thiscall RWindowBase::ClaimPointerGrab(int) sl@0: _asm mov eax, 57 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_58 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::ClaimSystemPointerCursorList(void) sl@0: _asm mov eax, 58 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_59 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::Clear(class TRect const &) sl@0: _asm mov eax, 59 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_60 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::Clear(void) sl@0: _asm mov eax, 60 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_61 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::ClearHotKeys(enum THotKey) sl@0: _asm mov eax, 61 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_62 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::ClearSystemPointerCursor(int) sl@0: _asm mov eax, 62 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_63 () sl@0: { sl@0: // ; public: virtual void __thiscall RAnim::Close(void) sl@0: _asm mov eax, 63 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_64 () sl@0: { sl@0: // ; public: virtual void __thiscall RAnimDll::Close(void) sl@0: _asm mov eax, 64 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_65 () sl@0: { sl@0: // ; public: void __thiscall RWindowTreeNode::Close(void) sl@0: _asm mov eax, 65 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_66 () sl@0: { sl@0: // ; public: void __thiscall RWsSpriteBase::Close(void) sl@0: _asm mov eax, 66 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_67 () sl@0: { sl@0: // ; protected: void __thiscall RAnim::Command(int) sl@0: _asm mov eax, 67 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_68 () sl@0: { sl@0: // ; protected: void __thiscall RAnim::Command(int,class TPtrC8 const &) sl@0: _asm mov eax, 68 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_69 () sl@0: { sl@0: // ; protected: int __thiscall RAnim::CommandReply(int) sl@0: _asm mov eax, 69 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_70 () sl@0: { sl@0: // ; protected: int __thiscall RAnim::CommandReply(int,class TPtrC8 const &) sl@0: _asm mov eax, 70 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_71 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::ComputeMode(enum RWsSession::TComputeMode) sl@0: _asm mov eax, 71 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_72 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::Connect(void) sl@0: _asm mov eax, 72 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_73 () sl@0: { sl@0: // ; public: virtual int __thiscall CWindowGc::Construct(void) sl@0: _asm mov eax, 73 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_74 () sl@0: { sl@0: // ; public: int __thiscall CWsScreenDevice::Construct(void) sl@0: _asm mov eax, 74 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_75 () sl@0: { sl@0: // ; protected: int __thiscall RAnim::Construct(class RWindowBase const &,int,class TDesC8 const &) sl@0: _asm mov eax, 75 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_76 () sl@0: { sl@0: // ; public: int __thiscall RBackedUpWindow::Construct(class RWindowTreeNode const &,enum TDisplayMode,unsigned long) sl@0: _asm mov eax, 76 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_77 () sl@0: { sl@0: // ; public: int __thiscall RBlankWindow::Construct(class RWindowTreeNode const &,unsigned long) sl@0: _asm mov eax, 77 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_78 () sl@0: { sl@0: // ; public: int __thiscall RWindow::Construct(class RWindowTreeNode const &,unsigned long) sl@0: _asm mov eax, 78 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_79 () sl@0: { sl@0: // ; public: int __thiscall RWindowGroup::Construct(unsigned long) sl@0: _asm mov eax, 79 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_80 () sl@0: { sl@0: // ; public: int __thiscall RWindowGroup::Construct(unsigned long,int) sl@0: _asm mov eax, 80 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_81 () sl@0: { sl@0: // ; public: int __thiscall RWsPointerCursor::Construct(int) sl@0: _asm mov eax, 81 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_82 () sl@0: { sl@0: // ; public: int __thiscall RWsSprite::Construct(class RWindowTreeNode &,class TPoint const &,int) sl@0: _asm mov eax, 82 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_83 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::CopyRect(class TPoint const &,class TRect const &) sl@0: _asm mov eax, 83 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_84 () sl@0: { sl@0: // ; public: int __thiscall CWsScreenDevice::CopyScreenToBitmap(class CFbsBitmap const *)const sl@0: _asm mov eax, 84 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_85 () sl@0: { sl@0: // ; public: int __thiscall CWsScreenDevice::CopyScreenToBitmap(class CFbsBitmap const *,class TRect const &)const sl@0: _asm mov eax, 85 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_86 () sl@0: { sl@0: // ; public: int __thiscall CWsBitmap::Create(class TSize const &,enum TDisplayMode) sl@0: _asm mov eax, 86 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_87 () sl@0: { sl@0: // ; public: virtual int __thiscall CWsScreenDevice::CreateContext(class CGraphicsContext * &) sl@0: _asm mov eax, 87 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_88 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::Deactivate(void) sl@0: _asm mov eax, 88 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_89 () sl@0: { sl@0: // ; public: void __thiscall RWindowGroup::DefaultOwningWindow(void) sl@0: _asm mov eax, 89 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_90 () sl@0: { sl@0: // ; public: void __thiscall RAnim::Destroy(void) sl@0: _asm mov eax, 90 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_91 () sl@0: { sl@0: // ; public: void __thiscall RAnimDll::Destroy(void) sl@0: _asm mov eax, 91 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_92 () sl@0: { sl@0: // ; public: void __thiscall RWindowTreeNode::Destroy(void) sl@0: _asm mov eax, 92 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_93 () sl@0: { sl@0: // ; public: virtual class CGraphicsDevice * __thiscall CWindowGc::Device(void)const sl@0: _asm mov eax, 93 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_94 () sl@0: { sl@0: // ; public: void __thiscall RWindowTreeNode::DisableGroupChangeEvents(void) sl@0: _asm mov eax, 94 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_95 () sl@0: { sl@0: // ; public: void __thiscall RWindowGroup::DisableKeyClick(int) sl@0: _asm mov eax, 95 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_96 () sl@0: { sl@0: // ; public: void __thiscall RWindowTreeNode::DisableModifierChangedEvents(void) sl@0: _asm mov eax, 96 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_97 () sl@0: { sl@0: // ; public: void __thiscall RWindowTreeNode::DisableOnEvents(void) sl@0: _asm mov eax, 97 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_98 () sl@0: { sl@0: // ; public: void __thiscall RWindowTreeNode::DisableErrorMessages(void) sl@0: _asm mov eax, 98 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_99 () sl@0: { sl@0: // ; public: void __thiscall RWindowBase::DisablePointerMoveBuffer(void) sl@0: _asm mov eax, 99 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_100 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DiscardBrushPattern(void) sl@0: _asm mov eax, 100 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_101 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DiscardFont(void) sl@0: _asm mov eax, 101 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_102 () sl@0: { sl@0: // ; public: void __thiscall RWindowBase::DiscardPointerMoveBuffer(void) sl@0: _asm mov eax, 102 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_103 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::Close(void) sl@0: _asm mov eax, 103 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_104 () sl@0: { sl@0: // ; public: virtual enum TDisplayMode __thiscall CWsScreenDevice::DisplayMode(void)const sl@0: _asm mov eax, 104 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_105 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DrawArc(class TRect const &,class TPoint const &,class TPoint const &) sl@0: _asm mov eax, 105 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_106 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DrawBitmap(class TPoint const &,class CFbsBitmap const *) sl@0: _asm mov eax, 106 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_107 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DrawBitmap(class TRect const &,class CFbsBitmap const *,class TRect const &) sl@0: _asm mov eax, 107 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_108 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DrawBitmap(class TRect const &,class CFbsBitmap const *) sl@0: _asm mov eax, 108 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_109 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DrawEllipse(class TRect const &) sl@0: _asm mov eax, 109 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_110 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DrawLine(class TPoint const &,class TPoint const &) sl@0: _asm mov eax, 110 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_111 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DrawLineBy(class TPoint const &) sl@0: _asm mov eax, 111 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_112 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DrawLineTo(class TPoint const &) sl@0: _asm mov eax, 112 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_113 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DrawPie(class TRect const &,class TPoint const &,class TPoint const &) sl@0: _asm mov eax, 113 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_114 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DrawPolyLine(class CArrayFix const *) sl@0: _asm mov eax, 114 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_115 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DrawPolyLine(class TPoint const *,int) sl@0: _asm mov eax, 115 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_116 () sl@0: { sl@0: // ; public: virtual int __thiscall CWindowGc::DrawPolygon(class CArrayFix const *,enum CGraphicsContext::TFillRule) sl@0: _asm mov eax, 116 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_117 () sl@0: { sl@0: // ; public: virtual int __thiscall CWindowGc::DrawPolygon(class TPoint const *,int,enum CGraphicsContext::TFillRule) sl@0: _asm mov eax, 117 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_118 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DrawRect(class TRect const &) sl@0: _asm mov eax, 118 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_119 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DrawRoundRect(class TRect const &,class TSize const &) sl@0: _asm mov eax, 119 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_120 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DrawText(class TDesC16 const &,class TPoint const &) sl@0: _asm mov eax, 120 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_121 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DrawText(class TDesC16 const &,class TRect const &,int,enum CGraphicsContext::TTextAlign,int) sl@0: _asm mov eax, 121 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_122 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DrawTextVertical(class TDesC16 const &,class TPoint const &,int) sl@0: _asm mov eax, 122 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_123 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::DrawTextVertical(class TDesC16 const &,class TRect const &,int,int,enum CGraphicsContext::TTextAlign,int) sl@0: _asm mov eax, 123 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_124 () sl@0: { sl@0: // ; public: int __thiscall CWsBitmap::Duplicate(int) sl@0: _asm mov eax, 124 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_125 () sl@0: { sl@0: // ; public: void __thiscall RWindowBase::EnableBackup(unsigned int) sl@0: _asm mov eax, 125 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_126 () sl@0: { sl@0: // ; public: int __thiscall RWindowTreeNode::EnableGroupChangeEvents(void) sl@0: _asm mov eax, 126 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_127 () sl@0: { sl@0: // ; public: int __thiscall RWindowTreeNode::EnableModifierChangedEvents(unsigned int,enum TEventControl) sl@0: _asm mov eax, 127 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_128 () sl@0: { sl@0: // ; public: int __thiscall RWindowTreeNode::EnableOnEvents(enum TEventControl) sl@0: _asm mov eax, 128 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_129 () sl@0: { sl@0: // ; public: int __thiscall RWindowTreeNode::EnableErrorMessages(enum TEventControl) sl@0: _asm mov eax, 129 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_130 () sl@0: { sl@0: // ; public: void __thiscall RWindowBase::EnablePointerMoveBuffer(void) sl@0: _asm mov eax, 130 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_131 () sl@0: { sl@0: // ; public: void __thiscall RWindowGroup::EnableReceiptOfFocus(int) sl@0: _asm mov eax, 131 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_132 () sl@0: { sl@0: // ; public: void __thiscall RWindow::EndRedraw(void) sl@0: _asm mov eax, 132 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_133 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::EventReady(class TRequestStatus *) sl@0: _asm mov eax, 133 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_134 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::EventReadyCancel(void) sl@0: _asm mov eax, 134 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_135 () sl@0: { sl@0: // ; int RWsSession::FetchMessage(class TUid &, class TPtr8 &, class TWsEvent const &) const sl@0: _asm mov eax, 135 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_136 () sl@0: { sl@0: // ; int RWsSession::FindWindowGroupIdentifier(int, class TDesC16 const &, int) const sl@0: _asm mov eax, 136 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_137 () sl@0: { sl@0: // ; int RWsSession::FindWindowGroupIdentifier(int, class TThreadId) const sl@0: _asm mov eax, 137 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_138 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::Flush(void) sl@0: _asm mov eax, 138 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_139 () sl@0: { sl@0: // ; public: virtual int __thiscall CWsScreenDevice::FontHeightInPixels(int,int)const sl@0: _asm mov eax, 139 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_140 () sl@0: { sl@0: // ; public: virtual int __thiscall CWsScreenDevice::FontHeightInTwips(int,int)const sl@0: _asm mov eax, 140 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_141 () sl@0: { sl@0: // ; public: void __thiscall RWindowBase::FreePointerMoveBuffer(void) sl@0: _asm mov eax, 141 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_142 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::FreeSystemPointerCursorList(void) sl@0: _asm mov eax, 142 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_143 () sl@0: { sl@0: // ; public: int __thiscall RWindowTreeNode::FullOrdinalPosition(void)const sl@0: _asm mov eax, 143 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_144 () sl@0: { sl@0: // ; public: class TRgb __thiscall RWsSession::GetBackgroundColor(void)const sl@0: _asm mov eax, 144 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_145 () sl@0: { sl@0: // ; int RWsSession::GetDefaultOwningWindow(void) const sl@0: _asm mov eax, 145 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_146 () sl@0: { sl@0: // ; void RWsSession::GetDoubleClickSettings(class TTimeIntervalMicroSeconds32 &, int &) const sl@0: _asm mov eax, 146 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_147 () sl@0: { sl@0: // ; void RWsSession::GetEvent(class TWsEvent &) const sl@0: _asm mov eax, 147 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_148 () sl@0: { sl@0: // ; int RWsSession::GetFocusWindowGroup(void) const sl@0: _asm mov eax, 148 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_149 () sl@0: { sl@0: // ; public: int __thiscall CWsScreenDevice::GetFontById(class CFont * &,class TUid,class TAlgStyle const &) sl@0: _asm mov eax, 149 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_150 () sl@0: { sl@0: // ; void RWindow::GetInvalidRegion(class RRegion &) const sl@0: _asm mov eax, 150 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_151 () sl@0: { sl@0: // ; void RWsSession::GetKeyboardRepeatRate(class TTimeIntervalMicroSeconds32 &, class TTimeIntervalMicroSeconds32 &) const sl@0: _asm mov eax, 151 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_152 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::GetModifierState(void)const sl@0: _asm mov eax, 152 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_153 () sl@0: { sl@0: // ; public: virtual int __thiscall CWsScreenDevice::GetNearestFontInPixels(class CFont * &,class TFontSpec const &) sl@0: _asm mov eax, 153 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_154 () sl@0: { sl@0: // ; public: virtual int __thiscall CWsScreenDevice::GetNearestFontInTwips(class CFont * &,class TFontSpec const &) sl@0: _asm mov eax, 154 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_155 () sl@0: { sl@0: // ; public: virtual int __thiscall CWsScreenDevice::GetPalette(class CPalette * &)const sl@0: _asm mov eax, 155 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_156 () sl@0: { sl@0: // ; public: virtual void __thiscall CWsScreenDevice::GetPixel(class TRgb &,class TPoint const &)const sl@0: _asm mov eax, 156 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_157 () sl@0: { sl@0: // ; void RWsSession::GetPriorityKey(class TWsPriorityKeyEvent &) const sl@0: _asm mov eax, 157 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_158 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::GetRedraw(class TWsRedrawEvent &) sl@0: _asm mov eax, 158 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_159 () sl@0: { sl@0: // ; public: virtual void __thiscall CWsScreenDevice::GetScanLine(class TDes8 &,class TPoint const &,int,enum TDisplayMode)const sl@0: _asm mov eax, 159 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_160 () sl@0: { sl@0: // ; int RWsSession::GetWindowGroupClientThreadId(int, class TThreadId &) const sl@0: _asm mov eax, 160 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_161 () sl@0: { sl@0: // ; int RWsSession::GetWindowGroupHandle(int) const sl@0: _asm mov eax, 161 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_162 () sl@0: { sl@0: // ; int RWsSession::GetWindowGroupNameFromIdentifier(int, class TDes16 &) const sl@0: _asm mov eax, 162 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_163 () sl@0: { sl@0: // ; int RWsSession::GetWindowGroupOrdinalPriority(int) const sl@0: _asm mov eax, 163 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_164 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::HeapCount(void)const sl@0: _asm mov eax, 164 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_165 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::HeapSetFail(int,int) sl@0: _asm mov eax, 165 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_166 () sl@0: { sl@0: // ; public: virtual int __thiscall CWsScreenDevice::HorizontalPixelsToTwips(int)const sl@0: _asm mov eax, 166 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_167 () sl@0: { sl@0: // ; public: virtual int __thiscall CWsScreenDevice::HorizontalTwipsToPixels(int)const sl@0: _asm mov eax, 167 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_168 () sl@0: { sl@0: // ; public: int __thiscall RWindowGroup::Identifier(void)const sl@0: _asm mov eax, 168 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_169 () sl@0: { sl@0: // ; public: class TPoint __thiscall RWindowBase::InquireOffset(class RWindowTreeNode const &)const sl@0: _asm mov eax, 169 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_170 () sl@0: { sl@0: // ; public: void __thiscall CWsBitmap::InternalizeL(class RReadStream &) sl@0: _asm mov eax, 170 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_171 () sl@0: { sl@0: // ; public: void __thiscall RWindow::Invalidate(class TRect const &) sl@0: _asm mov eax, 171 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_172 () sl@0: { sl@0: // ; public: void __thiscall RWindow::Invalidate(void) sl@0: _asm mov eax, 172 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_173 () sl@0: { sl@0: // ; public: int __thiscall CWsBitmap::Load(class TDesC16 const &,long,int) sl@0: _asm mov eax, 173 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_174 () sl@0: { sl@0: // ; public: int __thiscall RAnimDll::Load(class TDesC16 const &) sl@0: _asm mov eax, 174 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_175 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::LogMessage(class TBuf<128> const &) sl@0: _asm mov eax, 175 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_176 () sl@0: { sl@0: // ; public: void __thiscall RBackedUpWindow::MaintainBackup(void) sl@0: _asm mov eax, 176 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_177 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::MapColors(class TRect const &,class TRgb const *,int,int) sl@0: _asm mov eax, 177 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_178 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::MoveBy(class TPoint const &) sl@0: _asm mov eax, 178 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_179 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::MoveTo(class TPoint const &) sl@0: _asm mov eax, 179 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_180 () sl@0: { sl@0: // ; public: int __thiscall RWindowGroup::Name(class TDes16 &)const sl@0: _asm mov eax, 180 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_181 () sl@0: { sl@0: // ; public: unsigned long __thiscall RWindowTreeNode::NextSibling(void)const sl@0: _asm mov eax, 181 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_182 () sl@0: { sl@0: // ; public: virtual int __thiscall CWsScreenDevice::NumTypefaces(void)const sl@0: _asm mov eax, 182 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_183 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::NumWindowGroups(int)const sl@0: _asm mov eax, 183 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_184 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::NumWindowGroups(void)const sl@0: _asm mov eax, 184 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_185 () sl@0: { sl@0: // ; public: int __thiscall RWindowTreeNode::OrdinalPosition(void)const sl@0: _asm mov eax, 185 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_186 () sl@0: { sl@0: // ; public: virtual void __thiscall CWsScreenDevice::PaletteAttributes(int &,int &)const sl@0: _asm mov eax, 186 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_187 () sl@0: { sl@0: // ; public: unsigned long __thiscall RWindowTreeNode::Parent(void)const sl@0: _asm mov eax, 187 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_188 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::PasswordEntered(void) sl@0: _asm mov eax, 188 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_189 () sl@0: { sl@0: // ; public: int __thiscall RWindowBase::PasswordWindow(enum TPasswordMode) sl@0: _asm mov eax, 189 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_190 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::Plot(class TPoint const &) sl@0: _asm mov eax, 190 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_191 () sl@0: { sl@0: // ; public: void __thiscall RWindowBase::PointerFilter(unsigned long,unsigned long) sl@0: _asm mov eax, 191 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_192 () sl@0: { sl@0: // ; public: class TRect __thiscall CWsScreenDevice::PointerRect(void)const sl@0: _asm mov eax, 192 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_193 () sl@0: { sl@0: // ; public: class TPoint __thiscall RWindowBase::Position(void)const sl@0: _asm mov eax, 193 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_194 () sl@0: { sl@0: // ; public: unsigned long __thiscall RWindowTreeNode::PrevSibling(void)const sl@0: _asm mov eax, 194 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_195 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::PriorityKeyReady(class TRequestStatus *) sl@0: _asm mov eax, 195 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_196 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::PriorityKeyReadyCancel(void) sl@0: _asm mov eax, 196 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_197 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::PurgePointerEvents(void) sl@0: _asm mov eax, 197 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_198 () sl@0: { sl@0: // ; int CWsScreenDevice::RectCompare(class TRect const &, class TRect const &) const sl@0: _asm mov eax, 198 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_199 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::RedrawReady(class TRequestStatus *) sl@0: _asm mov eax, 199 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_200 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::RedrawReadyCancel(void) sl@0: _asm mov eax, 200 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_201 () sl@0: { sl@0: // ; public: virtual void __thiscall CWsScreenDevice::ReleaseFont(class CFont *) sl@0: _asm mov eax, 201 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_202 () sl@0: { sl@0: // ; public: void __thiscall RWindowBase::RemoveAllKeyRects(void) sl@0: _asm mov eax, 202 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_203 () sl@0: { sl@0: // ; public: virtual void __thiscall CWsScreenDevice::RemoveFile(int) sl@0: _asm mov eax, 203 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_204 () sl@0: { sl@0: // ; public: void __thiscall RWindowGroup::RemovePriorityKey(unsigned int,unsigned int,unsigned int) sl@0: _asm mov eax, 204 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_205 () sl@0: { sl@0: // ; public: void __thiscall RWindowBase::RequestPointerRepeatEvent(class TTimeIntervalMicroSeconds32,class TRect const &) sl@0: _asm mov eax, 205 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_206 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::Reset(void) sl@0: _asm mov eax, 206 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_207 () sl@0: { sl@0: // ; public: void __thiscall CWsBitmap::Reset(void) sl@0: _asm mov eax, 207 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_208 () sl@0: { sl@0: // ; int RWsSession::ResourceCount(void) const sl@0: _asm mov eax, 208 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_209 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::RestoreDefaultHotKey(enum THotKey) sl@0: _asm mov eax, 209 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_210 () sl@0: { sl@0: // ; int RWindowBase::RetrievePointerMoveBuffer(class TDes8 &) const sl@0: _asm mov eax, 210 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_211 () sl@0: { sl@0: // ; public: void __thiscall RDrawableWindow::Scroll(class TPoint const &) sl@0: _asm mov eax, 211 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_212 () sl@0: { sl@0: // ; public: void __thiscall RDrawableWindow::Scroll(class TPoint const &,class TRect const &) sl@0: _asm mov eax, 212 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_213 () sl@0: { sl@0: // ; public: void __thiscall RDrawableWindow::Scroll(class TRect const &,class TPoint const &,class TRect const &) sl@0: _asm mov eax, 213 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_214 () sl@0: { sl@0: // ; public: void __thiscall RDrawableWindow::Scroll(class TRect const &,class TPoint const &) sl@0: _asm mov eax, 214 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_215 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::SendEventToWindowGroup(int,class TWsEvent const &) sl@0: _asm mov eax, 215 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_216 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::SendMessageToWindowGroup(int,class TUid,class TDesC8 const &) sl@0: _asm mov eax, 216 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_217 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::SetAutoFlush(int) sl@0: _asm mov eax, 217 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_218 () sl@0: { sl@0: // ; public: void __thiscall RWindow::SetBackgroundColor(class TRgb) sl@0: _asm mov eax, 218 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_219 () sl@0: { sl@0: // ; public: void __thiscall RWindow::SetBackgroundColor(void) sl@0: _asm mov eax, 219 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_220 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::SetBackgroundColor(class TRgb) sl@0: _asm mov eax, 220 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_221 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::SetBrushColor(class TRgb const &) sl@0: _asm mov eax, 221 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_222 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::SetBrushOrigin(class TPoint const &) sl@0: _asm mov eax, 222 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_223 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::SetBrushStyle(enum CGraphicsContext::TBrushStyle) sl@0: _asm mov eax, 223 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_224 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::SetCharJustification(int,int) sl@0: _asm mov eax, 224 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_225 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::SetClippingRect(class TRect const &) sl@0: _asm mov eax, 225 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_226 () sl@0: { sl@0: // ; public: virtual int __thiscall CWindowGc::SetClippingRegion(class TRegion const &) sl@0: _asm mov eax, 226 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_227 () sl@0: { sl@0: // ; public: void __thiscall RBlankWindow::SetColor(class TRgb) sl@0: _asm mov eax, 227 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_228 () sl@0: { sl@0: // ; public: int __thiscall RWindowBase::SetCornerType(enum TCornerType,int) sl@0: _asm mov eax, 228 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_229 () sl@0: { sl@0: // ; public: void __thiscall RWindowTreeNode::SetCustomPointerCursor(class RWsPointerCursor const &) sl@0: _asm mov eax, 229 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_230 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::SetDitherOrigin(class TPoint const &) sl@0: _asm mov eax, 230 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_231 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::SetDoubleClick(class TTimeIntervalMicroSeconds32 const &,int) sl@0: _asm mov eax, 231 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_232 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::SetDrawMode(enum CGraphicsContext::TDrawMode) sl@0: _asm mov eax, 232 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_233 () sl@0: { sl@0: // ; public: void __thiscall RBlankWindow::SetExtent(class TPoint const &,class TSize const &) sl@0: _asm mov eax, 233 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_234 () sl@0: { sl@0: // ; public: void __thiscall RWindow::SetExtent(class TPoint const &,class TSize const &) sl@0: _asm mov eax, 234 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_235 () sl@0: { sl@0: // ; public: int __thiscall RWindowBase::SetExtentErr(class TPoint const &,class TSize const &) sl@0: _asm mov eax, 235 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_236 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::SetHotKey(enum THotKey,unsigned int,unsigned int,unsigned int) sl@0: _asm mov eax, 236 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_237 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::SetKeyboardRepeatRate(class TTimeIntervalMicroSeconds32 const &,class TTimeIntervalMicroSeconds32 const &) sl@0: _asm mov eax, 237 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_238 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::SetModifierState(enum TEventModifier,enum TModifierState) sl@0: _asm mov eax, 238 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_239 () sl@0: { sl@0: // ; public: int __thiscall RWindowGroup::SetName(class TDesC16 const &) sl@0: _asm mov eax, 239 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_240 () sl@0: { sl@0: // ; public: void __thiscall RWindowTreeNode::SetOrdinalPosition(int) sl@0: _asm mov eax, 240 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_241 () sl@0: { sl@0: // ; public: void __thiscall RWindowTreeNode::SetOrdinalPosition(int,int) sl@0: _asm mov eax, 241 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_242 () sl@0: { sl@0: // ; public: void __thiscall RWindowGroup::SetOrdinalPriorityAdjust(int) sl@0: _asm mov eax, 242 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_243 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::SetOrigin(class TPoint const &) sl@0: _asm mov eax, 243 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_244 () sl@0: { sl@0: // ; public: void __thiscall RWindowGroup::SetOwningWindowGroup(int) sl@0: _asm mov eax, 244 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_245 () sl@0: { sl@0: // ; public: virtual void __thiscall CWsScreenDevice::SetPalette(class CPalette *) sl@0: _asm mov eax, 245 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_246 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::SetPenColor(class TRgb const &) sl@0: _asm mov eax, 246 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_247 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::SetPenSize(class TSize const &) sl@0: _asm mov eax, 247 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_248 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::SetPenStyle(enum CGraphicsContext::TPenStyle) sl@0: _asm mov eax, 248 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_249 () sl@0: { sl@0: // ; public: void __thiscall RWindowBase::SetPointerCapture(int) sl@0: _asm mov eax, 249 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_250 () sl@0: { sl@0: // ; public: int __thiscall RWindowTreeNode::SetPointerCursor(int) sl@0: _asm mov eax, 250 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_251 () sl@0: { sl@0: // ; public: void __thiscall RWindowBase::SetPointerGrab(int) sl@0: _asm mov eax, 251 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_252 () sl@0: { sl@0: // ; public: void __thiscall RWindowBase::SetPosition(class TPoint const &) sl@0: _asm mov eax, 252 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_253 () sl@0: { sl@0: // ; public: void __thiscall RWsSprite::SetPosition(class TPoint const &) sl@0: _asm mov eax, 253 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_254 () sl@0: { sl@0: // ; public: int __thiscall RWindowBase::SetRequiredDisplayMode(enum TDisplayMode) sl@0: _asm mov eax, 254 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_255 () sl@0: { sl@0: // ; public: void __thiscall RWindowBase::SetShadowDisabled(int) sl@0: _asm mov eax, 255 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_256 () sl@0: { sl@0: // ; public: void __thiscall RWindowBase::SetShadowHeight(int) sl@0: _asm mov eax, 256 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_257 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::SetShadowVector(class TPoint const &) sl@0: _asm mov eax, 257 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_258 () sl@0: { sl@0: // ; public: int __thiscall RWindowBase::SetShape(class TRegion const &) sl@0: _asm mov eax, 258 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_259 () sl@0: { sl@0: // ; public: void __thiscall RBlankWindow::SetSize(class TSize const &) sl@0: _asm mov eax, 259 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_260 () sl@0: { sl@0: // ; public: void __thiscall RWindow::SetSize(class TSize const &) sl@0: _asm mov eax, 260 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_261 () sl@0: { sl@0: // ; public: int __thiscall RWindowBase::SetSizeErr(class TSize const &) sl@0: _asm mov eax, 261 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_262 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::SetStrikethroughStyle(enum TFontStrikethrough) sl@0: _asm mov eax, 262 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_263 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::SetSystemPointerCursor(class RWsPointerCursor const &,int) sl@0: _asm mov eax, 263 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_264 () sl@0: { sl@0: // ; public: void __thiscall RWindowGroup::SetTextCursor(class RWindowBase &,class TPoint const &,struct TTextCursor const &) sl@0: _asm mov eax, 264 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_265 () sl@0: { sl@0: // ; public: void __thiscall RWindowGroup::SetTextCursor(class RWindowBase &,class TPoint const &,struct TTextCursor const &,class TRect const &) sl@0: _asm mov eax, 265 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_266 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::SetUnderlineStyle(enum TFontUnderline) sl@0: _asm mov eax, 266 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_267 () sl@0: { sl@0: // ; public: void __thiscall RWindowBase::SetVisible(int) sl@0: _asm mov eax, 267 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_268 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::SetWindowGroupOrdinalPosition(int,int) sl@0: _asm mov eax, 268 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_269 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::SetWordJustification(int,int) sl@0: _asm mov eax, 269 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_270 () sl@0: { sl@0: // ; public: class TPoint __thiscall RWsSession::ShadowVector(void)const sl@0: _asm mov eax, 270 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_271 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::SimulateRawEvent(class TRawEvent) sl@0: _asm mov eax, 271 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_272 () sl@0: { sl@0: // ; public: class TSize __thiscall RWindowBase::Size(void)const sl@0: _asm mov eax, 272 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_273 () sl@0: { sl@0: // ; public: virtual class TSize __thiscall CWsScreenDevice::SizeInPixels(void)const sl@0: _asm mov eax, 273 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_274 () sl@0: { sl@0: // ; public: virtual class TSize __thiscall CWsScreenDevice::SizeInTwips(void)const sl@0: _asm mov eax, 274 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_275 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::SystemInfo(int &,struct RWsSession::SSystemInfo &) sl@0: _asm mov eax, 275 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_276 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::TestWrite(int,int,void const *,int) sl@0: _asm mov eax, 276 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_277 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::TestWriteReply(int,int,void const *,int) sl@0: _asm mov eax, 277 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_278 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::TestWriteReplyP(int,int,void const *,int,class TDes8 *) sl@0: _asm mov eax, 278 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_279 () sl@0: { sl@0: // ; public: virtual void __thiscall CWsScreenDevice::TypefaceSupport(class TTypefaceSupport &,int)const sl@0: _asm mov eax, 279 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_280 () sl@0: { sl@0: // ; public: void __thiscall RBackedUpWindow::UpdateBackupBitmap(void) sl@0: _asm mov eax, 280 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_281 () sl@0: { sl@0: // ; public: int __thiscall RWsSpriteBase::UpdateMember(int,struct TSpriteMember const &) sl@0: _asm mov eax, 281 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_282 () sl@0: { sl@0: // ; public: void __thiscall RWsSpriteBase::UpdateMember(int) sl@0: _asm mov eax, 282 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_283 () sl@0: { sl@0: // ; public: void __thiscall RBackedUpWindow::UpdateScreen(class TRegion const &) sl@0: _asm mov eax, 283 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_284 () sl@0: { sl@0: // ; public: void __thiscall RBackedUpWindow::UpdateScreen(void) sl@0: _asm mov eax, 284 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_285 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::UseBrushPattern(class CFbsBitmap const *) sl@0: _asm mov eax, 285 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_286 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::UseFont(class CFont const *) sl@0: _asm mov eax, 286 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_287 () sl@0: { sl@0: // ; class TVersion RWsSession::Version(void) const sl@0: _asm mov eax, 287 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_288 () sl@0: { sl@0: // ; public: virtual int __thiscall CWsScreenDevice::VerticalPixelsToTwips(int)const sl@0: _asm mov eax, 288 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_289 () sl@0: { sl@0: // ; public: virtual int __thiscall CWsScreenDevice::VerticalTwipsToPixels(int)const sl@0: _asm mov eax, 289 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_290 () sl@0: { sl@0: // ; int RWsSession::WindowGroupList(int, class CArrayFixFlat *) const sl@0: _asm mov eax, 290 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_291 () sl@0: { sl@0: // ; int RWsSession::WindowGroupList(class CArrayFixFlat *) const sl@0: _asm mov eax, 291 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_292 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::RequestOffEvents(int,class RWindowTreeNode *) sl@0: _asm mov eax, 292 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_293 () sl@0: { sl@0: // ; public: void __thiscall RWindowTreeNode::__DbgTestInvariant(void)const sl@0: _asm mov eax, 293 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_294 () sl@0: { sl@0: // ; public: void __thiscall RWindowGroup::DisableScreenChangeEvents(void) sl@0: _asm mov eax, 294 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_295 () sl@0: { sl@0: // ; public: int __thiscall RWindowGroup::EnableScreenChangeEvents(void) sl@0: _asm mov eax, 295 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_296 () sl@0: { sl@0: // ; public: void __thiscall RWindowBase::FadeBehind(int) sl@0: _asm mov eax, 296 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_297 () sl@0: { sl@0: // ; public: void __thiscall CWsScreenDevice::GetDefaultScreenSizeAndRotation(struct TPixelsAndRotation &)const sl@0: _asm mov eax, 297 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_298 () sl@0: { sl@0: // ; public: void __thiscall CWsScreenDevice::GetDefaultScreenSizeAndRotation(struct TPixelsTwipsAndRotation &)const sl@0: _asm mov eax, 298 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_299 () sl@0: { sl@0: // ; enum TDisplayMode RWindowBase::DisplayMode(void) const sl@0: _asm mov eax, 299 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_300 () sl@0: { sl@0: // ; public: enum TDisplayMode __thiscall RWsSession::GetDefModeMaxNumColors(int &,int &)const sl@0: _asm mov eax, 300 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_301 () sl@0: { sl@0: // ; public: void __thiscall CWsScreenDevice::GetScreenModeSizeAndRotation(int,struct TPixelsAndRotation &)const sl@0: _asm mov eax, 301 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_302 () sl@0: { sl@0: // ; public: void __thiscall CWsScreenDevice::GetScreenModeSizeAndRotation(int,struct TPixelsTwipsAndRotation &)const sl@0: _asm mov eax, 302 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_303 () sl@0: { sl@0: // ; public: int __thiscall CWsScreenDevice::NumScreenModes(void)const sl@0: _asm mov eax, 303 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_304 () sl@0: { sl@0: // ; public: enum TScreenModeEnforcement __thiscall CWsScreenDevice::ScreenModeEnforcement(void)const sl@0: _asm mov eax, 304 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_305 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::SetFaded(int) sl@0: _asm mov eax, 305 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_306 () sl@0: { sl@0: // ; public: void __thiscall RWindowTreeNode::SetFaded(int,enum RWindowTreeNode::TFadeControl) sl@0: _asm mov eax, 306 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_307 () sl@0: { sl@0: // ; public: void __thiscall RWindowTreeNode::SetNonFading(int) sl@0: _asm mov eax, 307 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_308 () sl@0: { sl@0: // ; public: void __thiscall CWsScreenDevice::SetScreenMode(int) sl@0: _asm mov eax, 308 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_309 () sl@0: { sl@0: // ; public: void __thiscall CWsScreenDevice::SetScreenModeEnforcement(enum TScreenModeEnforcement)const sl@0: _asm mov eax, 309 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_310 () sl@0: { sl@0: // ; public: void __thiscall CWsScreenDevice::SetScreenSizeAndRotation(struct TPixelsAndRotation const &) sl@0: _asm mov eax, 310 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_311 () sl@0: { sl@0: // ; public: void __thiscall CWsScreenDevice::SetScreenSizeAndRotation(struct TPixelsTwipsAndRotation const &) sl@0: _asm mov eax, 311 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_312 () sl@0: { sl@0: // ; public: void __thiscall RWindowGroup::SimulatePointerEvent(class TRawEvent) sl@0: _asm mov eax, 312 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_313 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::GetColorModeList(class CArrayFixFlat *)const sl@0: _asm mov eax, 313 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_314 () sl@0: { sl@0: // ; int RWindowBase::IsFaded(void) const sl@0: _asm mov eax, 314 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_315 () sl@0: { sl@0: // ; int RWindowBase::IsNonFading(void) const sl@0: _asm mov eax, 315 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_316 () sl@0: { sl@0: // ; protected: int __thiscall RAnim::Construct(class RWsSprite const &,int,class TDesC8 const &) sl@0: _asm mov eax, 316 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_317 () sl@0: { sl@0: // ; public: int __thiscall CWsScreenDevice::GetRotationsList(int,class CArrayFixFlat *)const sl@0: _asm mov eax, 317 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_318 () sl@0: { sl@0: // ; public: int __thiscall RWindowTreeNode::OrdinalPriority(void)const sl@0: _asm mov eax, 318 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_319 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::SendEventToAllWindowGroups(class TWsEvent const &) sl@0: _asm mov eax, 319 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_320 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::SendEventToAllWindowGroups(int,class TWsEvent const &) sl@0: _asm mov eax, 320 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_321 () sl@0: { sl@0: // ; public: void __thiscall CWsScreenDevice::SetCurrentRotations(int,enum CFbsBitGc::TGraphicsOrientation)const sl@0: _asm mov eax, 321 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_322 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::SimulateKeyEvent(struct TKeyEvent) sl@0: _asm mov eax, 322 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_323 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::SetRemoveKeyCode(int) sl@0: _asm mov eax, 323 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_324 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::ClearDefaultSystemPointerCursor(void) sl@0: _asm mov eax, 324 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_325 () sl@0: { sl@0: // ; public: void __thiscall RWindowTreeNode::ClearPointerCursor(void) sl@0: _asm mov eax, 325 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_326 () sl@0: { sl@0: // ; public: class TRect __thiscall RWsSession::PointerCursorArea(int)const sl@0: _asm mov eax, 326 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_327 () sl@0: { sl@0: // ; public: class TRect __thiscall RWsSession::PointerCursorArea(void)const sl@0: _asm mov eax, 327 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_328 () sl@0: { sl@0: // ; public: enum TPointerCursorMode __thiscall RWsSession::PointerCursorMode(void)const sl@0: _asm mov eax, 328 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_329 () sl@0: { sl@0: // ; public: class TPoint __thiscall RWsSession::PointerCursorPosition(void)const sl@0: _asm mov eax, 329 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_330 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::SetDefaultSystemPointerCursor(int) sl@0: _asm mov eax, 330 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_331 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::SetPointerCursorArea(class TRect const &) sl@0: _asm mov eax, 331 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_332 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::SetPointerCursorArea(int,class TRect const &) sl@0: _asm mov eax, 332 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_333 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::SetPointerCursorMode(enum TPointerCursorMode) sl@0: _asm mov eax, 333 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_334 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::SetPointerCursorPosition(class TPoint const &) sl@0: _asm mov eax, 334 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_335 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::SimulateXyInputType(enum TXYInputType) sl@0: _asm mov eax, 335 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_336 () sl@0: { sl@0: // ; public: int __thiscall RWindowBase::MoveToGroup(int) sl@0: _asm mov eax, 336 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_337 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::SendMessageToAllWindowGroups(int,class TUid,class TDesC8 const &) sl@0: _asm mov eax, 337 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_338 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::SendMessageToAllWindowGroups(class TUid,class TDesC8 const &) sl@0: _asm mov eax, 338 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_339 () sl@0: { sl@0: // ; public: void __thiscall RWindowTreeNode::DisableFocusChangeEvents(void) sl@0: _asm mov eax, 339 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_340 () sl@0: { sl@0: // ; public: int __thiscall RWindowTreeNode::EnableFocusChangeEvents(void) sl@0: _asm mov eax, 340 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_341 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::SetDefaultFadingParameters(unsigned char,unsigned char) sl@0: _asm mov eax, 341 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_342 () sl@0: { sl@0: // ; public: void __thiscall RWindowTreeNode::SetFaded(int,enum RWindowTreeNode::TFadeControl,unsigned char,unsigned char) sl@0: _asm mov eax, 342 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_343 () sl@0: { sl@0: // ; public: virtual void __thiscall CWindowGc::SetFadingParameters(unsigned char,unsigned char) sl@0: _asm mov eax, 343 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_344 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::PrepareForSwitchOff(void) sl@0: _asm mov eax, 344 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_345 () sl@0: { sl@0: // ; public: int __thiscall CWsScreenDevice::SetCustomPalette(class CPalette const *) sl@0: _asm mov eax, 345 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_346 () sl@0: { sl@0: // ; public: __thiscall RDirectScreenAccess::RDirectScreenAccess(class RWsSession &) sl@0: _asm mov eax, 346 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_347 () sl@0: { sl@0: // ; public: __thiscall RDirectScreenAccess::RDirectScreenAccess(void) sl@0: _asm mov eax, 347 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_348 () sl@0: { sl@0: // ; public: void __thiscall RDirectScreenAccess::Cancel(void) sl@0: _asm mov eax, 348 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_349 () sl@0: { sl@0: // ; public: void __thiscall RDirectScreenAccess::Close(void) sl@0: _asm mov eax, 349 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_350 () sl@0: { sl@0: // ; public: void __thiscall RDirectScreenAccess::Completed(void) sl@0: _asm mov eax, 350 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_351 () sl@0: { sl@0: // ; public: int __thiscall RDirectScreenAccess::Construct(void) sl@0: _asm mov eax, 351 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_352 () sl@0: { sl@0: // ; public: static class CDirectScreenAccess * __cdecl CDirectScreenAccess::NewL(class RWsSession &,class CWsScreenDevice &,class RWindowBase &,class MDirectScreenAccess &) sl@0: _asm mov eax, 352 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_353 () sl@0: { sl@0: // ; public: int __thiscall RDirectScreenAccess::Request(class RRegion * &,class TRequestStatus &,class RWindowBase const &) sl@0: _asm mov eax, 353 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_354 () sl@0: { sl@0: // ; public: void __thiscall CDirectScreenAccess::StartL(void) sl@0: _asm mov eax, 354 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_355 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::SetBufferSizeL(int) sl@0: _asm mov eax, 355 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_356 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::SetSystemFaded(int) sl@0: _asm mov eax, 356 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_357 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::SetSystemFaded(int,unsigned char,unsigned char) sl@0: _asm mov eax, 357 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_358 () sl@0: { sl@0: // ; public: void __thiscall RWindowTreeNode::DisableGroupListChangeEvents(void) sl@0: _asm mov eax, 358 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_359 () sl@0: { sl@0: // ; public: int __thiscall RWindowTreeNode::EnableGroupListChangeEvents(void) sl@0: _asm mov eax, 359 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_360 () sl@0: { sl@0: // ; public: int __thiscall RSoundPlugIn::Construct(class TUid) sl@0: _asm mov eax, 360 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_361 () sl@0: { sl@0: // ; public: void __thiscall RSoundPlugIn::Destroy(void) sl@0: _asm mov eax, 361 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_362 () sl@0: { sl@0: // ; int RSoundPlugIn::IsLoaded(int &) const sl@0: _asm mov eax, 362 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_363 () sl@0: { sl@0: // ; public: int __thiscall RSoundPlugIn::Load(class TDesC16 const &) sl@0: _asm mov eax, 363 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_364 () sl@0: { sl@0: // ; public: int __thiscall RSoundPlugIn::Unload(void) sl@0: _asm mov eax, 364 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_365 () sl@0: { sl@0: // ; public: int __thiscall CWsScreenDevice::CurrentScreenMode(void)const sl@0: _asm mov eax, 365 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_366 () sl@0: { sl@0: // ; public: void __thiscall RWindowGroup::CancelCaptureLongKey(long) sl@0: _asm mov eax, 366 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_367 () sl@0: { sl@0: // ; public: long __thiscall RWindowGroup::CaptureLongKey(unsigned int,unsigned int,unsigned int,unsigned int,int,unsigned int) sl@0: _asm mov eax, 367 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_368 () sl@0: { sl@0: // ; public: long __thiscall RWindowGroup::CaptureLongKey(class TTimeIntervalMicroSeconds32,unsigned int,unsigned int,unsigned int,unsigned int,int,unsigned int) sl@0: _asm mov eax, 368 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_369 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::SendEventToOneWindowGroupsPerClient(class TWsEvent const &) sl@0: _asm mov eax, 369 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_370 () sl@0: { sl@0: // ; int RSoundPlugIn::KeyClickEnabled(void) const sl@0: _asm mov eax, 370 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_371 () sl@0: { sl@0: // ; int RSoundPlugIn::PenClickEnabled(void) const sl@0: _asm mov eax, 371 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_372 () sl@0: { sl@0: // ; public: void __thiscall RSoundPlugIn::SetKeyClick(int) sl@0: _asm mov eax, 372 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_373 () sl@0: { sl@0: // ; public: void __thiscall RSoundPlugIn::SetPenClick(int) sl@0: _asm mov eax, 373 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_374 () sl@0: { sl@0: // ; public: long __thiscall RWindowGroup::CaptureKey(unsigned int,unsigned int,unsigned int,int) sl@0: _asm mov eax, 374 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_375 () sl@0: { sl@0: // ; public: long __thiscall RWindowGroup::CaptureKeyUpAndDowns(unsigned int,unsigned int,unsigned int,int) sl@0: _asm mov eax, 375 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_376 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::LogCommand(enum RWsSession::TLoggingCommand) sl@0: _asm mov eax, 376 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_377 () sl@0: { sl@0: // ; public: __thiscall RSoundPlugIn::RSoundPlugIn(class RWsSession &) sl@0: _asm mov eax, 377 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_378 () sl@0: { sl@0: // ; public: __thiscall RSoundPlugIn::RSoundPlugIn(void) sl@0: _asm mov eax, 378 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_379 () sl@0: { sl@0: // ; public: void __thiscall RSoundPlugIn::Close(void) sl@0: _asm mov eax, 379 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_380 () sl@0: { sl@0: // ; public: int __thiscall RSoundPlugIn::CommandReply(int,class TPtrC8 const &) sl@0: _asm mov eax, 380 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_381 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::SetCustomTextCursor(int,class TArray const &,unsigned int,enum RWsSession::TCustomTextCursorAlignment) sl@0: _asm mov eax, 381 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_382 () sl@0: { sl@0: // ; public: void __thiscall RWindow::HandleTransparencyUpdate(void) sl@0: _asm mov eax, 382 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_383 () sl@0: { sl@0: // ; public: int __thiscall RWindow::SetTransparencyBitmap(class CFbsBitmap const &) sl@0: _asm mov eax, 383 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_384 () sl@0: { sl@0: // ; public: int __thiscall RWindow::SetTransparencyFactor(class TRgb const &) sl@0: _asm mov eax, 384 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_385 () sl@0: { sl@0: // ; public: void __thiscall RWindow::SetNonTransparent(void) sl@0: _asm mov eax, 385 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_386 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::TestWriteReplyByProvidingRemoteReadAccess(int,int,class TDesC8 const &,class TDesC16 const &) sl@0: _asm mov eax, 386 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_387 () sl@0: { sl@0: // ; public: int __thiscall RWsSession::TestWriteReplyByProvidingRemoteReadAccess(int,int,class TDesC8 const &,class TDesC8 const &) sl@0: _asm mov eax, 387 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_388 () sl@0: { sl@0: // ; int RAnim::CommandReply(int, class TDesC8 const &, class TIpcArgs const &) sl@0: _asm mov eax, 388 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_389 () sl@0: { sl@0: // ; int RAnim::Construct(class RWindowBase const &, int, class TDesC8 const &, class TIpcArgs const &) sl@0: _asm mov eax, 389 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_390 () sl@0: { sl@0: // ; int RAnim::Construct(class RWsSprite const &, int, class TDesC8 const &, class TIpcArgs const &) sl@0: _asm mov eax, 390 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_391 () sl@0: { sl@0: // ; void RAnim::AsyncCommandReply(class TRequestStatus &, int, class TIpcArgs const &) sl@0: _asm mov eax, 391 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_392 () sl@0: { sl@0: // ; public: class TPoint __thiscall RWindowBase::AbsPosition(void)const sl@0: _asm mov eax, 392 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_393 () sl@0: { sl@0: // ; public: int __thiscall CWsScreenDevice::RectCompare(class TRect const &,class TRect const &,unsigned int)const sl@0: _asm mov eax, 393 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_394 () sl@0: { sl@0: // ; public: class TPoint __thiscall CWsScreenDevice::GetDefaultScreenModeOrigin(void)const sl@0: _asm mov eax, 394 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_395 () sl@0: { sl@0: // ; public: class TPoint __thiscall CWsScreenDevice::GetScreenModeOrigin(int)const sl@0: _asm mov eax, 395 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_396 () sl@0: { sl@0: // ; void RWindow::EnableRedrawStore(int) sl@0: _asm mov eax, 396 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_397 () sl@0: { sl@0: // ; void CWindowGc::AlphaBlendBitmaps(class TPoint const &, class CFbsBitmap const *, class TRect const &, class CFbsBitmap const *, class TPoint const &) sl@0: _asm mov eax, 397 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_398 () sl@0: { sl@0: // ; void CWindowGc::AlphaBlendBitmaps(class TPoint const &, class CWsBitmap const *, class TRect const &, class CWsBitmap const *, class TPoint const &) sl@0: _asm mov eax, 398 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_399 () sl@0: { sl@0: // ; void CWindowGc::SetOpaque(int) sl@0: _asm mov eax, 399 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_400 () sl@0: { sl@0: // ; public: class TSizeMode __thiscall CWsScreenDevice::GetCurrentScreenModeAttributes(void)const sl@0: _asm mov eax, 400 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_401 () sl@0: { sl@0: // ; public: class TPoint __thiscall CWsScreenDevice::GetCurrentScreenModeScaledOrigin(void)const sl@0: _asm mov eax, 401 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_402 () sl@0: { sl@0: // ; public: class TSize __thiscall CWsScreenDevice::GetCurrentScreenModeScale(void)const sl@0: _asm mov eax, 402 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_403 () sl@0: { sl@0: // ; public: class TPoint __thiscall CWsScreenDevice::GetScreenModeScaledOrigin(int)const sl@0: _asm mov eax, 403 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_404 () sl@0: { sl@0: // ; public: class TSize __thiscall CWsScreenDevice::GetScreenModeScale(int)const sl@0: _asm mov eax, 404 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_405 () sl@0: { sl@0: // ; public: void __thiscall CWsScreenDevice::SetAppScreenMode(int) sl@0: _asm mov eax, 405 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_406 () sl@0: { sl@0: // ; public: void __thiscall CWsScreenDevice::SetCurrentScreenModeAttributes(class TSizeMode const &) sl@0: _asm mov eax, 406 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_407 () sl@0: { sl@0: // ; void CWindowGc::DrawBitmapMasked(class TRect const &, class CFbsBitmap const *, class TRect const &, class CFbsBitmap const *, int) sl@0: _asm mov eax, 407 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_408 () sl@0: { sl@0: // ; int CWsScreenDevice::Construct(int) sl@0: _asm mov eax, 408 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_409 () sl@0: { sl@0: // ; int CWsScreenDevice::GetScreenNumber(void) const sl@0: _asm mov eax, 409 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_410 () sl@0: { sl@0: // ; int RWsSession::GetFocusScreen(void) const sl@0: _asm mov eax, 410 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_411 () sl@0: { sl@0: // ; int RWsSession::SetFocusScreen(int) sl@0: _asm mov eax, 411 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_412 () sl@0: { sl@0: // ; public: int __thiscall RWindowGroup::ConstructChildApp(int,unsigned long) sl@0: _asm mov eax, 412 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_413 () sl@0: { sl@0: // ; public: int __thiscall RWindowGroup::ConstructChildApp(int,unsigned long,int) sl@0: _asm mov eax, 413 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_414 () sl@0: { sl@0: // ; int RWsSession::WindowGroupList(int, class RArray *) const sl@0: _asm mov eax, 414 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_415 () sl@0: { sl@0: // ; int RWsSession::WindowGroupList(class RArray *) const sl@0: _asm mov eax, 415 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_416 () sl@0: { sl@0: // ; public: void __thiscall RWindowGroup::AllowProcessToCreateChildWindowGroups(class TUid) sl@0: _asm mov eax, 416 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_417 () sl@0: { sl@0: // ; public: int __thiscall RWindow::SetTransparencyWsBitmap(class CWsBitmap const &) sl@0: _asm mov eax, 417 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_418 () sl@0: { sl@0: // ; int CWsScreenDevice::GetScreenSizeModeList(class RArray *) const sl@0: _asm mov eax, 418 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_419 () sl@0: { sl@0: // ; int CWsScreenDevice::GetNearestFontToDesignHeightInPixels(class CFont * &, class TFontSpec const &) sl@0: _asm mov eax, 419 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_420 () sl@0: { sl@0: // ; int CWsScreenDevice::GetNearestFontToDesignHeightInTwips(class CFont * &, class TFontSpec const &) sl@0: _asm mov eax, 420 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_421 () sl@0: { sl@0: // ; int CWsScreenDevice::GetNearestFontToMaxHeightInPixels(class CFont * &, class TFontSpec const &, int) sl@0: _asm mov eax, 421 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_422 () sl@0: { sl@0: // ; int CWsScreenDevice::GetNearestFontToMaxHeightInTwips(class CFont * &, class TFontSpec const &, int) sl@0: _asm mov eax, 422 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_423 () sl@0: { sl@0: // ; void RWindowTreeNode::DisableVisibilityChangeEvents(void) sl@0: _asm mov eax, 423 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_424 () sl@0: { sl@0: // ; int RWindowTreeNode::EnableVisibilityChangeEvents(void) sl@0: _asm mov eax, 424 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_425 () sl@0: { sl@0: // ; int RWindow::SetTransparencyAlphaChannel(void) sl@0: _asm mov eax, 425 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_426 () sl@0: { sl@0: // ; void RBlankWindow::SetColor(void) sl@0: _asm mov eax, 426 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_427 () sl@0: { sl@0: // ; int RWsSession::SetClientCursorMode(enum TPointerCursorMode) sl@0: _asm mov eax, 427 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_428 () sl@0: { sl@0: // ; class TRect RDrawableWindow::GetDrawRect(void) const sl@0: _asm mov eax, 428 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_429 () sl@0: { sl@0: // (noname) sl@0: _asm mov eax, 429 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_430 () sl@0: { sl@0: // (noname) sl@0: _asm mov eax, 430 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_431 () sl@0: { sl@0: // ; void CWindowGc::Reserved_CWindowGc_3(void) sl@0: _asm mov eax, 431 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_432 () sl@0: { sl@0: // ; void CWindowGc::Reserved_CWindowGc_4(void) sl@0: _asm mov eax, 432 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_433 () sl@0: { sl@0: // ; void CWindowGc::Reserved_CWindowGc_5(void) sl@0: _asm mov eax, 433 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_434 () sl@0: { sl@0: // ; void CWindowGc::Reserved_CBitmapContext_1(void) sl@0: _asm mov eax, 434 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_435 () sl@0: { sl@0: // ; void CWindowGc::Reserved_CBitmapContext_2(void) sl@0: _asm mov eax, 435 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_436 () sl@0: { sl@0: // ; void CWindowGc::Reserved_CBitmapContext_3(void) sl@0: _asm mov eax, 436 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_437 () sl@0: { sl@0: // ; int CWindowGc::APIExtension(class TUid, int*&, int *) sl@0: _asm mov eax, 437 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_438 () sl@0: { sl@0: // ; void CWindowGc::Reserved_CGraphicsContext_2(void) sl@0: _asm mov eax, 438 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_439 () sl@0: { sl@0: // ; void CWindowGc::DrawBitmapMasked(class TRect const &, class CWsBitmap const *, class TRect const &, class CWsBitmap const *, int) sl@0: _asm mov eax, 439 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_440 () sl@0: { sl@0: // ; int RWsSession::Connect(class RFs &) sl@0: _asm mov eax, 440 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_441 () sl@0: { sl@0: // ; enum TDisplayMode CWsScreenDevice::GetScreenModeDisplayMode(int const &) const sl@0: _asm mov eax, 441 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_442 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::ClearAllRedrawStores(void) sl@0: _asm mov eax, 442 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_443 () sl@0: { sl@0: // ; int RWindowTreeNode::WindowGroupId(void) const sl@0: _asm mov eax, 443 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_444 () sl@0: { sl@0: // ; int RWindowBase::GetPointerCapturePriority(void) const sl@0: _asm mov eax, 444 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_445 () sl@0: { sl@0: // ; void RWindowBase::SetPointerCapturePriority(int) sl@0: _asm mov eax, 445 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_446 () sl@0: { sl@0: // ; int RWindow::SetTransparentRegion(class TRegion const &) sl@0: _asm mov eax, 446 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_447 () sl@0: { sl@0: // ; int RWindow::SetTransparencyPolicy(enum TWsTransparencyPolicy) sl@0: _asm mov eax, 447 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_448 () sl@0: { sl@0: // ; int RWindow::IsRedrawStoreEnabled(void) const sl@0: _asm mov eax, 448 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_449 () sl@0: { sl@0: // ; int CWsScreenDevice::SetBackLight(int) sl@0: _asm mov eax, 449 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_450 () sl@0: { sl@0: // ; int RWindowGroup::SetOrdinalPositionErr(int, int) sl@0: _asm mov eax, 450 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_451 () sl@0: { sl@0: // ; int RWindowGroup::ClearChildGroup(void) sl@0: _asm mov eax, 451 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_452 () sl@0: { sl@0: // ; int RWindowGroup::SetChildGroup(int) sl@0: _asm mov eax, 452 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_453 () sl@0: { sl@0: // ; class TUid TWsGraphicId::Uid(void) const sl@0: _asm mov eax, 453 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_454 () sl@0: { sl@0: // ; CWsGraphic::CWsGraphic(void) sl@0: _asm mov eax, 454 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_455 () sl@0: { sl@0: // ; RWsGraphicMsgBuf::RWsGraphicMsgBuf(void) sl@0: _asm mov eax, 455 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_456 () sl@0: { sl@0: // ; TWsGraphicMsgFixedBase::TWsGraphicMsgFixedBase(class TUid, int) sl@0: _asm mov eax, 456 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_457 () sl@0: { sl@0: // ; CWsGraphic::~CWsGraphic(void) sl@0: _asm mov eax, 457 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_458 () sl@0: { sl@0: // ; int RWsGraphicMsgBuf::Append(class TWsGraphicMsgFixedBase const &) sl@0: _asm mov eax, 458 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_459 () sl@0: { sl@0: // ; int RWsGraphicMsgBuf::Append(class TUid, class TDesC16 const &) sl@0: _asm mov eax, 459 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_460 () sl@0: { sl@0: // ; int RWsGraphicMsgBuf::Append(class TUid, class TDesC8 const &) sl@0: _asm mov eax, 460 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_461 () sl@0: { sl@0: // ; int RWsGraphicMsgBuf::Append(class TUid, int, class TPtr8 &) sl@0: _asm mov eax, 461 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_462 () sl@0: { sl@0: // ; void CWsGraphic::BaseConstructL(class TWsGraphicId const &, class TUid, class TDesC8 const &) sl@0: _asm mov eax, 462 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_463 () sl@0: { sl@0: // ; void CWsGraphic::BaseConstructL(class TUid, class TUid, class TDesC8 const &) sl@0: _asm mov eax, 463 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_464 () sl@0: { sl@0: // ; void CWsGraphic::BaseConstructL(class TUid, class TDesC8 const &) sl@0: _asm mov eax, 464 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_465 () sl@0: { sl@0: // ; int CWsGraphic::CWsGraphic_Reserved1(void) sl@0: _asm mov eax, 465 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_466 () sl@0: { sl@0: // ; int CWsGraphic::CWsGraphic_Reserved2(void) sl@0: _asm mov eax, 466 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_467 () sl@0: { sl@0: // ; int CWsGraphic::CWsGraphic_Reserved3(void) sl@0: _asm mov eax, 467 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_468 () sl@0: { sl@0: // ; int TWsGraphicId::Compare(class TWsGraphicId const &) const sl@0: _asm mov eax, 468 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_469 () sl@0: { sl@0: // ; int RWsGraphicMsgBuf::Count(void) const sl@0: _asm mov eax, 469 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_470 () sl@0: { sl@0: // ; class TPtrC8 RWsGraphicMsgBuf::Data(int) const sl@0: _asm mov eax, 470 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_471 () sl@0: { sl@0: // ; void CWsGraphic::Destroy(void) sl@0: _asm mov eax, 471 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_472 () sl@0: { sl@0: // ; void RWsGraphicMsgBuf::GetFixedMsg(class TWsGraphicMsgFixedBase &, int) const sl@0: _asm mov eax, 472 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_473 () sl@0: { sl@0: // ; class TWsGraphicId const & CWsGraphic::Id(void) const sl@0: _asm mov eax, 473 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_474 () sl@0: { sl@0: // ; int CWsGraphic::IsActive(void) const sl@0: _asm mov eax, 474 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_475 () sl@0: { sl@0: // ; int TWsGraphicId::IsId(void) const sl@0: _asm mov eax, 475 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_476 () sl@0: { sl@0: // ; void CWsGraphic::OnClientClose(void) sl@0: _asm mov eax, 476 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_477 () sl@0: { sl@0: // ; class TDesC8 const & RWsGraphicMsgBuf::Pckg(void) const sl@0: _asm mov eax, 477 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_478 () sl@0: { sl@0: // ; class TPtrC8 TWsGraphicMsgFixedBase::Pckg(void) const sl@0: _asm mov eax, 478 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_479 () sl@0: { sl@0: // ; void RWsGraphicMsgBuf::Remove(int) sl@0: _asm mov eax, 479 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_480 () sl@0: { sl@0: // ; void CWsGraphic::SendMessage(class TDesC8 const &) const sl@0: _asm mov eax, 480 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_481 () sl@0: { sl@0: // ; void TWsGraphicId::Set(int) sl@0: _asm mov eax, 481 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_482 () sl@0: { sl@0: // ; void TWsGraphicId::Set(class TUid) sl@0: _asm mov eax, 482 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_483 () sl@0: { sl@0: // ; int CWsGraphic::Share(class TSecureId) sl@0: _asm mov eax, 483 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_484 () sl@0: { sl@0: // ; int CWsGraphic::ShareGlobally(void) sl@0: _asm mov eax, 484 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_485 () sl@0: { sl@0: // ; int TWsGraphicMsgFixedBase::Size(void) const sl@0: _asm mov eax, 485 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_486 () sl@0: { sl@0: // ; class TUid RWsGraphicMsgBuf::TypeId(int) const sl@0: _asm mov eax, 486 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_487 () sl@0: { sl@0: // ; class TUid TWsGraphicMsgFixedBase::TypeId(void) const sl@0: _asm mov eax, 487 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_488 () sl@0: { sl@0: // ; int CWsGraphic::UnShare(class TSecureId) sl@0: _asm mov eax, 488 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_489 () sl@0: { sl@0: // ; int CWsGraphic::UnShareGlobally(void) sl@0: _asm mov eax, 489 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_490 () sl@0: { sl@0: // ; class TPtr8 RWsGraphicMsgBuf::Data(int) sl@0: _asm mov eax, 490 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_491 () sl@0: { sl@0: // ; TWsGraphicId::TWsGraphicId(class TWsGraphicId const &) sl@0: _asm mov eax, 491 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_492 () sl@0: { sl@0: // ; TWsGraphicId::TWsGraphicId(int) sl@0: _asm mov eax, 492 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_493 () sl@0: { sl@0: // ; int CWsGraphic::Flush(void) const sl@0: _asm mov eax, 493 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_494 () sl@0: { sl@0: // ; int RWindowGroup::Construct(unsigned long, int, class CWsScreenDevice *) sl@0: _asm mov eax, 494 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_495 () sl@0: { sl@0: // ; int RWindowGroup::Construct(unsigned long, class CWsScreenDevice *) sl@0: _asm mov eax, 495 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_496 () sl@0: { sl@0: // ; int RWsSession::GetColorModeList(int, class CArrayFixFlat *) const sl@0: _asm mov eax, 496 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_497 () sl@0: { sl@0: // ; enum TDisplayMode RWsSession::GetDefModeMaxNumColors(int, int &, int &) const sl@0: _asm mov eax, 497 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_498 () sl@0: { sl@0: // ; int RWsSession::GetDefaultOwningWindow(int) const sl@0: _asm mov eax, 498 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_499 () sl@0: { sl@0: // ; int RWsSession::GetFocusWindowGroup(int) const sl@0: _asm mov eax, 499 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_500 () sl@0: { sl@0: // ; int RWsSession::NumWindowGroups(int, int) const sl@0: _asm mov eax, 500 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_501 () sl@0: { sl@0: // ; int RWsSession::NumberOfScreens(void) const sl@0: _asm mov eax, 501 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_502 () sl@0: { sl@0: // ; int RWsSession::WindowGroupList(class CArrayFixFlat *, int, int) const sl@0: _asm mov eax, 502 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_503 () sl@0: { sl@0: // ; TWsGraphicId::TWsGraphicId(class TUid) sl@0: _asm mov eax, 503 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_504 () sl@0: { sl@0: // ; public: void __thiscall RWsSession::SetMaxBufferSizeL(int) sl@0: _asm mov eax, 504 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_505 () sl@0: { sl@0: // ; void RWindow::EnableOSB(int) sl@0: _asm mov eax, 505 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_506 () sl@0: { sl@0: // ; int TWsGraphicId::Id(void) const sl@0: _asm mov eax, 506 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_507 () sl@0: { sl@0: // ; int TWsGraphicId::IsUid(void) const sl@0: _asm mov eax, 507 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_508 () sl@0: { sl@0: // ; void CWsGraphic::SetGraphicExtension(class MWsObjectProvider *) sl@0: _asm mov eax, 508 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_509 () sl@0: { sl@0: // ; int CWsGraphic::SendSynchronMessage(class TDesC8 const &) const sl@0: _asm mov eax, 509 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_510 () sl@0: { sl@0: // ; int RWsSession::DebugInfo(int, class TDes8 &, int) const sl@0: _asm mov eax, 510 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_511 () sl@0: { sl@0: // ; int RWsSession::DebugInfo(int, int) const sl@0: _asm mov eax, 511 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_512 () sl@0: { sl@0: // ; unsigned long RWindowTreeNode::ClientHandle(void) const sl@0: _asm mov eax, 512 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_513 () sl@0: { sl@0: // ; int RWindowBase::SetBackgroundSurface(class TSurfaceId const &) sl@0: _asm mov eax, 513 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_514 () sl@0: { sl@0: // (noname) sl@0: _asm mov eax, 514 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_515 () sl@0: { sl@0: // ; class TRgb RWindowBase::KeyColor(void) const sl@0: _asm mov eax, 515 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_516 () sl@0: { sl@0: // (noname) sl@0: _asm mov eax, 516 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_517 () sl@0: { sl@0: // (noname) sl@0: _asm mov eax, 517 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_518 () sl@0: { sl@0: // (noname) sl@0: _asm mov eax, 518 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_519 () sl@0: { sl@0: // (noname) sl@0: _asm mov eax, 519 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_520 () sl@0: { sl@0: // (noname) sl@0: _asm mov eax, 520 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_521 () sl@0: { sl@0: // ; int RWindowBase::GetBackgroundSurface(class TSurfaceConfiguration &) const sl@0: _asm mov eax, 521 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_522 () sl@0: { sl@0: // (noname) sl@0: _asm mov eax, 522 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_523 () sl@0: { sl@0: // ; int RWsSession::PreferredSurfaceConfigurationSize(void) const sl@0: _asm mov eax, 523 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_524 () sl@0: { sl@0: // ; int RWsSession::RegisterSurface(int, class TSurfaceId const &) sl@0: _asm mov eax, 524 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_525 () sl@0: { sl@0: // (noname) sl@0: _asm mov eax, 525 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_526 () sl@0: { sl@0: // ; void RWindowBase::RemoveBackgroundSurface(int) sl@0: _asm mov eax, 526 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_527 () sl@0: { sl@0: // (noname) sl@0: _asm mov eax, 527 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_528 () sl@0: { sl@0: // ; int RWindowBase::SetBackgroundSurface(class TSurfaceConfiguration const &, int) sl@0: _asm mov eax, 528 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_529 () sl@0: { sl@0: // ; void RWsSession::UnregisterSurface(int, class TSurfaceId const &) sl@0: _asm mov eax, 529 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_530 () sl@0: { sl@0: // ; void RWindow::ClearRedrawStore(void) sl@0: _asm mov eax, 530 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_531 () sl@0: { sl@0: // ; int RWsSession::Finish(void) sl@0: _asm mov eax, 531 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_532 () sl@0: { sl@0: // ; void RWsSession::SyncMsgBuf(void) sl@0: _asm mov eax, 532 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_533 () sl@0: { sl@0: // ; class RWsSession & CWsGraphic::Session(void) sl@0: _asm mov eax, 533 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_534 () sl@0: { sl@0: // ; int RWindowTreeNode::ScreenNumber(void) const sl@0: _asm mov eax, 534 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_535 () sl@0: { sl@0: // ; void TWsEvent::SetPointerNumber(unsigned char) sl@0: _asm mov eax, 535 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_536 () sl@0: { sl@0: // ; int TAdvancedPointerEvent::DoGetPointerNumber(void) const sl@0: _asm mov eax, 536 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_537 () sl@0: { sl@0: // ; int RWindowBase::ClaimPointerGrab(unsigned char, int) sl@0: _asm mov eax, 537 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_538 () sl@0: { sl@0: // ; int RWindowBase::RequestPointerRepeatEvent(class TTimeIntervalMicroSeconds32, class TRect const &, unsigned char) sl@0: _asm mov eax, 538 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_539 () sl@0: { sl@0: // ; int RWsSession::GetExitHighPressureThreshold(void) const sl@0: _asm mov eax, 539 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_540 () sl@0: { sl@0: // ; int RWsSession::SetCloseProximityThresholds(int, int) sl@0: _asm mov eax, 540 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_541 () sl@0: { sl@0: // ; int RWsSession::SetHighPressureThresholds(int, int) sl@0: _asm mov eax, 541 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_542 () sl@0: { sl@0: // ; int RWindowBase::CancelPointerRepeatEventRequest(unsigned char) sl@0: _asm mov eax, 542 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_543 () sl@0: { sl@0: // ; void TWsEvent::InitAdvancedPointerEvent(enum TPointerEvent::TType, unsigned int, class TPoint3D const &, unsigned char) sl@0: _asm mov eax, 543 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_544 () sl@0: { sl@0: // ; int RWsSession::GetExitCloseProximityThreshold(void) const sl@0: _asm mov eax, 544 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_545 () sl@0: { sl@0: // ; void RWindowBase::EnableAdvancedPointers(void) sl@0: _asm mov eax, 545 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_546 () sl@0: { sl@0: // ; void TWsEvent::SetPointerZ(int) sl@0: _asm mov eax, 546 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_547 () sl@0: { sl@0: // ; int TAdvancedPointerEvent::DoGetProximityAndPressure(void) const sl@0: _asm mov eax, 547 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_548 () sl@0: { sl@0: // ; int TAdvancedPointerEvent::DoGetProximity(void) const sl@0: _asm mov eax, 548 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_549 () sl@0: { sl@0: // ; int TAdvancedPointerEvent::DoGetPressure(void) const sl@0: _asm mov eax, 549 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_550 () sl@0: { sl@0: // ; void RWindowGroup::SimulateAdvancedPointerEvent(class TRawEvent) sl@0: _asm mov eax, 550 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_551 () sl@0: { sl@0: // ; int RWsSession::GetEnterHighPressureThreshold(void) const sl@0: _asm mov eax, 551 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_552 () sl@0: { sl@0: // ; int RWsSession::GetEnterCloseProximityThreshold(void) const sl@0: _asm mov eax, 552 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_553 () sl@0: { sl@0: // ; class TAdvancedPointerEvent & TAdvancedPointerEvent::operator=(class TAdvancedPointerEvent const &) sl@0: _asm mov eax, 553 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_554 () sl@0: { sl@0: // ; TAdvancedPointerEvent::TAdvancedPointerEvent(class TAdvancedPointerEvent const &) sl@0: _asm mov eax, 554 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_555 () sl@0: { sl@0: // ; RWsDrawableSource::RWsDrawableSource(void) sl@0: _asm mov eax, 555 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_556 () sl@0: { sl@0: // ; void RWsDrawableSource::Close(void) sl@0: _asm mov eax, 556 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_557 () sl@0: { sl@0: // ; int RWsDrawableSource::Create(class RSgDrawable const &) sl@0: _asm mov eax, 557 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_558 () sl@0: { sl@0: // ; class TSgDrawableId const & RWsDrawableSource::DrawableId(void) const sl@0: _asm mov eax, 558 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_559 () sl@0: { sl@0: // ; void CWindowGc::DrawResource(class TPoint const &, class RWsDrawableSource const &, enum CWindowGc::TGraphicsRotation) sl@0: _asm mov eax, 559 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_560 () sl@0: { sl@0: // ; void CWindowGc::DrawResource(class TRect const &, class RWsDrawableSource const &, enum CWindowGc::TGraphicsRotation) sl@0: _asm mov eax, 560 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_561 () sl@0: { sl@0: // ; void CWindowGc::DrawResource(class TRect const &, class RWsDrawableSource const &, class TRect const &, enum CWindowGc::TGraphicsRotation) sl@0: _asm mov eax, 561 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_562 () sl@0: { sl@0: // ; void CWindowGc::DrawResource(class TRect const &, class RWsDrawableSource const &, class TDesC8 const &) sl@0: _asm mov eax, 562 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_563 () sl@0: { sl@0: // ; int RDirectScreenAccess::Construct(int) sl@0: _asm mov eax, 563 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_564 () sl@0: { sl@0: // ; class CDirectScreenAccess * CDirectScreenAccess::NewL(class RWsSession &, class CWsScreenDevice &, class RWindowBase &, class MDirectScreenAccess &, int) sl@0: _asm mov eax, 564 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_565 () sl@0: { sl@0: // ; int RWsDrawableSource::Create(class RSgDrawable const &, int) sl@0: _asm mov eax, 565 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_566 () sl@0: { sl@0: // ; RWsDrawableSource::RWsDrawableSource(class RWsSession &) sl@0: _asm mov eax, 566 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_567 () sl@0: { sl@0: // ; int RWsDrawableSource::ScreenNumber(void) const sl@0: _asm mov eax, 567 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_568 () sl@0: { sl@0: // ; void * CWsScreenDevice::GetInterface(unsigned int) sl@0: _asm mov eax, 568 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_569 () sl@0: { sl@0: // ; int CWsScreenDevice::IsCurrentModeDynamic(void) const sl@0: _asm mov eax, 569 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_570 () sl@0: { sl@0: // ; int CWsScreenDevice::IsModeDynamic(int) const sl@0: _asm mov eax, 570 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_571 () sl@0: { sl@0: // ; void const * CWindowGc::Interface(class TUid) const sl@0: _asm mov eax, 571 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_572 () sl@0: { sl@0: // ; void * CWindowGc::Interface(class TUid) sl@0: _asm mov eax, 572 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_573 () sl@0: { sl@0: // ; class RWsSession * RWindowTreeNode::Session(void) const sl@0: _asm mov eax, 573 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_574 () sl@0: { sl@0: // ; void RWsSession::HeapSetBurstFail(int, int, int) sl@0: _asm mov eax, 574 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_575 () sl@0: { sl@0: // ; void RWsSession::EnableWindowSizeCacheL(void) sl@0: _asm mov eax, 575 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_576 () sl@0: { sl@0: // ; void RWindowBase::SetSurfaceTransparency(int) sl@0: _asm mov eax, 576 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_577 () sl@0: { sl@0: // ; class TSize RWindowBase::SizeForEgl(void) const sl@0: _asm mov eax, 577 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_578 () sl@0: { sl@0: // ; int RWindowBase::FixNativeOrientation(void) sl@0: _asm mov eax, 578 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_579 () sl@0: { sl@0: // ; void RWindowBase::SetPurpose(int) sl@0: _asm mov eax, 579 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_580 () sl@0: { sl@0: // ; void RWindowBase::SendEffectCommand(int, class TDesC8 const &) sl@0: _asm mov eax, 580 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_581 () sl@0: { sl@0: // ; void RWsSession::SendEffectCommand(int, class TDesC8 const &) sl@0: _asm mov eax, 581 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_582 () sl@0: { sl@0: // ; void RWsSession::RegisterEffect(int, int, class TBuf<256> const &, class TBuf<256> const &, class TBuf<256> const &, unsigned int, class TBitFlagsT) sl@0: _asm mov eax, 582 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_583 () sl@0: { sl@0: // ; void RWindowBase::OverrideEffects(int, class TBuf<256> const &, class TBuf<256> const &, class TBuf<256> const &, class TBitFlagsT) sl@0: _asm mov eax, 583 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_584 () sl@0: { sl@0: // ; void RWsSession::OverrideEffects(int, int, class TBuf<256> const &, class TBuf<256> const &, class TBuf<256> const &, class TBitFlagsT) sl@0: _asm mov eax, 584 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_585 () sl@0: { sl@0: // ; void RWsSession::UnregisterEffect(int, int, unsigned int) sl@0: _asm mov eax, 585 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_586 () sl@0: { sl@0: // ; void RWsSession::UnregisterAllEffects(void) sl@0: _asm mov eax, 586 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: __declspec(dllexport) sl@0: __declspec(naked) sl@0: void call_vector_587 () sl@0: { sl@0: // ; void RWsSession::IndicateAppOrientation(enum TRenderOrientation) sl@0: _asm mov eax, 587 sl@0: _asm jmp common_dispatch sl@0: } sl@0: sl@0: } sl@0: #define MAX_ORDINAL 588 sl@0: