os/graphics/windowing/windowserver/wins_switching/ws32_stubs.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description: 
sl@0
    15
*
sl@0
    16
*/
sl@0
    17
sl@0
    18
extern "C" {
sl@0
    19
void common_dispatch();
sl@0
    20
sl@0
    21
__declspec(dllexport)
sl@0
    22
__declspec(naked)
sl@0
    23
void call_vector_1 ()
sl@0
    24
	{
sl@0
    25
	// ; public: __thiscall CWindowGc::CWindowGc(class CWsScreenDevice *)
sl@0
    26
	_asm mov eax, 1
sl@0
    27
	_asm jmp common_dispatch
sl@0
    28
	}
sl@0
    29
sl@0
    30
__declspec(dllexport)
sl@0
    31
__declspec(naked)
sl@0
    32
void call_vector_2 ()
sl@0
    33
	{
sl@0
    34
	// ; public: __thiscall CWsBitmap::CWsBitmap(class RWsSession &)
sl@0
    35
	_asm mov eax, 2
sl@0
    36
	_asm jmp common_dispatch
sl@0
    37
	}
sl@0
    38
sl@0
    39
__declspec(dllexport)
sl@0
    40
__declspec(naked)
sl@0
    41
void call_vector_3 ()
sl@0
    42
	{
sl@0
    43
	// ; public: __thiscall CWsBitmap::CWsBitmap(void)
sl@0
    44
	_asm mov eax, 3
sl@0
    45
	_asm jmp common_dispatch
sl@0
    46
	}
sl@0
    47
sl@0
    48
__declspec(dllexport)
sl@0
    49
__declspec(naked)
sl@0
    50
void call_vector_4 ()
sl@0
    51
	{
sl@0
    52
	// ; public: __thiscall CWsScreenDevice::CWsScreenDevice(class RWsSession &)
sl@0
    53
	_asm mov eax, 4
sl@0
    54
	_asm jmp common_dispatch
sl@0
    55
	}
sl@0
    56
sl@0
    57
__declspec(dllexport)
sl@0
    58
__declspec(naked)
sl@0
    59
void call_vector_5 ()
sl@0
    60
	{
sl@0
    61
	// ; public: __thiscall CWsScreenDevice::CWsScreenDevice(void)
sl@0
    62
	_asm mov eax, 5
sl@0
    63
	_asm jmp common_dispatch
sl@0
    64
	}
sl@0
    65
sl@0
    66
__declspec(dllexport)
sl@0
    67
__declspec(naked)
sl@0
    68
void call_vector_6 ()
sl@0
    69
	{
sl@0
    70
	// ; protected: __thiscall RAnim::RAnim(class RAnimDll &)
sl@0
    71
	_asm mov eax, 6
sl@0
    72
	_asm jmp common_dispatch
sl@0
    73
	}
sl@0
    74
sl@0
    75
__declspec(dllexport)
sl@0
    76
__declspec(naked)
sl@0
    77
void call_vector_7 ()
sl@0
    78
	{
sl@0
    79
	// ; protected: __thiscall RAnim::RAnim(void)
sl@0
    80
	_asm mov eax, 7
sl@0
    81
	_asm jmp common_dispatch
sl@0
    82
	}
sl@0
    83
sl@0
    84
__declspec(dllexport)
sl@0
    85
__declspec(naked)
sl@0
    86
void call_vector_8 ()
sl@0
    87
	{
sl@0
    88
	// ; public: __thiscall RAnimDll::RAnimDll(class RWsSession &)
sl@0
    89
	_asm mov eax, 8
sl@0
    90
	_asm jmp common_dispatch
sl@0
    91
	}
sl@0
    92
sl@0
    93
__declspec(dllexport)
sl@0
    94
__declspec(naked)
sl@0
    95
void call_vector_9 ()
sl@0
    96
	{
sl@0
    97
	// ; public: __thiscall RAnimDll::RAnimDll(void)
sl@0
    98
	_asm mov eax, 9
sl@0
    99
	_asm jmp common_dispatch
sl@0
   100
	}
sl@0
   101
sl@0
   102
__declspec(dllexport)
sl@0
   103
__declspec(naked)
sl@0
   104
void call_vector_10 ()
sl@0
   105
	{
sl@0
   106
	// ; public: __thiscall RBackedUpWindow::RBackedUpWindow(class RWsSession &)
sl@0
   107
	_asm mov eax, 10
sl@0
   108
	_asm jmp common_dispatch
sl@0
   109
	}
sl@0
   110
sl@0
   111
__declspec(dllexport)
sl@0
   112
__declspec(naked)
sl@0
   113
void call_vector_11 ()
sl@0
   114
	{
sl@0
   115
	// ; public: __thiscall RBackedUpWindow::RBackedUpWindow(void)
sl@0
   116
	_asm mov eax, 11
sl@0
   117
	_asm jmp common_dispatch
sl@0
   118
	}
sl@0
   119
sl@0
   120
__declspec(dllexport)
sl@0
   121
__declspec(naked)
sl@0
   122
void call_vector_12 ()
sl@0
   123
	{
sl@0
   124
	// ; public: __thiscall RBlankWindow::RBlankWindow(class RWsSession &)
sl@0
   125
	_asm mov eax, 12
sl@0
   126
	_asm jmp common_dispatch
sl@0
   127
	}
sl@0
   128
sl@0
   129
__declspec(dllexport)
sl@0
   130
__declspec(naked)
sl@0
   131
void call_vector_13 ()
sl@0
   132
	{
sl@0
   133
	// ; public: __thiscall RBlankWindow::RBlankWindow(void)
sl@0
   134
	_asm mov eax, 13
sl@0
   135
	_asm jmp common_dispatch
sl@0
   136
	}
sl@0
   137
sl@0
   138
__declspec(dllexport)
sl@0
   139
__declspec(naked)
sl@0
   140
void call_vector_14 ()
sl@0
   141
	{
sl@0
   142
	// ; public: __thiscall RWindow::RWindow(class RWsSession &)
sl@0
   143
	_asm mov eax, 14
sl@0
   144
	_asm jmp common_dispatch
sl@0
   145
	}
sl@0
   146
sl@0
   147
__declspec(dllexport)
sl@0
   148
__declspec(naked)
sl@0
   149
void call_vector_15 ()
sl@0
   150
	{
sl@0
   151
	// ; public: __thiscall RWindow::RWindow(void)
sl@0
   152
	_asm mov eax, 15
sl@0
   153
	_asm jmp common_dispatch
sl@0
   154
	}
sl@0
   155
sl@0
   156
__declspec(dllexport)
sl@0
   157
__declspec(naked)
sl@0
   158
void call_vector_16 ()
sl@0
   159
	{
sl@0
   160
	// ; public: __thiscall RWindowGroup::RWindowGroup(class RWsSession &)
sl@0
   161
	_asm mov eax, 16
sl@0
   162
	_asm jmp common_dispatch
sl@0
   163
	}
sl@0
   164
sl@0
   165
__declspec(dllexport)
sl@0
   166
__declspec(naked)
sl@0
   167
void call_vector_17 ()
sl@0
   168
	{
sl@0
   169
	// ; public: __thiscall RWindowGroup::RWindowGroup(void)
sl@0
   170
	_asm mov eax, 17
sl@0
   171
	_asm jmp common_dispatch
sl@0
   172
	}
sl@0
   173
sl@0
   174
__declspec(dllexport)
sl@0
   175
__declspec(naked)
sl@0
   176
void call_vector_18 ()
sl@0
   177
	{
sl@0
   178
	// ; public: __thiscall RWsPointerCursor::RWsPointerCursor(class RWsSession &)
sl@0
   179
	_asm mov eax, 18
sl@0
   180
	_asm jmp common_dispatch
sl@0
   181
	}
sl@0
   182
sl@0
   183
__declspec(dllexport)
sl@0
   184
__declspec(naked)
sl@0
   185
void call_vector_19 ()
sl@0
   186
	{
sl@0
   187
	// ; public: __thiscall RWsPointerCursor::RWsPointerCursor(void)
sl@0
   188
	_asm mov eax, 19
sl@0
   189
	_asm jmp common_dispatch
sl@0
   190
	}
sl@0
   191
sl@0
   192
__declspec(dllexport)
sl@0
   193
__declspec(naked)
sl@0
   194
void call_vector_20 ()
sl@0
   195
	{
sl@0
   196
	// ; public: __thiscall RWsSession::RWsSession(void)
sl@0
   197
	_asm mov eax, 20
sl@0
   198
	_asm jmp common_dispatch
sl@0
   199
	}
sl@0
   200
sl@0
   201
__declspec(dllexport)
sl@0
   202
__declspec(naked)
sl@0
   203
void call_vector_21 ()
sl@0
   204
	{
sl@0
   205
	// ; public: __thiscall RWsSprite::RWsSprite(class RWsSession &)
sl@0
   206
	_asm mov eax, 21
sl@0
   207
	_asm jmp common_dispatch
sl@0
   208
	}
sl@0
   209
sl@0
   210
__declspec(dllexport)
sl@0
   211
__declspec(naked)
sl@0
   212
void call_vector_22 ()
sl@0
   213
	{
sl@0
   214
	// ; public: __thiscall RWsSprite::RWsSprite(void)
sl@0
   215
	_asm mov eax, 22
sl@0
   216
	_asm jmp common_dispatch
sl@0
   217
	}
sl@0
   218
sl@0
   219
__declspec(dllexport)
sl@0
   220
__declspec(naked)
sl@0
   221
void call_vector_23 ()
sl@0
   222
	{
sl@0
   223
	// ; protected: __thiscall RWsSpriteBase::RWsSpriteBase(class RWsSession &)
sl@0
   224
	_asm mov eax, 23
sl@0
   225
	_asm jmp common_dispatch
sl@0
   226
	}
sl@0
   227
sl@0
   228
__declspec(dllexport)
sl@0
   229
__declspec(naked)
sl@0
   230
void call_vector_24 ()
sl@0
   231
	{
sl@0
   232
	// ; protected: __thiscall RWsSpriteBase::RWsSpriteBase(void)
sl@0
   233
	_asm mov eax, 24
sl@0
   234
	_asm jmp common_dispatch
sl@0
   235
	}
sl@0
   236
sl@0
   237
__declspec(dllexport)
sl@0
   238
__declspec(naked)
sl@0
   239
void call_vector_25 ()
sl@0
   240
	{
sl@0
   241
	// ; public: virtual __thiscall CWindowGc::~CWindowGc(void)
sl@0
   242
	_asm mov eax, 25
sl@0
   243
	_asm jmp common_dispatch
sl@0
   244
	}
sl@0
   245
sl@0
   246
__declspec(dllexport)
sl@0
   247
__declspec(naked)
sl@0
   248
void call_vector_26 ()
sl@0
   249
	{
sl@0
   250
	// ; public: virtual __thiscall CWsBitmap::~CWsBitmap(void)
sl@0
   251
	_asm mov eax, 26
sl@0
   252
	_asm jmp common_dispatch
sl@0
   253
	}
sl@0
   254
sl@0
   255
__declspec(dllexport)
sl@0
   256
__declspec(naked)
sl@0
   257
void call_vector_27 ()
sl@0
   258
	{
sl@0
   259
	// ; public: virtual __thiscall CWsScreenDevice::~CWsScreenDevice(void)
sl@0
   260
	_asm mov eax, 27
sl@0
   261
	_asm jmp common_dispatch
sl@0
   262
	}
sl@0
   263
sl@0
   264
__declspec(dllexport)
sl@0
   265
__declspec(naked)
sl@0
   266
void call_vector_28 ()
sl@0
   267
	{
sl@0
   268
	// ; public: virtual __thiscall RAnim::~RAnim(void)
sl@0
   269
	_asm mov eax, 28
sl@0
   270
	_asm jmp common_dispatch
sl@0
   271
	}
sl@0
   272
sl@0
   273
__declspec(dllexport)
sl@0
   274
__declspec(naked)
sl@0
   275
void call_vector_29 ()
sl@0
   276
	{
sl@0
   277
	// ; public: virtual __thiscall RAnimDll::~RAnimDll(void)
sl@0
   278
	_asm mov eax, 29
sl@0
   279
	_asm jmp common_dispatch
sl@0
   280
	}
sl@0
   281
sl@0
   282
__declspec(dllexport)
sl@0
   283
__declspec(naked)
sl@0
   284
void call_vector_30 ()
sl@0
   285
	{
sl@0
   286
	// ; public: virtual void __thiscall CWindowGc::Activate(class RDrawableWindow &)
sl@0
   287
	_asm mov eax, 30
sl@0
   288
	_asm jmp common_dispatch
sl@0
   289
	}
sl@0
   290
sl@0
   291
__declspec(dllexport)
sl@0
   292
__declspec(naked)
sl@0
   293
void call_vector_31 ()
sl@0
   294
	{
sl@0
   295
	// ; public: void __thiscall RWindowBase::Activate(void)
sl@0
   296
	_asm mov eax, 31
sl@0
   297
	_asm jmp common_dispatch
sl@0
   298
	}
sl@0
   299
sl@0
   300
__declspec(dllexport)
sl@0
   301
__declspec(naked)
sl@0
   302
void call_vector_32 ()
sl@0
   303
	{
sl@0
   304
	// ; public: int __thiscall RWsSpriteBase::Activate(void)
sl@0
   305
	_asm mov eax, 32
sl@0
   306
	_asm jmp common_dispatch
sl@0
   307
	}
sl@0
   308
sl@0
   309
__declspec(dllexport)
sl@0
   310
__declspec(naked)
sl@0
   311
void call_vector_33 ()
sl@0
   312
	{
sl@0
   313
	// ; public: virtual int __thiscall CWsScreenDevice::AddFile(class TDesC16 const &,int &)
sl@0
   314
	_asm mov eax, 33
sl@0
   315
	_asm jmp common_dispatch
sl@0
   316
	}
sl@0
   317
sl@0
   318
__declspec(dllexport)
sl@0
   319
__declspec(naked)
sl@0
   320
void call_vector_34 ()
sl@0
   321
	{
sl@0
   322
	// ; public: int __thiscall RWindowBase::AddKeyRect(class TRect const &,int,int)
sl@0
   323
	_asm mov eax, 34
sl@0
   324
	_asm jmp common_dispatch
sl@0
   325
	}
sl@0
   326
sl@0
   327
__declspec(dllexport)
sl@0
   328
__declspec(naked)
sl@0
   329
void call_vector_35 ()
sl@0
   330
	{
sl@0
   331
	// ; public: int __thiscall RWindowGroup::AddPriorityKey(unsigned int,unsigned int,unsigned int)
sl@0
   332
	_asm mov eax, 35
sl@0
   333
	_asm jmp common_dispatch
sl@0
   334
	}
sl@0
   335
sl@0
   336
__declspec(dllexport)
sl@0
   337
__declspec(naked)
sl@0
   338
void call_vector_36 ()
sl@0
   339
	{
sl@0
   340
	// ; public: int __thiscall RWindowBase::AllocPointerMoveBuffer(int,unsigned int)
sl@0
   341
	_asm mov eax, 36
sl@0
   342
	_asm jmp common_dispatch
sl@0
   343
	}
sl@0
   344
sl@0
   345
__declspec(dllexport)
sl@0
   346
__declspec(naked)
sl@0
   347
void call_vector_37 ()
sl@0
   348
	{
sl@0
   349
	// ; public: int __thiscall RWsSpriteBase::AppendMember(struct TSpriteMember const &)
sl@0
   350
	_asm mov eax, 37
sl@0
   351
	_asm jmp common_dispatch
sl@0
   352
	}
sl@0
   353
sl@0
   354
__declspec(dllexport)
sl@0
   355
__declspec(naked)
sl@0
   356
void call_vector_38 ()
sl@0
   357
	{
sl@0
   358
	// ; public: void __thiscall RWindowGroup::AutoForeground(int)
sl@0
   359
	_asm mov eax, 38
sl@0
   360
	_asm jmp common_dispatch
sl@0
   361
	}
sl@0
   362
sl@0
   363
__declspec(dllexport)
sl@0
   364
__declspec(naked)
sl@0
   365
void call_vector_39 ()
sl@0
   366
	{
sl@0
   367
	// ; public: void __thiscall RWindow::BeginRedraw(class TRect const &)
sl@0
   368
	_asm mov eax, 39
sl@0
   369
	_asm jmp common_dispatch
sl@0
   370
	}
sl@0
   371
sl@0
   372
__declspec(dllexport)
sl@0
   373
__declspec(naked)
sl@0
   374
void call_vector_40 ()
sl@0
   375
	{
sl@0
   376
	// ; public: void __thiscall RWindow::BeginRedraw(void)
sl@0
   377
	_asm mov eax, 40
sl@0
   378
	_asm jmp common_dispatch
sl@0
   379
	}
sl@0
   380
sl@0
   381
__declspec(dllexport)
sl@0
   382
__declspec(naked)
sl@0
   383
void call_vector_41 ()
sl@0
   384
	{
sl@0
   385
	// ; public: virtual void __thiscall CWindowGc::BitBlt(class TPoint const &,class CFbsBitmap const *)
sl@0
   386
	_asm mov eax, 41
sl@0
   387
	_asm jmp common_dispatch
sl@0
   388
	}
sl@0
   389
sl@0
   390
__declspec(dllexport)
sl@0
   391
__declspec(naked)
sl@0
   392
void call_vector_42 ()
sl@0
   393
	{
sl@0
   394
	// ; public: virtual void __thiscall CWindowGc::BitBlt(class TPoint const &,class CFbsBitmap const *,class TRect const &)
sl@0
   395
	_asm mov eax, 42
sl@0
   396
	_asm jmp common_dispatch
sl@0
   397
	}
sl@0
   398
sl@0
   399
__declspec(dllexport)
sl@0
   400
__declspec(naked)
sl@0
   401
void call_vector_43 ()
sl@0
   402
	{
sl@0
   403
	// ; public: virtual void __thiscall CWindowGc::BitBlt(class TPoint const &,class CWsBitmap const *)
sl@0
   404
	_asm mov eax, 43
sl@0
   405
	_asm jmp common_dispatch
sl@0
   406
	}
sl@0
   407
sl@0
   408
__declspec(dllexport)
sl@0
   409
__declspec(naked)
sl@0
   410
void call_vector_44 ()
sl@0
   411
	{
sl@0
   412
	// ; public: virtual void __thiscall CWindowGc::BitBlt(class TPoint const &,class CWsBitmap const *,class TRect const &)
sl@0
   413
	_asm mov eax, 44
sl@0
   414
	_asm jmp common_dispatch
sl@0
   415
	}
sl@0
   416
sl@0
   417
__declspec(dllexport)
sl@0
   418
__declspec(naked)
sl@0
   419
void call_vector_45 ()
sl@0
   420
	{
sl@0
   421
	// ; public: virtual void __thiscall CWindowGc::BitBltMasked(class TPoint const &,class CFbsBitmap const *,class TRect const &,class CFbsBitmap const *,int)
sl@0
   422
	_asm mov eax, 45
sl@0
   423
	_asm jmp common_dispatch
sl@0
   424
	}
sl@0
   425
sl@0
   426
__declspec(dllexport)
sl@0
   427
__declspec(naked)
sl@0
   428
void call_vector_46 ()
sl@0
   429
	{
sl@0
   430
	// ; public: virtual void __thiscall CWindowGc::BitBltMasked(class TPoint const &,class CWsBitmap const *,class TRect const &,class CWsBitmap const *,int)
sl@0
   431
	_asm mov eax, 46
sl@0
   432
	_asm jmp common_dispatch
sl@0
   433
	}
sl@0
   434
sl@0
   435
__declspec(dllexport)
sl@0
   436
__declspec(naked)
sl@0
   437
void call_vector_47 ()
sl@0
   438
	{
sl@0
   439
	// ; int RBackedUpWindow::BitmapHandle(void) const
sl@0
   440
	_asm mov eax, 47
sl@0
   441
	_asm jmp common_dispatch
sl@0
   442
	}
sl@0
   443
sl@0
   444
__declspec(dllexport)
sl@0
   445
__declspec(naked)
sl@0
   446
void call_vector_48 ()
sl@0
   447
	{
sl@0
   448
	// ; public: void __thiscall RWindowGroup::CancelCaptureKey(long)
sl@0
   449
	_asm mov eax, 48
sl@0
   450
	_asm jmp common_dispatch
sl@0
   451
	}
sl@0
   452
sl@0
   453
__declspec(dllexport)
sl@0
   454
__declspec(naked)
sl@0
   455
void call_vector_49 ()
sl@0
   456
	{
sl@0
   457
	// ; public: void __thiscall RWindowGroup::CancelCaptureKeyUpAndDowns(long)
sl@0
   458
	_asm mov eax, 49
sl@0
   459
	_asm jmp common_dispatch
sl@0
   460
	}
sl@0
   461
sl@0
   462
__declspec(dllexport)
sl@0
   463
__declspec(naked)
sl@0
   464
void call_vector_50 ()
sl@0
   465
	{
sl@0
   466
	// ; public: virtual void __thiscall CWindowGc::CancelClippingRect(void)
sl@0
   467
	_asm mov eax, 50
sl@0
   468
	_asm jmp common_dispatch
sl@0
   469
	}
sl@0
   470
sl@0
   471
__declspec(dllexport)
sl@0
   472
__declspec(naked)
sl@0
   473
void call_vector_51 ()
sl@0
   474
	{
sl@0
   475
	// ; public: virtual void __thiscall CWindowGc::CancelClippingRegion(void)
sl@0
   476
	_asm mov eax, 51
sl@0
   477
	_asm jmp common_dispatch
sl@0
   478
	}
sl@0
   479
sl@0
   480
__declspec(dllexport)
sl@0
   481
__declspec(naked)
sl@0
   482
void call_vector_52 ()
sl@0
   483
	{
sl@0
   484
	// ; public: void __thiscall RWindowBase::CancelPointerRepeatEventRequest(void)
sl@0
   485
	_asm mov eax, 52
sl@0
   486
	_asm jmp common_dispatch
sl@0
   487
	}
sl@0
   488
sl@0
   489
__declspec(dllexport)
sl@0
   490
__declspec(naked)
sl@0
   491
void call_vector_53 ()
sl@0
   492
	{
sl@0
   493
	// ; public: void __thiscall RWindowGroup::CancelTextCursor(void)
sl@0
   494
	_asm mov eax, 53
sl@0
   495
	_asm jmp common_dispatch
sl@0
   496
	}
sl@0
   497
sl@0
   498
__declspec(dllexport)
sl@0
   499
__declspec(naked)
sl@0
   500
void call_vector_54 ()
sl@0
   501
	{
sl@0
   502
	// ; public: long __thiscall RWindowGroup::CaptureKey(unsigned int,unsigned int,unsigned int)
sl@0
   503
	_asm mov eax, 54
sl@0
   504
	_asm jmp common_dispatch
sl@0
   505
	}
sl@0
   506
sl@0
   507
__declspec(dllexport)
sl@0
   508
__declspec(naked)
sl@0
   509
void call_vector_55 ()
sl@0
   510
	{
sl@0
   511
	// ; public: long __thiscall RWindowGroup::CaptureKeyUpAndDowns(unsigned int,unsigned int,unsigned int)
sl@0
   512
	_asm mov eax, 55
sl@0
   513
	_asm jmp common_dispatch
sl@0
   514
	}
sl@0
   515
sl@0
   516
__declspec(dllexport)
sl@0
   517
__declspec(naked)
sl@0
   518
void call_vector_56 ()
sl@0
   519
	{
sl@0
   520
	// ; public: unsigned long __thiscall RWindowTreeNode::Child(void)const 
sl@0
   521
	_asm mov eax, 56
sl@0
   522
	_asm jmp common_dispatch
sl@0
   523
	}
sl@0
   524
sl@0
   525
__declspec(dllexport)
sl@0
   526
__declspec(naked)
sl@0
   527
void call_vector_57 ()
sl@0
   528
	{
sl@0
   529
	// ; public: void __thiscall RWindowBase::ClaimPointerGrab(int)
sl@0
   530
	_asm mov eax, 57
sl@0
   531
	_asm jmp common_dispatch
sl@0
   532
	}
sl@0
   533
sl@0
   534
__declspec(dllexport)
sl@0
   535
__declspec(naked)
sl@0
   536
void call_vector_58 ()
sl@0
   537
	{
sl@0
   538
	// ; public: int __thiscall RWsSession::ClaimSystemPointerCursorList(void)
sl@0
   539
	_asm mov eax, 58
sl@0
   540
	_asm jmp common_dispatch
sl@0
   541
	}
sl@0
   542
sl@0
   543
__declspec(dllexport)
sl@0
   544
__declspec(naked)
sl@0
   545
void call_vector_59 ()
sl@0
   546
	{
sl@0
   547
	// ; public: virtual void __thiscall CWindowGc::Clear(class TRect const &)
sl@0
   548
	_asm mov eax, 59
sl@0
   549
	_asm jmp common_dispatch
sl@0
   550
	}
sl@0
   551
sl@0
   552
__declspec(dllexport)
sl@0
   553
__declspec(naked)
sl@0
   554
void call_vector_60 ()
sl@0
   555
	{
sl@0
   556
	// ; public: virtual void __thiscall CWindowGc::Clear(void)
sl@0
   557
	_asm mov eax, 60
sl@0
   558
	_asm jmp common_dispatch
sl@0
   559
	}
sl@0
   560
sl@0
   561
__declspec(dllexport)
sl@0
   562
__declspec(naked)
sl@0
   563
void call_vector_61 ()
sl@0
   564
	{
sl@0
   565
	// ; public: int __thiscall RWsSession::ClearHotKeys(enum THotKey)
sl@0
   566
	_asm mov eax, 61
sl@0
   567
	_asm jmp common_dispatch
sl@0
   568
	}
sl@0
   569
sl@0
   570
__declspec(dllexport)
sl@0
   571
__declspec(naked)
sl@0
   572
void call_vector_62 ()
sl@0
   573
	{
sl@0
   574
	// ; public: void __thiscall RWsSession::ClearSystemPointerCursor(int)
sl@0
   575
	_asm mov eax, 62
sl@0
   576
	_asm jmp common_dispatch
sl@0
   577
	}
sl@0
   578
sl@0
   579
__declspec(dllexport)
sl@0
   580
__declspec(naked)
sl@0
   581
void call_vector_63 ()
sl@0
   582
	{
sl@0
   583
	// ; public: virtual void __thiscall RAnim::Close(void)
sl@0
   584
	_asm mov eax, 63
sl@0
   585
	_asm jmp common_dispatch
sl@0
   586
	}
sl@0
   587
sl@0
   588
__declspec(dllexport)
sl@0
   589
__declspec(naked)
sl@0
   590
void call_vector_64 ()
sl@0
   591
	{
sl@0
   592
	// ; public: virtual void __thiscall RAnimDll::Close(void)
sl@0
   593
	_asm mov eax, 64
sl@0
   594
	_asm jmp common_dispatch
sl@0
   595
	}
sl@0
   596
sl@0
   597
__declspec(dllexport)
sl@0
   598
__declspec(naked)
sl@0
   599
void call_vector_65 ()
sl@0
   600
	{
sl@0
   601
	// ; public: void __thiscall RWindowTreeNode::Close(void)
sl@0
   602
	_asm mov eax, 65
sl@0
   603
	_asm jmp common_dispatch
sl@0
   604
	}
sl@0
   605
sl@0
   606
__declspec(dllexport)
sl@0
   607
__declspec(naked)
sl@0
   608
void call_vector_66 ()
sl@0
   609
	{
sl@0
   610
	// ; public: void __thiscall RWsSpriteBase::Close(void)
sl@0
   611
	_asm mov eax, 66
sl@0
   612
	_asm jmp common_dispatch
sl@0
   613
	}
sl@0
   614
sl@0
   615
__declspec(dllexport)
sl@0
   616
__declspec(naked)
sl@0
   617
void call_vector_67 ()
sl@0
   618
	{
sl@0
   619
	// ; protected: void __thiscall RAnim::Command(int)
sl@0
   620
	_asm mov eax, 67
sl@0
   621
	_asm jmp common_dispatch
sl@0
   622
	}
sl@0
   623
sl@0
   624
__declspec(dllexport)
sl@0
   625
__declspec(naked)
sl@0
   626
void call_vector_68 ()
sl@0
   627
	{
sl@0
   628
	// ; protected: void __thiscall RAnim::Command(int,class TPtrC8 const &)
sl@0
   629
	_asm mov eax, 68
sl@0
   630
	_asm jmp common_dispatch
sl@0
   631
	}
sl@0
   632
sl@0
   633
__declspec(dllexport)
sl@0
   634
__declspec(naked)
sl@0
   635
void call_vector_69 ()
sl@0
   636
	{
sl@0
   637
	// ; protected: int __thiscall RAnim::CommandReply(int)
sl@0
   638
	_asm mov eax, 69
sl@0
   639
	_asm jmp common_dispatch
sl@0
   640
	}
sl@0
   641
sl@0
   642
__declspec(dllexport)
sl@0
   643
__declspec(naked)
sl@0
   644
void call_vector_70 ()
sl@0
   645
	{
sl@0
   646
	// ; protected: int __thiscall RAnim::CommandReply(int,class TPtrC8 const &)
sl@0
   647
	_asm mov eax, 70
sl@0
   648
	_asm jmp common_dispatch
sl@0
   649
	}
sl@0
   650
sl@0
   651
__declspec(dllexport)
sl@0
   652
__declspec(naked)
sl@0
   653
void call_vector_71 ()
sl@0
   654
	{
sl@0
   655
	// ; public: void __thiscall RWsSession::ComputeMode(enum RWsSession::TComputeMode)
sl@0
   656
	_asm mov eax, 71
sl@0
   657
	_asm jmp common_dispatch
sl@0
   658
	}
sl@0
   659
sl@0
   660
__declspec(dllexport)
sl@0
   661
__declspec(naked)
sl@0
   662
void call_vector_72 ()
sl@0
   663
	{
sl@0
   664
	// ; public: int __thiscall RWsSession::Connect(void)
sl@0
   665
	_asm mov eax, 72
sl@0
   666
	_asm jmp common_dispatch
sl@0
   667
	}
sl@0
   668
sl@0
   669
__declspec(dllexport)
sl@0
   670
__declspec(naked)
sl@0
   671
void call_vector_73 ()
sl@0
   672
	{
sl@0
   673
	// ; public: virtual int __thiscall CWindowGc::Construct(void)
sl@0
   674
	_asm mov eax, 73
sl@0
   675
	_asm jmp common_dispatch
sl@0
   676
	}
sl@0
   677
sl@0
   678
__declspec(dllexport)
sl@0
   679
__declspec(naked)
sl@0
   680
void call_vector_74 ()
sl@0
   681
	{
sl@0
   682
	// ; public: int __thiscall CWsScreenDevice::Construct(void)
sl@0
   683
	_asm mov eax, 74
sl@0
   684
	_asm jmp common_dispatch
sl@0
   685
	}
sl@0
   686
sl@0
   687
__declspec(dllexport)
sl@0
   688
__declspec(naked)
sl@0
   689
void call_vector_75 ()
sl@0
   690
	{
sl@0
   691
	// ; protected: int __thiscall RAnim::Construct(class RWindowBase const &,int,class TDesC8 const &)
sl@0
   692
	_asm mov eax, 75
sl@0
   693
	_asm jmp common_dispatch
sl@0
   694
	}
sl@0
   695
sl@0
   696
__declspec(dllexport)
sl@0
   697
__declspec(naked)
sl@0
   698
void call_vector_76 ()
sl@0
   699
	{
sl@0
   700
	// ; public: int __thiscall RBackedUpWindow::Construct(class RWindowTreeNode const &,enum TDisplayMode,unsigned long)
sl@0
   701
	_asm mov eax, 76
sl@0
   702
	_asm jmp common_dispatch
sl@0
   703
	}
sl@0
   704
sl@0
   705
__declspec(dllexport)
sl@0
   706
__declspec(naked)
sl@0
   707
void call_vector_77 ()
sl@0
   708
	{
sl@0
   709
	// ; public: int __thiscall RBlankWindow::Construct(class RWindowTreeNode const &,unsigned long)
sl@0
   710
	_asm mov eax, 77
sl@0
   711
	_asm jmp common_dispatch
sl@0
   712
	}
sl@0
   713
sl@0
   714
__declspec(dllexport)
sl@0
   715
__declspec(naked)
sl@0
   716
void call_vector_78 ()
sl@0
   717
	{
sl@0
   718
	// ; public: int __thiscall RWindow::Construct(class RWindowTreeNode const &,unsigned long)
sl@0
   719
	_asm mov eax, 78
sl@0
   720
	_asm jmp common_dispatch
sl@0
   721
	}
sl@0
   722
sl@0
   723
__declspec(dllexport)
sl@0
   724
__declspec(naked)
sl@0
   725
void call_vector_79 ()
sl@0
   726
	{
sl@0
   727
	// ; public: int __thiscall RWindowGroup::Construct(unsigned long)
sl@0
   728
	_asm mov eax, 79
sl@0
   729
	_asm jmp common_dispatch
sl@0
   730
	}
sl@0
   731
sl@0
   732
__declspec(dllexport)
sl@0
   733
__declspec(naked)
sl@0
   734
void call_vector_80 ()
sl@0
   735
	{
sl@0
   736
	// ; public: int __thiscall RWindowGroup::Construct(unsigned long,int)
sl@0
   737
	_asm mov eax, 80
sl@0
   738
	_asm jmp common_dispatch
sl@0
   739
	}
sl@0
   740
sl@0
   741
__declspec(dllexport)
sl@0
   742
__declspec(naked)
sl@0
   743
void call_vector_81 ()
sl@0
   744
	{
sl@0
   745
	// ; public: int __thiscall RWsPointerCursor::Construct(int)
sl@0
   746
	_asm mov eax, 81
sl@0
   747
	_asm jmp common_dispatch
sl@0
   748
	}
sl@0
   749
sl@0
   750
__declspec(dllexport)
sl@0
   751
__declspec(naked)
sl@0
   752
void call_vector_82 ()
sl@0
   753
	{
sl@0
   754
	// ; public: int __thiscall RWsSprite::Construct(class RWindowTreeNode &,class TPoint const &,int)
sl@0
   755
	_asm mov eax, 82
sl@0
   756
	_asm jmp common_dispatch
sl@0
   757
	}
sl@0
   758
sl@0
   759
__declspec(dllexport)
sl@0
   760
__declspec(naked)
sl@0
   761
void call_vector_83 ()
sl@0
   762
	{
sl@0
   763
	// ; public: virtual void __thiscall CWindowGc::CopyRect(class TPoint const &,class TRect const &)
sl@0
   764
	_asm mov eax, 83
sl@0
   765
	_asm jmp common_dispatch
sl@0
   766
	}
sl@0
   767
sl@0
   768
__declspec(dllexport)
sl@0
   769
__declspec(naked)
sl@0
   770
void call_vector_84 ()
sl@0
   771
	{
sl@0
   772
	// ; public: int __thiscall CWsScreenDevice::CopyScreenToBitmap(class CFbsBitmap const *)const 
sl@0
   773
	_asm mov eax, 84
sl@0
   774
	_asm jmp common_dispatch
sl@0
   775
	}
sl@0
   776
sl@0
   777
__declspec(dllexport)
sl@0
   778
__declspec(naked)
sl@0
   779
void call_vector_85 ()
sl@0
   780
	{
sl@0
   781
	// ; public: int __thiscall CWsScreenDevice::CopyScreenToBitmap(class CFbsBitmap const *,class TRect const &)const 
sl@0
   782
	_asm mov eax, 85
sl@0
   783
	_asm jmp common_dispatch
sl@0
   784
	}
sl@0
   785
sl@0
   786
__declspec(dllexport)
sl@0
   787
__declspec(naked)
sl@0
   788
void call_vector_86 ()
sl@0
   789
	{
sl@0
   790
	// ; public: int __thiscall CWsBitmap::Create(class TSize const &,enum TDisplayMode)
sl@0
   791
	_asm mov eax, 86
sl@0
   792
	_asm jmp common_dispatch
sl@0
   793
	}
sl@0
   794
sl@0
   795
__declspec(dllexport)
sl@0
   796
__declspec(naked)
sl@0
   797
void call_vector_87 ()
sl@0
   798
	{
sl@0
   799
	// ; public: virtual int __thiscall CWsScreenDevice::CreateContext(class CGraphicsContext * &)
sl@0
   800
	_asm mov eax, 87
sl@0
   801
	_asm jmp common_dispatch
sl@0
   802
	}
sl@0
   803
sl@0
   804
__declspec(dllexport)
sl@0
   805
__declspec(naked)
sl@0
   806
void call_vector_88 ()
sl@0
   807
	{
sl@0
   808
	// ; public: virtual void __thiscall CWindowGc::Deactivate(void)
sl@0
   809
	_asm mov eax, 88
sl@0
   810
	_asm jmp common_dispatch
sl@0
   811
	}
sl@0
   812
sl@0
   813
__declspec(dllexport)
sl@0
   814
__declspec(naked)
sl@0
   815
void call_vector_89 ()
sl@0
   816
	{
sl@0
   817
	// ; public: void __thiscall RWindowGroup::DefaultOwningWindow(void)
sl@0
   818
	_asm mov eax, 89
sl@0
   819
	_asm jmp common_dispatch
sl@0
   820
	}
sl@0
   821
sl@0
   822
__declspec(dllexport)
sl@0
   823
__declspec(naked)
sl@0
   824
void call_vector_90 ()
sl@0
   825
	{
sl@0
   826
	// ; public: void __thiscall RAnim::Destroy(void)
sl@0
   827
	_asm mov eax, 90
sl@0
   828
	_asm jmp common_dispatch
sl@0
   829
	}
sl@0
   830
sl@0
   831
__declspec(dllexport)
sl@0
   832
__declspec(naked)
sl@0
   833
void call_vector_91 ()
sl@0
   834
	{
sl@0
   835
	// ; public: void __thiscall RAnimDll::Destroy(void)
sl@0
   836
	_asm mov eax, 91
sl@0
   837
	_asm jmp common_dispatch
sl@0
   838
	}
sl@0
   839
sl@0
   840
__declspec(dllexport)
sl@0
   841
__declspec(naked)
sl@0
   842
void call_vector_92 ()
sl@0
   843
	{
sl@0
   844
	// ; public: void __thiscall RWindowTreeNode::Destroy(void)
sl@0
   845
	_asm mov eax, 92
sl@0
   846
	_asm jmp common_dispatch
sl@0
   847
	}
sl@0
   848
sl@0
   849
__declspec(dllexport)
sl@0
   850
__declspec(naked)
sl@0
   851
void call_vector_93 ()
sl@0
   852
	{
sl@0
   853
	// ; public: virtual class CGraphicsDevice * __thiscall CWindowGc::Device(void)const 
sl@0
   854
	_asm mov eax, 93
sl@0
   855
	_asm jmp common_dispatch
sl@0
   856
	}
sl@0
   857
sl@0
   858
__declspec(dllexport)
sl@0
   859
__declspec(naked)
sl@0
   860
void call_vector_94 ()
sl@0
   861
	{
sl@0
   862
	// ; public: void __thiscall RWindowTreeNode::DisableGroupChangeEvents(void)
sl@0
   863
	_asm mov eax, 94
sl@0
   864
	_asm jmp common_dispatch
sl@0
   865
	}
sl@0
   866
sl@0
   867
__declspec(dllexport)
sl@0
   868
__declspec(naked)
sl@0
   869
void call_vector_95 ()
sl@0
   870
	{
sl@0
   871
	// ; public: void __thiscall RWindowGroup::DisableKeyClick(int)
sl@0
   872
	_asm mov eax, 95
sl@0
   873
	_asm jmp common_dispatch
sl@0
   874
	}
sl@0
   875
sl@0
   876
__declspec(dllexport)
sl@0
   877
__declspec(naked)
sl@0
   878
void call_vector_96 ()
sl@0
   879
	{
sl@0
   880
	// ; public: void __thiscall RWindowTreeNode::DisableModifierChangedEvents(void)
sl@0
   881
	_asm mov eax, 96
sl@0
   882
	_asm jmp common_dispatch
sl@0
   883
	}
sl@0
   884
sl@0
   885
__declspec(dllexport)
sl@0
   886
__declspec(naked)
sl@0
   887
void call_vector_97 ()
sl@0
   888
	{
sl@0
   889
	// ; public: void __thiscall RWindowTreeNode::DisableOnEvents(void)
sl@0
   890
	_asm mov eax, 97
sl@0
   891
	_asm jmp common_dispatch
sl@0
   892
	}
sl@0
   893
sl@0
   894
__declspec(dllexport)
sl@0
   895
__declspec(naked)
sl@0
   896
void call_vector_98 ()
sl@0
   897
	{
sl@0
   898
	// ; public: void __thiscall RWindowTreeNode::DisableErrorMessages(void)
sl@0
   899
	_asm mov eax, 98
sl@0
   900
	_asm jmp common_dispatch
sl@0
   901
	}
sl@0
   902
sl@0
   903
__declspec(dllexport)
sl@0
   904
__declspec(naked)
sl@0
   905
void call_vector_99 ()
sl@0
   906
	{
sl@0
   907
	// ; public: void __thiscall RWindowBase::DisablePointerMoveBuffer(void)
sl@0
   908
	_asm mov eax, 99
sl@0
   909
	_asm jmp common_dispatch
sl@0
   910
	}
sl@0
   911
sl@0
   912
__declspec(dllexport)
sl@0
   913
__declspec(naked)
sl@0
   914
void call_vector_100 ()
sl@0
   915
	{
sl@0
   916
	// ; public: virtual void __thiscall CWindowGc::DiscardBrushPattern(void)
sl@0
   917
	_asm mov eax, 100
sl@0
   918
	_asm jmp common_dispatch
sl@0
   919
	}
sl@0
   920
sl@0
   921
__declspec(dllexport)
sl@0
   922
__declspec(naked)
sl@0
   923
void call_vector_101 ()
sl@0
   924
	{
sl@0
   925
	// ; public: virtual void __thiscall CWindowGc::DiscardFont(void)
sl@0
   926
	_asm mov eax, 101
sl@0
   927
	_asm jmp common_dispatch
sl@0
   928
	}
sl@0
   929
sl@0
   930
__declspec(dllexport)
sl@0
   931
__declspec(naked)
sl@0
   932
void call_vector_102 ()
sl@0
   933
	{
sl@0
   934
	// ; public: void __thiscall RWindowBase::DiscardPointerMoveBuffer(void)
sl@0
   935
	_asm mov eax, 102
sl@0
   936
	_asm jmp common_dispatch
sl@0
   937
	}
sl@0
   938
sl@0
   939
__declspec(dllexport)
sl@0
   940
__declspec(naked)
sl@0
   941
void call_vector_103 ()
sl@0
   942
	{
sl@0
   943
	// ; public: void __thiscall RWsSession::Close(void)
sl@0
   944
	_asm mov eax, 103
sl@0
   945
	_asm jmp common_dispatch
sl@0
   946
	}
sl@0
   947
sl@0
   948
__declspec(dllexport)
sl@0
   949
__declspec(naked)
sl@0
   950
void call_vector_104 ()
sl@0
   951
	{
sl@0
   952
	// ; public: virtual enum TDisplayMode  __thiscall CWsScreenDevice::DisplayMode(void)const 
sl@0
   953
	_asm mov eax, 104
sl@0
   954
	_asm jmp common_dispatch
sl@0
   955
	}
sl@0
   956
sl@0
   957
__declspec(dllexport)
sl@0
   958
__declspec(naked)
sl@0
   959
void call_vector_105 ()
sl@0
   960
	{
sl@0
   961
	// ; public: virtual void __thiscall CWindowGc::DrawArc(class TRect const &,class TPoint const &,class TPoint const &)
sl@0
   962
	_asm mov eax, 105
sl@0
   963
	_asm jmp common_dispatch
sl@0
   964
	}
sl@0
   965
sl@0
   966
__declspec(dllexport)
sl@0
   967
__declspec(naked)
sl@0
   968
void call_vector_106 ()
sl@0
   969
	{
sl@0
   970
	// ; public: virtual void __thiscall CWindowGc::DrawBitmap(class TPoint const &,class CFbsBitmap const *)
sl@0
   971
	_asm mov eax, 106
sl@0
   972
	_asm jmp common_dispatch
sl@0
   973
	}
sl@0
   974
sl@0
   975
__declspec(dllexport)
sl@0
   976
__declspec(naked)
sl@0
   977
void call_vector_107 ()
sl@0
   978
	{
sl@0
   979
	// ; public: virtual void __thiscall CWindowGc::DrawBitmap(class TRect const &,class CFbsBitmap const *,class TRect const &)
sl@0
   980
	_asm mov eax, 107
sl@0
   981
	_asm jmp common_dispatch
sl@0
   982
	}
sl@0
   983
sl@0
   984
__declspec(dllexport)
sl@0
   985
__declspec(naked)
sl@0
   986
void call_vector_108 ()
sl@0
   987
	{
sl@0
   988
	// ; public: virtual void __thiscall CWindowGc::DrawBitmap(class TRect const &,class CFbsBitmap const *)
sl@0
   989
	_asm mov eax, 108
sl@0
   990
	_asm jmp common_dispatch
sl@0
   991
	}
sl@0
   992
sl@0
   993
__declspec(dllexport)
sl@0
   994
__declspec(naked)
sl@0
   995
void call_vector_109 ()
sl@0
   996
	{
sl@0
   997
	// ; public: virtual void __thiscall CWindowGc::DrawEllipse(class TRect const &)
sl@0
   998
	_asm mov eax, 109
sl@0
   999
	_asm jmp common_dispatch
sl@0
  1000
	}
sl@0
  1001
sl@0
  1002
__declspec(dllexport)
sl@0
  1003
__declspec(naked)
sl@0
  1004
void call_vector_110 ()
sl@0
  1005
	{
sl@0
  1006
	// ; public: virtual void __thiscall CWindowGc::DrawLine(class TPoint const &,class TPoint const &)
sl@0
  1007
	_asm mov eax, 110
sl@0
  1008
	_asm jmp common_dispatch
sl@0
  1009
	}
sl@0
  1010
sl@0
  1011
__declspec(dllexport)
sl@0
  1012
__declspec(naked)
sl@0
  1013
void call_vector_111 ()
sl@0
  1014
	{
sl@0
  1015
	// ; public: virtual void __thiscall CWindowGc::DrawLineBy(class TPoint const &)
sl@0
  1016
	_asm mov eax, 111
sl@0
  1017
	_asm jmp common_dispatch
sl@0
  1018
	}
sl@0
  1019
sl@0
  1020
__declspec(dllexport)
sl@0
  1021
__declspec(naked)
sl@0
  1022
void call_vector_112 ()
sl@0
  1023
	{
sl@0
  1024
	// ; public: virtual void __thiscall CWindowGc::DrawLineTo(class TPoint const &)
sl@0
  1025
	_asm mov eax, 112
sl@0
  1026
	_asm jmp common_dispatch
sl@0
  1027
	}
sl@0
  1028
sl@0
  1029
__declspec(dllexport)
sl@0
  1030
__declspec(naked)
sl@0
  1031
void call_vector_113 ()
sl@0
  1032
	{
sl@0
  1033
	// ; public: virtual void __thiscall CWindowGc::DrawPie(class TRect const &,class TPoint const &,class TPoint const &)
sl@0
  1034
	_asm mov eax, 113
sl@0
  1035
	_asm jmp common_dispatch
sl@0
  1036
	}
sl@0
  1037
sl@0
  1038
__declspec(dllexport)
sl@0
  1039
__declspec(naked)
sl@0
  1040
void call_vector_114 ()
sl@0
  1041
	{
sl@0
  1042
	// ; public: virtual void __thiscall CWindowGc::DrawPolyLine(class CArrayFix<class TPoint> const *)
sl@0
  1043
	_asm mov eax, 114
sl@0
  1044
	_asm jmp common_dispatch
sl@0
  1045
	}
sl@0
  1046
sl@0
  1047
__declspec(dllexport)
sl@0
  1048
__declspec(naked)
sl@0
  1049
void call_vector_115 ()
sl@0
  1050
	{
sl@0
  1051
	// ; public: virtual void __thiscall CWindowGc::DrawPolyLine(class TPoint const *,int)
sl@0
  1052
	_asm mov eax, 115
sl@0
  1053
	_asm jmp common_dispatch
sl@0
  1054
	}
sl@0
  1055
sl@0
  1056
__declspec(dllexport)
sl@0
  1057
__declspec(naked)
sl@0
  1058
void call_vector_116 ()
sl@0
  1059
	{
sl@0
  1060
	// ; public: virtual int __thiscall CWindowGc::DrawPolygon(class CArrayFix<class TPoint> const *,enum CGraphicsContext::TFillRule)
sl@0
  1061
	_asm mov eax, 116
sl@0
  1062
	_asm jmp common_dispatch
sl@0
  1063
	}
sl@0
  1064
sl@0
  1065
__declspec(dllexport)
sl@0
  1066
__declspec(naked)
sl@0
  1067
void call_vector_117 ()
sl@0
  1068
	{
sl@0
  1069
	// ; public: virtual int __thiscall CWindowGc::DrawPolygon(class TPoint const *,int,enum CGraphicsContext::TFillRule)
sl@0
  1070
	_asm mov eax, 117
sl@0
  1071
	_asm jmp common_dispatch
sl@0
  1072
	}
sl@0
  1073
sl@0
  1074
__declspec(dllexport)
sl@0
  1075
__declspec(naked)
sl@0
  1076
void call_vector_118 ()
sl@0
  1077
	{
sl@0
  1078
	// ; public: virtual void __thiscall CWindowGc::DrawRect(class TRect const &)
sl@0
  1079
	_asm mov eax, 118
sl@0
  1080
	_asm jmp common_dispatch
sl@0
  1081
	}
sl@0
  1082
sl@0
  1083
__declspec(dllexport)
sl@0
  1084
__declspec(naked)
sl@0
  1085
void call_vector_119 ()
sl@0
  1086
	{
sl@0
  1087
	// ; public: virtual void __thiscall CWindowGc::DrawRoundRect(class TRect const &,class TSize const &)
sl@0
  1088
	_asm mov eax, 119
sl@0
  1089
	_asm jmp common_dispatch
sl@0
  1090
	}
sl@0
  1091
sl@0
  1092
__declspec(dllexport)
sl@0
  1093
__declspec(naked)
sl@0
  1094
void call_vector_120 ()
sl@0
  1095
	{
sl@0
  1096
	// ; public: virtual void __thiscall CWindowGc::DrawText(class TDesC16 const &,class TPoint const &)
sl@0
  1097
	_asm mov eax, 120
sl@0
  1098
	_asm jmp common_dispatch
sl@0
  1099
	}
sl@0
  1100
sl@0
  1101
__declspec(dllexport)
sl@0
  1102
__declspec(naked)
sl@0
  1103
void call_vector_121 ()
sl@0
  1104
	{
sl@0
  1105
	// ; public: virtual void __thiscall CWindowGc::DrawText(class TDesC16 const &,class TRect const &,int,enum CGraphicsContext::TTextAlign,int)
sl@0
  1106
	_asm mov eax, 121
sl@0
  1107
	_asm jmp common_dispatch
sl@0
  1108
	}
sl@0
  1109
sl@0
  1110
__declspec(dllexport)
sl@0
  1111
__declspec(naked)
sl@0
  1112
void call_vector_122 ()
sl@0
  1113
	{
sl@0
  1114
	// ; public: virtual void __thiscall CWindowGc::DrawTextVertical(class TDesC16 const &,class TPoint const &,int)
sl@0
  1115
	_asm mov eax, 122
sl@0
  1116
	_asm jmp common_dispatch
sl@0
  1117
	}
sl@0
  1118
sl@0
  1119
__declspec(dllexport)
sl@0
  1120
__declspec(naked)
sl@0
  1121
void call_vector_123 ()
sl@0
  1122
	{
sl@0
  1123
	// ; public: virtual void __thiscall CWindowGc::DrawTextVertical(class TDesC16 const &,class TRect const &,int,int,enum CGraphicsContext::TTextAlign,int)
sl@0
  1124
	_asm mov eax, 123
sl@0
  1125
	_asm jmp common_dispatch
sl@0
  1126
	}
sl@0
  1127
sl@0
  1128
__declspec(dllexport)
sl@0
  1129
__declspec(naked)
sl@0
  1130
void call_vector_124 ()
sl@0
  1131
	{
sl@0
  1132
	// ; public: int __thiscall CWsBitmap::Duplicate(int)
sl@0
  1133
	_asm mov eax, 124
sl@0
  1134
	_asm jmp common_dispatch
sl@0
  1135
	}
sl@0
  1136
sl@0
  1137
__declspec(dllexport)
sl@0
  1138
__declspec(naked)
sl@0
  1139
void call_vector_125 ()
sl@0
  1140
	{
sl@0
  1141
	// ; public: void __thiscall RWindowBase::EnableBackup(unsigned int)
sl@0
  1142
	_asm mov eax, 125
sl@0
  1143
	_asm jmp common_dispatch
sl@0
  1144
	}
sl@0
  1145
sl@0
  1146
__declspec(dllexport)
sl@0
  1147
__declspec(naked)
sl@0
  1148
void call_vector_126 ()
sl@0
  1149
	{
sl@0
  1150
	// ; public: int __thiscall RWindowTreeNode::EnableGroupChangeEvents(void)
sl@0
  1151
	_asm mov eax, 126
sl@0
  1152
	_asm jmp common_dispatch
sl@0
  1153
	}
sl@0
  1154
sl@0
  1155
__declspec(dllexport)
sl@0
  1156
__declspec(naked)
sl@0
  1157
void call_vector_127 ()
sl@0
  1158
	{
sl@0
  1159
	// ; public: int __thiscall RWindowTreeNode::EnableModifierChangedEvents(unsigned int,enum TEventControl)
sl@0
  1160
	_asm mov eax, 127
sl@0
  1161
	_asm jmp common_dispatch
sl@0
  1162
	}
sl@0
  1163
sl@0
  1164
__declspec(dllexport)
sl@0
  1165
__declspec(naked)
sl@0
  1166
void call_vector_128 ()
sl@0
  1167
	{
sl@0
  1168
	// ; public: int __thiscall RWindowTreeNode::EnableOnEvents(enum TEventControl)
sl@0
  1169
	_asm mov eax, 128
sl@0
  1170
	_asm jmp common_dispatch
sl@0
  1171
	}
sl@0
  1172
sl@0
  1173
__declspec(dllexport)
sl@0
  1174
__declspec(naked)
sl@0
  1175
void call_vector_129 ()
sl@0
  1176
	{
sl@0
  1177
	// ; public: int __thiscall RWindowTreeNode::EnableErrorMessages(enum TEventControl)
sl@0
  1178
	_asm mov eax, 129
sl@0
  1179
	_asm jmp common_dispatch
sl@0
  1180
	}
sl@0
  1181
sl@0
  1182
__declspec(dllexport)
sl@0
  1183
__declspec(naked)
sl@0
  1184
void call_vector_130 ()
sl@0
  1185
	{
sl@0
  1186
	// ; public: void __thiscall RWindowBase::EnablePointerMoveBuffer(void)
sl@0
  1187
	_asm mov eax, 130
sl@0
  1188
	_asm jmp common_dispatch
sl@0
  1189
	}
sl@0
  1190
sl@0
  1191
__declspec(dllexport)
sl@0
  1192
__declspec(naked)
sl@0
  1193
void call_vector_131 ()
sl@0
  1194
	{
sl@0
  1195
	// ; public: void __thiscall RWindowGroup::EnableReceiptOfFocus(int)
sl@0
  1196
	_asm mov eax, 131
sl@0
  1197
	_asm jmp common_dispatch
sl@0
  1198
	}
sl@0
  1199
sl@0
  1200
__declspec(dllexport)
sl@0
  1201
__declspec(naked)
sl@0
  1202
void call_vector_132 ()
sl@0
  1203
	{
sl@0
  1204
	// ; public: void __thiscall RWindow::EndRedraw(void)
sl@0
  1205
	_asm mov eax, 132
sl@0
  1206
	_asm jmp common_dispatch
sl@0
  1207
	}
sl@0
  1208
sl@0
  1209
__declspec(dllexport)
sl@0
  1210
__declspec(naked)
sl@0
  1211
void call_vector_133 ()
sl@0
  1212
	{
sl@0
  1213
	// ; public: void __thiscall RWsSession::EventReady(class TRequestStatus *)
sl@0
  1214
	_asm mov eax, 133
sl@0
  1215
	_asm jmp common_dispatch
sl@0
  1216
	}
sl@0
  1217
sl@0
  1218
__declspec(dllexport)
sl@0
  1219
__declspec(naked)
sl@0
  1220
void call_vector_134 ()
sl@0
  1221
	{
sl@0
  1222
	// ; public: void __thiscall RWsSession::EventReadyCancel(void)
sl@0
  1223
	_asm mov eax, 134
sl@0
  1224
	_asm jmp common_dispatch
sl@0
  1225
	}
sl@0
  1226
sl@0
  1227
__declspec(dllexport)
sl@0
  1228
__declspec(naked)
sl@0
  1229
void call_vector_135 ()
sl@0
  1230
	{
sl@0
  1231
	// ; int RWsSession::FetchMessage(class TUid &, class TPtr8 &, class TWsEvent const &) const
sl@0
  1232
	_asm mov eax, 135
sl@0
  1233
	_asm jmp common_dispatch
sl@0
  1234
	}
sl@0
  1235
sl@0
  1236
__declspec(dllexport)
sl@0
  1237
__declspec(naked)
sl@0
  1238
void call_vector_136 ()
sl@0
  1239
	{
sl@0
  1240
	// ; int RWsSession::FindWindowGroupIdentifier(int, class TDesC16 const &, int) const
sl@0
  1241
	_asm mov eax, 136
sl@0
  1242
	_asm jmp common_dispatch
sl@0
  1243
	}
sl@0
  1244
sl@0
  1245
__declspec(dllexport)
sl@0
  1246
__declspec(naked)
sl@0
  1247
void call_vector_137 ()
sl@0
  1248
	{
sl@0
  1249
	// ; int RWsSession::FindWindowGroupIdentifier(int, class TThreadId) const
sl@0
  1250
	_asm mov eax, 137
sl@0
  1251
	_asm jmp common_dispatch
sl@0
  1252
	}
sl@0
  1253
sl@0
  1254
__declspec(dllexport)
sl@0
  1255
__declspec(naked)
sl@0
  1256
void call_vector_138 ()
sl@0
  1257
	{
sl@0
  1258
	// ; public: void __thiscall RWsSession::Flush(void)
sl@0
  1259
	_asm mov eax, 138
sl@0
  1260
	_asm jmp common_dispatch
sl@0
  1261
	}
sl@0
  1262
sl@0
  1263
__declspec(dllexport)
sl@0
  1264
__declspec(naked)
sl@0
  1265
void call_vector_139 ()
sl@0
  1266
	{
sl@0
  1267
	// ; public: virtual int __thiscall CWsScreenDevice::FontHeightInPixels(int,int)const 
sl@0
  1268
	_asm mov eax, 139
sl@0
  1269
	_asm jmp common_dispatch
sl@0
  1270
	}
sl@0
  1271
sl@0
  1272
__declspec(dllexport)
sl@0
  1273
__declspec(naked)
sl@0
  1274
void call_vector_140 ()
sl@0
  1275
	{
sl@0
  1276
	// ; public: virtual int __thiscall CWsScreenDevice::FontHeightInTwips(int,int)const 
sl@0
  1277
	_asm mov eax, 140
sl@0
  1278
	_asm jmp common_dispatch
sl@0
  1279
	}
sl@0
  1280
sl@0
  1281
__declspec(dllexport)
sl@0
  1282
__declspec(naked)
sl@0
  1283
void call_vector_141 ()
sl@0
  1284
	{
sl@0
  1285
	// ; public: void __thiscall RWindowBase::FreePointerMoveBuffer(void)
sl@0
  1286
	_asm mov eax, 141
sl@0
  1287
	_asm jmp common_dispatch
sl@0
  1288
	}
sl@0
  1289
sl@0
  1290
__declspec(dllexport)
sl@0
  1291
__declspec(naked)
sl@0
  1292
void call_vector_142 ()
sl@0
  1293
	{
sl@0
  1294
	// ; public: void __thiscall RWsSession::FreeSystemPointerCursorList(void)
sl@0
  1295
	_asm mov eax, 142
sl@0
  1296
	_asm jmp common_dispatch
sl@0
  1297
	}
sl@0
  1298
sl@0
  1299
__declspec(dllexport)
sl@0
  1300
__declspec(naked)
sl@0
  1301
void call_vector_143 ()
sl@0
  1302
	{
sl@0
  1303
	// ; public: int __thiscall RWindowTreeNode::FullOrdinalPosition(void)const 
sl@0
  1304
	_asm mov eax, 143
sl@0
  1305
	_asm jmp common_dispatch
sl@0
  1306
	}
sl@0
  1307
sl@0
  1308
__declspec(dllexport)
sl@0
  1309
__declspec(naked)
sl@0
  1310
void call_vector_144 ()
sl@0
  1311
	{
sl@0
  1312
	// ; public: class TRgb  __thiscall RWsSession::GetBackgroundColor(void)const 
sl@0
  1313
	_asm mov eax, 144
sl@0
  1314
	_asm jmp common_dispatch
sl@0
  1315
	}
sl@0
  1316
sl@0
  1317
__declspec(dllexport)
sl@0
  1318
__declspec(naked)
sl@0
  1319
void call_vector_145 ()
sl@0
  1320
	{
sl@0
  1321
	// ; int RWsSession::GetDefaultOwningWindow(void) const
sl@0
  1322
	_asm mov eax, 145
sl@0
  1323
	_asm jmp common_dispatch
sl@0
  1324
	}
sl@0
  1325
sl@0
  1326
__declspec(dllexport)
sl@0
  1327
__declspec(naked)
sl@0
  1328
void call_vector_146 ()
sl@0
  1329
	{
sl@0
  1330
	// ; void RWsSession::GetDoubleClickSettings(class TTimeIntervalMicroSeconds32 &, int &) const
sl@0
  1331
	_asm mov eax, 146
sl@0
  1332
	_asm jmp common_dispatch
sl@0
  1333
	}
sl@0
  1334
sl@0
  1335
__declspec(dllexport)
sl@0
  1336
__declspec(naked)
sl@0
  1337
void call_vector_147 ()
sl@0
  1338
	{
sl@0
  1339
	// ; void RWsSession::GetEvent(class TWsEvent &) const
sl@0
  1340
	_asm mov eax, 147
sl@0
  1341
	_asm jmp common_dispatch
sl@0
  1342
	}
sl@0
  1343
sl@0
  1344
__declspec(dllexport)
sl@0
  1345
__declspec(naked)
sl@0
  1346
void call_vector_148 ()
sl@0
  1347
	{
sl@0
  1348
	// ; int RWsSession::GetFocusWindowGroup(void) const
sl@0
  1349
	_asm mov eax, 148
sl@0
  1350
	_asm jmp common_dispatch
sl@0
  1351
	}
sl@0
  1352
sl@0
  1353
__declspec(dllexport)
sl@0
  1354
__declspec(naked)
sl@0
  1355
void call_vector_149 ()
sl@0
  1356
	{
sl@0
  1357
	// ; public: int __thiscall CWsScreenDevice::GetFontById(class CFont * &,class TUid,class TAlgStyle const &)
sl@0
  1358
	_asm mov eax, 149
sl@0
  1359
	_asm jmp common_dispatch
sl@0
  1360
	}
sl@0
  1361
sl@0
  1362
__declspec(dllexport)
sl@0
  1363
__declspec(naked)
sl@0
  1364
void call_vector_150 ()
sl@0
  1365
	{
sl@0
  1366
	// ; void RWindow::GetInvalidRegion(class RRegion &) const
sl@0
  1367
	_asm mov eax, 150
sl@0
  1368
	_asm jmp common_dispatch
sl@0
  1369
	}
sl@0
  1370
sl@0
  1371
__declspec(dllexport)
sl@0
  1372
__declspec(naked)
sl@0
  1373
void call_vector_151 ()
sl@0
  1374
	{
sl@0
  1375
	// ; void RWsSession::GetKeyboardRepeatRate(class TTimeIntervalMicroSeconds32 &, class TTimeIntervalMicroSeconds32 &) const
sl@0
  1376
	_asm mov eax, 151
sl@0
  1377
	_asm jmp common_dispatch
sl@0
  1378
	}
sl@0
  1379
sl@0
  1380
__declspec(dllexport)
sl@0
  1381
__declspec(naked)
sl@0
  1382
void call_vector_152 ()
sl@0
  1383
	{
sl@0
  1384
	// ; public: int __thiscall RWsSession::GetModifierState(void)const 
sl@0
  1385
	_asm mov eax, 152
sl@0
  1386
	_asm jmp common_dispatch
sl@0
  1387
	}
sl@0
  1388
sl@0
  1389
__declspec(dllexport)
sl@0
  1390
__declspec(naked)
sl@0
  1391
void call_vector_153 ()
sl@0
  1392
	{
sl@0
  1393
	// ; public: virtual int __thiscall CWsScreenDevice::GetNearestFontInPixels(class CFont * &,class TFontSpec const &)
sl@0
  1394
	_asm mov eax, 153
sl@0
  1395
	_asm jmp common_dispatch
sl@0
  1396
	}
sl@0
  1397
sl@0
  1398
__declspec(dllexport)
sl@0
  1399
__declspec(naked)
sl@0
  1400
void call_vector_154 ()
sl@0
  1401
	{
sl@0
  1402
	// ; public: virtual int __thiscall CWsScreenDevice::GetNearestFontInTwips(class CFont * &,class TFontSpec const &)
sl@0
  1403
	_asm mov eax, 154
sl@0
  1404
	_asm jmp common_dispatch
sl@0
  1405
	}
sl@0
  1406
sl@0
  1407
__declspec(dllexport)
sl@0
  1408
__declspec(naked)
sl@0
  1409
void call_vector_155 ()
sl@0
  1410
	{
sl@0
  1411
	// ; public: virtual int __thiscall CWsScreenDevice::GetPalette(class CPalette * &)const 
sl@0
  1412
	_asm mov eax, 155
sl@0
  1413
	_asm jmp common_dispatch
sl@0
  1414
	}
sl@0
  1415
sl@0
  1416
__declspec(dllexport)
sl@0
  1417
__declspec(naked)
sl@0
  1418
void call_vector_156 ()
sl@0
  1419
	{
sl@0
  1420
	// ; public: virtual void __thiscall CWsScreenDevice::GetPixel(class TRgb &,class TPoint const &)const 
sl@0
  1421
	_asm mov eax, 156
sl@0
  1422
	_asm jmp common_dispatch
sl@0
  1423
	}
sl@0
  1424
sl@0
  1425
__declspec(dllexport)
sl@0
  1426
__declspec(naked)
sl@0
  1427
void call_vector_157 ()
sl@0
  1428
	{
sl@0
  1429
	// ; void RWsSession::GetPriorityKey(class TWsPriorityKeyEvent &) const
sl@0
  1430
	_asm mov eax, 157
sl@0
  1431
	_asm jmp common_dispatch
sl@0
  1432
	}
sl@0
  1433
sl@0
  1434
__declspec(dllexport)
sl@0
  1435
__declspec(naked)
sl@0
  1436
void call_vector_158 ()
sl@0
  1437
	{
sl@0
  1438
	// ; public: void __thiscall RWsSession::GetRedraw(class TWsRedrawEvent &)
sl@0
  1439
	_asm mov eax, 158
sl@0
  1440
	_asm jmp common_dispatch
sl@0
  1441
	}
sl@0
  1442
sl@0
  1443
__declspec(dllexport)
sl@0
  1444
__declspec(naked)
sl@0
  1445
void call_vector_159 ()
sl@0
  1446
	{
sl@0
  1447
	// ; public: virtual void __thiscall CWsScreenDevice::GetScanLine(class TDes8 &,class TPoint const &,int,enum TDisplayMode)const 
sl@0
  1448
	_asm mov eax, 159
sl@0
  1449
	_asm jmp common_dispatch
sl@0
  1450
	}
sl@0
  1451
sl@0
  1452
__declspec(dllexport)
sl@0
  1453
__declspec(naked)
sl@0
  1454
void call_vector_160 ()
sl@0
  1455
	{
sl@0
  1456
	// ; int RWsSession::GetWindowGroupClientThreadId(int, class TThreadId &) const
sl@0
  1457
	_asm mov eax, 160
sl@0
  1458
	_asm jmp common_dispatch
sl@0
  1459
	}
sl@0
  1460
sl@0
  1461
__declspec(dllexport)
sl@0
  1462
__declspec(naked)
sl@0
  1463
void call_vector_161 ()
sl@0
  1464
	{
sl@0
  1465
	// ; int RWsSession::GetWindowGroupHandle(int) const
sl@0
  1466
	_asm mov eax, 161
sl@0
  1467
	_asm jmp common_dispatch
sl@0
  1468
	}
sl@0
  1469
sl@0
  1470
__declspec(dllexport)
sl@0
  1471
__declspec(naked)
sl@0
  1472
void call_vector_162 ()
sl@0
  1473
	{
sl@0
  1474
	// ; int RWsSession::GetWindowGroupNameFromIdentifier(int, class TDes16 &) const
sl@0
  1475
	_asm mov eax, 162
sl@0
  1476
	_asm jmp common_dispatch
sl@0
  1477
	}
sl@0
  1478
sl@0
  1479
__declspec(dllexport)
sl@0
  1480
__declspec(naked)
sl@0
  1481
void call_vector_163 ()
sl@0
  1482
	{
sl@0
  1483
	// ; int RWsSession::GetWindowGroupOrdinalPriority(int) const
sl@0
  1484
	_asm mov eax, 163
sl@0
  1485
	_asm jmp common_dispatch
sl@0
  1486
	}
sl@0
  1487
sl@0
  1488
__declspec(dllexport)
sl@0
  1489
__declspec(naked)
sl@0
  1490
void call_vector_164 ()
sl@0
  1491
	{
sl@0
  1492
	// ; public: int __thiscall RWsSession::HeapCount(void)const 
sl@0
  1493
	_asm mov eax, 164
sl@0
  1494
	_asm jmp common_dispatch
sl@0
  1495
	}
sl@0
  1496
sl@0
  1497
__declspec(dllexport)
sl@0
  1498
__declspec(naked)
sl@0
  1499
void call_vector_165 ()
sl@0
  1500
	{
sl@0
  1501
	// ; public: void __thiscall RWsSession::HeapSetFail(int,int)
sl@0
  1502
	_asm mov eax, 165
sl@0
  1503
	_asm jmp common_dispatch
sl@0
  1504
	}
sl@0
  1505
sl@0
  1506
__declspec(dllexport)
sl@0
  1507
__declspec(naked)
sl@0
  1508
void call_vector_166 ()
sl@0
  1509
	{
sl@0
  1510
	// ; public: virtual int __thiscall CWsScreenDevice::HorizontalPixelsToTwips(int)const 
sl@0
  1511
	_asm mov eax, 166
sl@0
  1512
	_asm jmp common_dispatch
sl@0
  1513
	}
sl@0
  1514
sl@0
  1515
__declspec(dllexport)
sl@0
  1516
__declspec(naked)
sl@0
  1517
void call_vector_167 ()
sl@0
  1518
	{
sl@0
  1519
	// ; public: virtual int __thiscall CWsScreenDevice::HorizontalTwipsToPixels(int)const 
sl@0
  1520
	_asm mov eax, 167
sl@0
  1521
	_asm jmp common_dispatch
sl@0
  1522
	}
sl@0
  1523
sl@0
  1524
__declspec(dllexport)
sl@0
  1525
__declspec(naked)
sl@0
  1526
void call_vector_168 ()
sl@0
  1527
	{
sl@0
  1528
	// ; public: int __thiscall RWindowGroup::Identifier(void)const 
sl@0
  1529
	_asm mov eax, 168
sl@0
  1530
	_asm jmp common_dispatch
sl@0
  1531
	}
sl@0
  1532
sl@0
  1533
__declspec(dllexport)
sl@0
  1534
__declspec(naked)
sl@0
  1535
void call_vector_169 ()
sl@0
  1536
	{
sl@0
  1537
	// ; public: class TPoint  __thiscall RWindowBase::InquireOffset(class RWindowTreeNode const &)const 
sl@0
  1538
	_asm mov eax, 169
sl@0
  1539
	_asm jmp common_dispatch
sl@0
  1540
	}
sl@0
  1541
sl@0
  1542
__declspec(dllexport)
sl@0
  1543
__declspec(naked)
sl@0
  1544
void call_vector_170 ()
sl@0
  1545
	{
sl@0
  1546
	// ; public: void __thiscall CWsBitmap::InternalizeL(class RReadStream &)
sl@0
  1547
	_asm mov eax, 170
sl@0
  1548
	_asm jmp common_dispatch
sl@0
  1549
	}
sl@0
  1550
sl@0
  1551
__declspec(dllexport)
sl@0
  1552
__declspec(naked)
sl@0
  1553
void call_vector_171 ()
sl@0
  1554
	{
sl@0
  1555
	// ; public: void __thiscall RWindow::Invalidate(class TRect const &)
sl@0
  1556
	_asm mov eax, 171
sl@0
  1557
	_asm jmp common_dispatch
sl@0
  1558
	}
sl@0
  1559
sl@0
  1560
__declspec(dllexport)
sl@0
  1561
__declspec(naked)
sl@0
  1562
void call_vector_172 ()
sl@0
  1563
	{
sl@0
  1564
	// ; public: void __thiscall RWindow::Invalidate(void)
sl@0
  1565
	_asm mov eax, 172
sl@0
  1566
	_asm jmp common_dispatch
sl@0
  1567
	}
sl@0
  1568
sl@0
  1569
__declspec(dllexport)
sl@0
  1570
__declspec(naked)
sl@0
  1571
void call_vector_173 ()
sl@0
  1572
	{
sl@0
  1573
	// ; public: int __thiscall CWsBitmap::Load(class TDesC16 const &,long,int)
sl@0
  1574
	_asm mov eax, 173
sl@0
  1575
	_asm jmp common_dispatch
sl@0
  1576
	}
sl@0
  1577
sl@0
  1578
__declspec(dllexport)
sl@0
  1579
__declspec(naked)
sl@0
  1580
void call_vector_174 ()
sl@0
  1581
	{
sl@0
  1582
	// ; public: int __thiscall RAnimDll::Load(class TDesC16 const &)
sl@0
  1583
	_asm mov eax, 174
sl@0
  1584
	_asm jmp common_dispatch
sl@0
  1585
	}
sl@0
  1586
sl@0
  1587
__declspec(dllexport)
sl@0
  1588
__declspec(naked)
sl@0
  1589
void call_vector_175 ()
sl@0
  1590
	{
sl@0
  1591
	// ; public: void __thiscall RWsSession::LogMessage(class TBuf<128> const &)
sl@0
  1592
	_asm mov eax, 175
sl@0
  1593
	_asm jmp common_dispatch
sl@0
  1594
	}
sl@0
  1595
sl@0
  1596
__declspec(dllexport)
sl@0
  1597
__declspec(naked)
sl@0
  1598
void call_vector_176 ()
sl@0
  1599
	{
sl@0
  1600
	// ; public: void __thiscall RBackedUpWindow::MaintainBackup(void)
sl@0
  1601
	_asm mov eax, 176
sl@0
  1602
	_asm jmp common_dispatch
sl@0
  1603
	}
sl@0
  1604
sl@0
  1605
__declspec(dllexport)
sl@0
  1606
__declspec(naked)
sl@0
  1607
void call_vector_177 ()
sl@0
  1608
	{
sl@0
  1609
	// ; public: virtual void __thiscall CWindowGc::MapColors(class TRect const &,class TRgb const *,int,int)
sl@0
  1610
	_asm mov eax, 177
sl@0
  1611
	_asm jmp common_dispatch
sl@0
  1612
	}
sl@0
  1613
sl@0
  1614
__declspec(dllexport)
sl@0
  1615
__declspec(naked)
sl@0
  1616
void call_vector_178 ()
sl@0
  1617
	{
sl@0
  1618
	// ; public: virtual void __thiscall CWindowGc::MoveBy(class TPoint const &)
sl@0
  1619
	_asm mov eax, 178
sl@0
  1620
	_asm jmp common_dispatch
sl@0
  1621
	}
sl@0
  1622
sl@0
  1623
__declspec(dllexport)
sl@0
  1624
__declspec(naked)
sl@0
  1625
void call_vector_179 ()
sl@0
  1626
	{
sl@0
  1627
	// ; public: virtual void __thiscall CWindowGc::MoveTo(class TPoint const &)
sl@0
  1628
	_asm mov eax, 179
sl@0
  1629
	_asm jmp common_dispatch
sl@0
  1630
	}
sl@0
  1631
sl@0
  1632
__declspec(dllexport)
sl@0
  1633
__declspec(naked)
sl@0
  1634
void call_vector_180 ()
sl@0
  1635
	{
sl@0
  1636
	// ; public: int __thiscall RWindowGroup::Name(class TDes16 &)const 
sl@0
  1637
	_asm mov eax, 180
sl@0
  1638
	_asm jmp common_dispatch
sl@0
  1639
	}
sl@0
  1640
sl@0
  1641
__declspec(dllexport)
sl@0
  1642
__declspec(naked)
sl@0
  1643
void call_vector_181 ()
sl@0
  1644
	{
sl@0
  1645
	// ; public: unsigned long __thiscall RWindowTreeNode::NextSibling(void)const 
sl@0
  1646
	_asm mov eax, 181
sl@0
  1647
	_asm jmp common_dispatch
sl@0
  1648
	}
sl@0
  1649
sl@0
  1650
__declspec(dllexport)
sl@0
  1651
__declspec(naked)
sl@0
  1652
void call_vector_182 ()
sl@0
  1653
	{
sl@0
  1654
	// ; public: virtual int __thiscall CWsScreenDevice::NumTypefaces(void)const 
sl@0
  1655
	_asm mov eax, 182
sl@0
  1656
	_asm jmp common_dispatch
sl@0
  1657
	}
sl@0
  1658
sl@0
  1659
__declspec(dllexport)
sl@0
  1660
__declspec(naked)
sl@0
  1661
void call_vector_183 ()
sl@0
  1662
	{
sl@0
  1663
	// ; public: int __thiscall RWsSession::NumWindowGroups(int)const 
sl@0
  1664
	_asm mov eax, 183
sl@0
  1665
	_asm jmp common_dispatch
sl@0
  1666
	}
sl@0
  1667
sl@0
  1668
__declspec(dllexport)
sl@0
  1669
__declspec(naked)
sl@0
  1670
void call_vector_184 ()
sl@0
  1671
	{
sl@0
  1672
	// ; public: int __thiscall RWsSession::NumWindowGroups(void)const 
sl@0
  1673
	_asm mov eax, 184
sl@0
  1674
	_asm jmp common_dispatch
sl@0
  1675
	}
sl@0
  1676
sl@0
  1677
__declspec(dllexport)
sl@0
  1678
__declspec(naked)
sl@0
  1679
void call_vector_185 ()
sl@0
  1680
	{
sl@0
  1681
	// ; public: int __thiscall RWindowTreeNode::OrdinalPosition(void)const 
sl@0
  1682
	_asm mov eax, 185
sl@0
  1683
	_asm jmp common_dispatch
sl@0
  1684
	}
sl@0
  1685
sl@0
  1686
__declspec(dllexport)
sl@0
  1687
__declspec(naked)
sl@0
  1688
void call_vector_186 ()
sl@0
  1689
	{
sl@0
  1690
	// ; public: virtual void __thiscall CWsScreenDevice::PaletteAttributes(int &,int &)const 
sl@0
  1691
	_asm mov eax, 186
sl@0
  1692
	_asm jmp common_dispatch
sl@0
  1693
	}
sl@0
  1694
sl@0
  1695
__declspec(dllexport)
sl@0
  1696
__declspec(naked)
sl@0
  1697
void call_vector_187 ()
sl@0
  1698
	{
sl@0
  1699
	// ; public: unsigned long __thiscall RWindowTreeNode::Parent(void)const 
sl@0
  1700
	_asm mov eax, 187
sl@0
  1701
	_asm jmp common_dispatch
sl@0
  1702
	}
sl@0
  1703
sl@0
  1704
__declspec(dllexport)
sl@0
  1705
__declspec(naked)
sl@0
  1706
void call_vector_188 ()
sl@0
  1707
	{
sl@0
  1708
	// ; public: void __thiscall RWsSession::PasswordEntered(void)
sl@0
  1709
	_asm mov eax, 188
sl@0
  1710
	_asm jmp common_dispatch
sl@0
  1711
	}
sl@0
  1712
sl@0
  1713
__declspec(dllexport)
sl@0
  1714
__declspec(naked)
sl@0
  1715
void call_vector_189 ()
sl@0
  1716
	{
sl@0
  1717
	// ; public: int __thiscall RWindowBase::PasswordWindow(enum TPasswordMode)
sl@0
  1718
	_asm mov eax, 189
sl@0
  1719
	_asm jmp common_dispatch
sl@0
  1720
	}
sl@0
  1721
sl@0
  1722
__declspec(dllexport)
sl@0
  1723
__declspec(naked)
sl@0
  1724
void call_vector_190 ()
sl@0
  1725
	{
sl@0
  1726
	// ; public: virtual void __thiscall CWindowGc::Plot(class TPoint const &)
sl@0
  1727
	_asm mov eax, 190
sl@0
  1728
	_asm jmp common_dispatch
sl@0
  1729
	}
sl@0
  1730
sl@0
  1731
__declspec(dllexport)
sl@0
  1732
__declspec(naked)
sl@0
  1733
void call_vector_191 ()
sl@0
  1734
	{
sl@0
  1735
	// ; public: void __thiscall RWindowBase::PointerFilter(unsigned long,unsigned long)
sl@0
  1736
	_asm mov eax, 191
sl@0
  1737
	_asm jmp common_dispatch
sl@0
  1738
	}
sl@0
  1739
sl@0
  1740
__declspec(dllexport)
sl@0
  1741
__declspec(naked)
sl@0
  1742
void call_vector_192 ()
sl@0
  1743
	{
sl@0
  1744
	// ; public: class TRect  __thiscall CWsScreenDevice::PointerRect(void)const 
sl@0
  1745
	_asm mov eax, 192
sl@0
  1746
	_asm jmp common_dispatch
sl@0
  1747
	}
sl@0
  1748
sl@0
  1749
__declspec(dllexport)
sl@0
  1750
__declspec(naked)
sl@0
  1751
void call_vector_193 ()
sl@0
  1752
	{
sl@0
  1753
	// ; public: class TPoint  __thiscall RWindowBase::Position(void)const 
sl@0
  1754
	_asm mov eax, 193
sl@0
  1755
	_asm jmp common_dispatch
sl@0
  1756
	}
sl@0
  1757
sl@0
  1758
__declspec(dllexport)
sl@0
  1759
__declspec(naked)
sl@0
  1760
void call_vector_194 ()
sl@0
  1761
	{
sl@0
  1762
	// ; public: unsigned long __thiscall RWindowTreeNode::PrevSibling(void)const 
sl@0
  1763
	_asm mov eax, 194
sl@0
  1764
	_asm jmp common_dispatch
sl@0
  1765
	}
sl@0
  1766
sl@0
  1767
__declspec(dllexport)
sl@0
  1768
__declspec(naked)
sl@0
  1769
void call_vector_195 ()
sl@0
  1770
	{
sl@0
  1771
	// ; public: void __thiscall RWsSession::PriorityKeyReady(class TRequestStatus *)
sl@0
  1772
	_asm mov eax, 195
sl@0
  1773
	_asm jmp common_dispatch
sl@0
  1774
	}
sl@0
  1775
sl@0
  1776
__declspec(dllexport)
sl@0
  1777
__declspec(naked)
sl@0
  1778
void call_vector_196 ()
sl@0
  1779
	{
sl@0
  1780
	// ; public: void __thiscall RWsSession::PriorityKeyReadyCancel(void)
sl@0
  1781
	_asm mov eax, 196
sl@0
  1782
	_asm jmp common_dispatch
sl@0
  1783
	}
sl@0
  1784
sl@0
  1785
__declspec(dllexport)
sl@0
  1786
__declspec(naked)
sl@0
  1787
void call_vector_197 ()
sl@0
  1788
	{
sl@0
  1789
	// ; public: void __thiscall RWsSession::PurgePointerEvents(void)
sl@0
  1790
	_asm mov eax, 197
sl@0
  1791
	_asm jmp common_dispatch
sl@0
  1792
	}
sl@0
  1793
sl@0
  1794
__declspec(dllexport)
sl@0
  1795
__declspec(naked)
sl@0
  1796
void call_vector_198 ()
sl@0
  1797
	{
sl@0
  1798
	// ; int CWsScreenDevice::RectCompare(class TRect const &, class TRect const &) const
sl@0
  1799
	_asm mov eax, 198
sl@0
  1800
	_asm jmp common_dispatch
sl@0
  1801
	}
sl@0
  1802
sl@0
  1803
__declspec(dllexport)
sl@0
  1804
__declspec(naked)
sl@0
  1805
void call_vector_199 ()
sl@0
  1806
	{
sl@0
  1807
	// ; public: void __thiscall RWsSession::RedrawReady(class TRequestStatus *)
sl@0
  1808
	_asm mov eax, 199
sl@0
  1809
	_asm jmp common_dispatch
sl@0
  1810
	}
sl@0
  1811
sl@0
  1812
__declspec(dllexport)
sl@0
  1813
__declspec(naked)
sl@0
  1814
void call_vector_200 ()
sl@0
  1815
	{
sl@0
  1816
	// ; public: void __thiscall RWsSession::RedrawReadyCancel(void)
sl@0
  1817
	_asm mov eax, 200
sl@0
  1818
	_asm jmp common_dispatch
sl@0
  1819
	}
sl@0
  1820
sl@0
  1821
__declspec(dllexport)
sl@0
  1822
__declspec(naked)
sl@0
  1823
void call_vector_201 ()
sl@0
  1824
	{
sl@0
  1825
	// ; public: virtual void __thiscall CWsScreenDevice::ReleaseFont(class CFont *)
sl@0
  1826
	_asm mov eax, 201
sl@0
  1827
	_asm jmp common_dispatch
sl@0
  1828
	}
sl@0
  1829
sl@0
  1830
__declspec(dllexport)
sl@0
  1831
__declspec(naked)
sl@0
  1832
void call_vector_202 ()
sl@0
  1833
	{
sl@0
  1834
	// ; public: void __thiscall RWindowBase::RemoveAllKeyRects(void)
sl@0
  1835
	_asm mov eax, 202
sl@0
  1836
	_asm jmp common_dispatch
sl@0
  1837
	}
sl@0
  1838
sl@0
  1839
__declspec(dllexport)
sl@0
  1840
__declspec(naked)
sl@0
  1841
void call_vector_203 ()
sl@0
  1842
	{
sl@0
  1843
	// ; public: virtual void __thiscall CWsScreenDevice::RemoveFile(int)
sl@0
  1844
	_asm mov eax, 203
sl@0
  1845
	_asm jmp common_dispatch
sl@0
  1846
	}
sl@0
  1847
sl@0
  1848
__declspec(dllexport)
sl@0
  1849
__declspec(naked)
sl@0
  1850
void call_vector_204 ()
sl@0
  1851
	{
sl@0
  1852
	// ; public: void __thiscall RWindowGroup::RemovePriorityKey(unsigned int,unsigned int,unsigned int)
sl@0
  1853
	_asm mov eax, 204
sl@0
  1854
	_asm jmp common_dispatch
sl@0
  1855
	}
sl@0
  1856
sl@0
  1857
__declspec(dllexport)
sl@0
  1858
__declspec(naked)
sl@0
  1859
void call_vector_205 ()
sl@0
  1860
	{
sl@0
  1861
	// ; public: void __thiscall RWindowBase::RequestPointerRepeatEvent(class TTimeIntervalMicroSeconds32,class TRect const &)
sl@0
  1862
	_asm mov eax, 205
sl@0
  1863
	_asm jmp common_dispatch
sl@0
  1864
	}
sl@0
  1865
sl@0
  1866
__declspec(dllexport)
sl@0
  1867
__declspec(naked)
sl@0
  1868
void call_vector_206 ()
sl@0
  1869
	{
sl@0
  1870
	// ; public: virtual void __thiscall CWindowGc::Reset(void)
sl@0
  1871
	_asm mov eax, 206
sl@0
  1872
	_asm jmp common_dispatch
sl@0
  1873
	}
sl@0
  1874
sl@0
  1875
__declspec(dllexport)
sl@0
  1876
__declspec(naked)
sl@0
  1877
void call_vector_207 ()
sl@0
  1878
	{
sl@0
  1879
	// ; public: void __thiscall CWsBitmap::Reset(void)
sl@0
  1880
	_asm mov eax, 207
sl@0
  1881
	_asm jmp common_dispatch
sl@0
  1882
	}
sl@0
  1883
sl@0
  1884
__declspec(dllexport)
sl@0
  1885
__declspec(naked)
sl@0
  1886
void call_vector_208 ()
sl@0
  1887
	{
sl@0
  1888
	// ; int RWsSession::ResourceCount(void) const
sl@0
  1889
	_asm mov eax, 208
sl@0
  1890
	_asm jmp common_dispatch
sl@0
  1891
	}
sl@0
  1892
sl@0
  1893
__declspec(dllexport)
sl@0
  1894
__declspec(naked)
sl@0
  1895
void call_vector_209 ()
sl@0
  1896
	{
sl@0
  1897
	// ; public: int __thiscall RWsSession::RestoreDefaultHotKey(enum THotKey)
sl@0
  1898
	_asm mov eax, 209
sl@0
  1899
	_asm jmp common_dispatch
sl@0
  1900
	}
sl@0
  1901
sl@0
  1902
__declspec(dllexport)
sl@0
  1903
__declspec(naked)
sl@0
  1904
void call_vector_210 ()
sl@0
  1905
	{
sl@0
  1906
	// ; int RWindowBase::RetrievePointerMoveBuffer(class TDes8 &) const
sl@0
  1907
	_asm mov eax, 210
sl@0
  1908
	_asm jmp common_dispatch
sl@0
  1909
	}
sl@0
  1910
sl@0
  1911
__declspec(dllexport)
sl@0
  1912
__declspec(naked)
sl@0
  1913
void call_vector_211 ()
sl@0
  1914
	{
sl@0
  1915
	// ; public: void __thiscall RDrawableWindow::Scroll(class TPoint const &)
sl@0
  1916
	_asm mov eax, 211
sl@0
  1917
	_asm jmp common_dispatch
sl@0
  1918
	}
sl@0
  1919
sl@0
  1920
__declspec(dllexport)
sl@0
  1921
__declspec(naked)
sl@0
  1922
void call_vector_212 ()
sl@0
  1923
	{
sl@0
  1924
	// ; public: void __thiscall RDrawableWindow::Scroll(class TPoint const &,class TRect const &)
sl@0
  1925
	_asm mov eax, 212
sl@0
  1926
	_asm jmp common_dispatch
sl@0
  1927
	}
sl@0
  1928
sl@0
  1929
__declspec(dllexport)
sl@0
  1930
__declspec(naked)
sl@0
  1931
void call_vector_213 ()
sl@0
  1932
	{
sl@0
  1933
	// ; public: void __thiscall RDrawableWindow::Scroll(class TRect const &,class TPoint const &,class TRect const &)
sl@0
  1934
	_asm mov eax, 213
sl@0
  1935
	_asm jmp common_dispatch
sl@0
  1936
	}
sl@0
  1937
sl@0
  1938
__declspec(dllexport)
sl@0
  1939
__declspec(naked)
sl@0
  1940
void call_vector_214 ()
sl@0
  1941
	{
sl@0
  1942
	// ; public: void __thiscall RDrawableWindow::Scroll(class TRect const &,class TPoint const &)
sl@0
  1943
	_asm mov eax, 214
sl@0
  1944
	_asm jmp common_dispatch
sl@0
  1945
	}
sl@0
  1946
sl@0
  1947
__declspec(dllexport)
sl@0
  1948
__declspec(naked)
sl@0
  1949
void call_vector_215 ()
sl@0
  1950
	{
sl@0
  1951
	// ; public: int __thiscall RWsSession::SendEventToWindowGroup(int,class TWsEvent const &)
sl@0
  1952
	_asm mov eax, 215
sl@0
  1953
	_asm jmp common_dispatch
sl@0
  1954
	}
sl@0
  1955
sl@0
  1956
__declspec(dllexport)
sl@0
  1957
__declspec(naked)
sl@0
  1958
void call_vector_216 ()
sl@0
  1959
	{
sl@0
  1960
	// ; public: int __thiscall RWsSession::SendMessageToWindowGroup(int,class TUid,class TDesC8 const &)
sl@0
  1961
	_asm mov eax, 216
sl@0
  1962
	_asm jmp common_dispatch
sl@0
  1963
	}
sl@0
  1964
sl@0
  1965
__declspec(dllexport)
sl@0
  1966
__declspec(naked)
sl@0
  1967
void call_vector_217 ()
sl@0
  1968
	{
sl@0
  1969
	// ; public: int __thiscall RWsSession::SetAutoFlush(int)
sl@0
  1970
	_asm mov eax, 217
sl@0
  1971
	_asm jmp common_dispatch
sl@0
  1972
	}
sl@0
  1973
sl@0
  1974
__declspec(dllexport)
sl@0
  1975
__declspec(naked)
sl@0
  1976
void call_vector_218 ()
sl@0
  1977
	{
sl@0
  1978
	// ; public: void __thiscall RWindow::SetBackgroundColor(class TRgb)
sl@0
  1979
	_asm mov eax, 218
sl@0
  1980
	_asm jmp common_dispatch
sl@0
  1981
	}
sl@0
  1982
sl@0
  1983
__declspec(dllexport)
sl@0
  1984
__declspec(naked)
sl@0
  1985
void call_vector_219 ()
sl@0
  1986
	{
sl@0
  1987
	// ; public: void __thiscall RWindow::SetBackgroundColor(void)
sl@0
  1988
	_asm mov eax, 219
sl@0
  1989
	_asm jmp common_dispatch
sl@0
  1990
	}
sl@0
  1991
sl@0
  1992
__declspec(dllexport)
sl@0
  1993
__declspec(naked)
sl@0
  1994
void call_vector_220 ()
sl@0
  1995
	{
sl@0
  1996
	// ; public: void __thiscall RWsSession::SetBackgroundColor(class TRgb)
sl@0
  1997
	_asm mov eax, 220
sl@0
  1998
	_asm jmp common_dispatch
sl@0
  1999
	}
sl@0
  2000
sl@0
  2001
__declspec(dllexport)
sl@0
  2002
__declspec(naked)
sl@0
  2003
void call_vector_221 ()
sl@0
  2004
	{
sl@0
  2005
	// ; public: virtual void __thiscall CWindowGc::SetBrushColor(class TRgb const &)
sl@0
  2006
	_asm mov eax, 221
sl@0
  2007
	_asm jmp common_dispatch
sl@0
  2008
	}
sl@0
  2009
sl@0
  2010
__declspec(dllexport)
sl@0
  2011
__declspec(naked)
sl@0
  2012
void call_vector_222 ()
sl@0
  2013
	{
sl@0
  2014
	// ; public: virtual void __thiscall CWindowGc::SetBrushOrigin(class TPoint const &)
sl@0
  2015
	_asm mov eax, 222
sl@0
  2016
	_asm jmp common_dispatch
sl@0
  2017
	}
sl@0
  2018
sl@0
  2019
__declspec(dllexport)
sl@0
  2020
__declspec(naked)
sl@0
  2021
void call_vector_223 ()
sl@0
  2022
	{
sl@0
  2023
	// ; public: virtual void __thiscall CWindowGc::SetBrushStyle(enum CGraphicsContext::TBrushStyle)
sl@0
  2024
	_asm mov eax, 223
sl@0
  2025
	_asm jmp common_dispatch
sl@0
  2026
	}
sl@0
  2027
sl@0
  2028
__declspec(dllexport)
sl@0
  2029
__declspec(naked)
sl@0
  2030
void call_vector_224 ()
sl@0
  2031
	{
sl@0
  2032
	// ; public: virtual void __thiscall CWindowGc::SetCharJustification(int,int)
sl@0
  2033
	_asm mov eax, 224
sl@0
  2034
	_asm jmp common_dispatch
sl@0
  2035
	}
sl@0
  2036
sl@0
  2037
__declspec(dllexport)
sl@0
  2038
__declspec(naked)
sl@0
  2039
void call_vector_225 ()
sl@0
  2040
	{
sl@0
  2041
	// ; public: virtual void __thiscall CWindowGc::SetClippingRect(class TRect const &)
sl@0
  2042
	_asm mov eax, 225
sl@0
  2043
	_asm jmp common_dispatch
sl@0
  2044
	}
sl@0
  2045
sl@0
  2046
__declspec(dllexport)
sl@0
  2047
__declspec(naked)
sl@0
  2048
void call_vector_226 ()
sl@0
  2049
	{
sl@0
  2050
	// ; public: virtual int __thiscall CWindowGc::SetClippingRegion(class TRegion const &)
sl@0
  2051
	_asm mov eax, 226
sl@0
  2052
	_asm jmp common_dispatch
sl@0
  2053
	}
sl@0
  2054
sl@0
  2055
__declspec(dllexport)
sl@0
  2056
__declspec(naked)
sl@0
  2057
void call_vector_227 ()
sl@0
  2058
	{
sl@0
  2059
	// ; public: void __thiscall RBlankWindow::SetColor(class TRgb)
sl@0
  2060
	_asm mov eax, 227
sl@0
  2061
	_asm jmp common_dispatch
sl@0
  2062
	}
sl@0
  2063
sl@0
  2064
__declspec(dllexport)
sl@0
  2065
__declspec(naked)
sl@0
  2066
void call_vector_228 ()
sl@0
  2067
	{
sl@0
  2068
	// ; public: int __thiscall RWindowBase::SetCornerType(enum TCornerType,int)
sl@0
  2069
	_asm mov eax, 228
sl@0
  2070
	_asm jmp common_dispatch
sl@0
  2071
	}
sl@0
  2072
sl@0
  2073
__declspec(dllexport)
sl@0
  2074
__declspec(naked)
sl@0
  2075
void call_vector_229 ()
sl@0
  2076
	{
sl@0
  2077
	// ; public: void __thiscall RWindowTreeNode::SetCustomPointerCursor(class RWsPointerCursor const &)
sl@0
  2078
	_asm mov eax, 229
sl@0
  2079
	_asm jmp common_dispatch
sl@0
  2080
	}
sl@0
  2081
sl@0
  2082
__declspec(dllexport)
sl@0
  2083
__declspec(naked)
sl@0
  2084
void call_vector_230 ()
sl@0
  2085
	{
sl@0
  2086
	// ; public: virtual void __thiscall CWindowGc::SetDitherOrigin(class TPoint const &)
sl@0
  2087
	_asm mov eax, 230
sl@0
  2088
	_asm jmp common_dispatch
sl@0
  2089
	}
sl@0
  2090
sl@0
  2091
__declspec(dllexport)
sl@0
  2092
__declspec(naked)
sl@0
  2093
void call_vector_231 ()
sl@0
  2094
	{
sl@0
  2095
	// ; public: int __thiscall RWsSession::SetDoubleClick(class TTimeIntervalMicroSeconds32 const &,int)
sl@0
  2096
	_asm mov eax, 231
sl@0
  2097
	_asm jmp common_dispatch
sl@0
  2098
	}
sl@0
  2099
sl@0
  2100
__declspec(dllexport)
sl@0
  2101
__declspec(naked)
sl@0
  2102
void call_vector_232 ()
sl@0
  2103
	{
sl@0
  2104
	// ; public: virtual void __thiscall CWindowGc::SetDrawMode(enum CGraphicsContext::TDrawMode)
sl@0
  2105
	_asm mov eax, 232
sl@0
  2106
	_asm jmp common_dispatch
sl@0
  2107
	}
sl@0
  2108
sl@0
  2109
__declspec(dllexport)
sl@0
  2110
__declspec(naked)
sl@0
  2111
void call_vector_233 ()
sl@0
  2112
	{
sl@0
  2113
	// ; public: void __thiscall RBlankWindow::SetExtent(class TPoint const &,class TSize const &)
sl@0
  2114
	_asm mov eax, 233
sl@0
  2115
	_asm jmp common_dispatch
sl@0
  2116
	}
sl@0
  2117
sl@0
  2118
__declspec(dllexport)
sl@0
  2119
__declspec(naked)
sl@0
  2120
void call_vector_234 ()
sl@0
  2121
	{
sl@0
  2122
	// ; public: void __thiscall RWindow::SetExtent(class TPoint const &,class TSize const &)
sl@0
  2123
	_asm mov eax, 234
sl@0
  2124
	_asm jmp common_dispatch
sl@0
  2125
	}
sl@0
  2126
sl@0
  2127
__declspec(dllexport)
sl@0
  2128
__declspec(naked)
sl@0
  2129
void call_vector_235 ()
sl@0
  2130
	{
sl@0
  2131
	// ; public: int __thiscall RWindowBase::SetExtentErr(class TPoint const &,class TSize const &)
sl@0
  2132
	_asm mov eax, 235
sl@0
  2133
	_asm jmp common_dispatch
sl@0
  2134
	}
sl@0
  2135
sl@0
  2136
__declspec(dllexport)
sl@0
  2137
__declspec(naked)
sl@0
  2138
void call_vector_236 ()
sl@0
  2139
	{
sl@0
  2140
	// ; public: int __thiscall RWsSession::SetHotKey(enum THotKey,unsigned int,unsigned int,unsigned int)
sl@0
  2141
	_asm mov eax, 236
sl@0
  2142
	_asm jmp common_dispatch
sl@0
  2143
	}
sl@0
  2144
sl@0
  2145
__declspec(dllexport)
sl@0
  2146
__declspec(naked)
sl@0
  2147
void call_vector_237 ()
sl@0
  2148
	{
sl@0
  2149
	// ; public: int __thiscall RWsSession::SetKeyboardRepeatRate(class TTimeIntervalMicroSeconds32 const &,class TTimeIntervalMicroSeconds32 const &)
sl@0
  2150
	_asm mov eax, 237
sl@0
  2151
	_asm jmp common_dispatch
sl@0
  2152
	}
sl@0
  2153
sl@0
  2154
__declspec(dllexport)
sl@0
  2155
__declspec(naked)
sl@0
  2156
void call_vector_238 ()
sl@0
  2157
	{
sl@0
  2158
	// ; public: int __thiscall RWsSession::SetModifierState(enum TEventModifier,enum TModifierState)
sl@0
  2159
	_asm mov eax, 238
sl@0
  2160
	_asm jmp common_dispatch
sl@0
  2161
	}
sl@0
  2162
sl@0
  2163
__declspec(dllexport)
sl@0
  2164
__declspec(naked)
sl@0
  2165
void call_vector_239 ()
sl@0
  2166
	{
sl@0
  2167
	// ; public: int __thiscall RWindowGroup::SetName(class TDesC16 const &)
sl@0
  2168
	_asm mov eax, 239
sl@0
  2169
	_asm jmp common_dispatch
sl@0
  2170
	}
sl@0
  2171
sl@0
  2172
__declspec(dllexport)
sl@0
  2173
__declspec(naked)
sl@0
  2174
void call_vector_240 ()
sl@0
  2175
	{
sl@0
  2176
	// ; public: void __thiscall RWindowTreeNode::SetOrdinalPosition(int)
sl@0
  2177
	_asm mov eax, 240
sl@0
  2178
	_asm jmp common_dispatch
sl@0
  2179
	}
sl@0
  2180
sl@0
  2181
__declspec(dllexport)
sl@0
  2182
__declspec(naked)
sl@0
  2183
void call_vector_241 ()
sl@0
  2184
	{
sl@0
  2185
	// ; public: void __thiscall RWindowTreeNode::SetOrdinalPosition(int,int)
sl@0
  2186
	_asm mov eax, 241
sl@0
  2187
	_asm jmp common_dispatch
sl@0
  2188
	}
sl@0
  2189
sl@0
  2190
__declspec(dllexport)
sl@0
  2191
__declspec(naked)
sl@0
  2192
void call_vector_242 ()
sl@0
  2193
	{
sl@0
  2194
	// ; public: void __thiscall RWindowGroup::SetOrdinalPriorityAdjust(int)
sl@0
  2195
	_asm mov eax, 242
sl@0
  2196
	_asm jmp common_dispatch
sl@0
  2197
	}
sl@0
  2198
sl@0
  2199
__declspec(dllexport)
sl@0
  2200
__declspec(naked)
sl@0
  2201
void call_vector_243 ()
sl@0
  2202
	{
sl@0
  2203
	// ; public: virtual void __thiscall CWindowGc::SetOrigin(class TPoint const &)
sl@0
  2204
	_asm mov eax, 243
sl@0
  2205
	_asm jmp common_dispatch
sl@0
  2206
	}
sl@0
  2207
sl@0
  2208
__declspec(dllexport)
sl@0
  2209
__declspec(naked)
sl@0
  2210
void call_vector_244 ()
sl@0
  2211
	{
sl@0
  2212
	// ; public: void __thiscall RWindowGroup::SetOwningWindowGroup(int)
sl@0
  2213
	_asm mov eax, 244
sl@0
  2214
	_asm jmp common_dispatch
sl@0
  2215
	}
sl@0
  2216
sl@0
  2217
__declspec(dllexport)
sl@0
  2218
__declspec(naked)
sl@0
  2219
void call_vector_245 ()
sl@0
  2220
	{
sl@0
  2221
	// ; public: virtual void __thiscall CWsScreenDevice::SetPalette(class CPalette *)
sl@0
  2222
	_asm mov eax, 245
sl@0
  2223
	_asm jmp common_dispatch
sl@0
  2224
	}
sl@0
  2225
sl@0
  2226
__declspec(dllexport)
sl@0
  2227
__declspec(naked)
sl@0
  2228
void call_vector_246 ()
sl@0
  2229
	{
sl@0
  2230
	// ; public: virtual void __thiscall CWindowGc::SetPenColor(class TRgb const &)
sl@0
  2231
	_asm mov eax, 246
sl@0
  2232
	_asm jmp common_dispatch
sl@0
  2233
	}
sl@0
  2234
sl@0
  2235
__declspec(dllexport)
sl@0
  2236
__declspec(naked)
sl@0
  2237
void call_vector_247 ()
sl@0
  2238
	{
sl@0
  2239
	// ; public: virtual void __thiscall CWindowGc::SetPenSize(class TSize const &)
sl@0
  2240
	_asm mov eax, 247
sl@0
  2241
	_asm jmp common_dispatch
sl@0
  2242
	}
sl@0
  2243
sl@0
  2244
__declspec(dllexport)
sl@0
  2245
__declspec(naked)
sl@0
  2246
void call_vector_248 ()
sl@0
  2247
	{
sl@0
  2248
	// ; public: virtual void __thiscall CWindowGc::SetPenStyle(enum CGraphicsContext::TPenStyle)
sl@0
  2249
	_asm mov eax, 248
sl@0
  2250
	_asm jmp common_dispatch
sl@0
  2251
	}
sl@0
  2252
sl@0
  2253
__declspec(dllexport)
sl@0
  2254
__declspec(naked)
sl@0
  2255
void call_vector_249 ()
sl@0
  2256
	{
sl@0
  2257
	// ; public: void __thiscall RWindowBase::SetPointerCapture(int)
sl@0
  2258
	_asm mov eax, 249
sl@0
  2259
	_asm jmp common_dispatch
sl@0
  2260
	}
sl@0
  2261
sl@0
  2262
__declspec(dllexport)
sl@0
  2263
__declspec(naked)
sl@0
  2264
void call_vector_250 ()
sl@0
  2265
	{
sl@0
  2266
	// ; public: int __thiscall RWindowTreeNode::SetPointerCursor(int)
sl@0
  2267
	_asm mov eax, 250
sl@0
  2268
	_asm jmp common_dispatch
sl@0
  2269
	}
sl@0
  2270
sl@0
  2271
__declspec(dllexport)
sl@0
  2272
__declspec(naked)
sl@0
  2273
void call_vector_251 ()
sl@0
  2274
	{
sl@0
  2275
	// ; public: void __thiscall RWindowBase::SetPointerGrab(int)
sl@0
  2276
	_asm mov eax, 251
sl@0
  2277
	_asm jmp common_dispatch
sl@0
  2278
	}
sl@0
  2279
sl@0
  2280
__declspec(dllexport)
sl@0
  2281
__declspec(naked)
sl@0
  2282
void call_vector_252 ()
sl@0
  2283
	{
sl@0
  2284
	// ; public: void __thiscall RWindowBase::SetPosition(class TPoint const &)
sl@0
  2285
	_asm mov eax, 252
sl@0
  2286
	_asm jmp common_dispatch
sl@0
  2287
	}
sl@0
  2288
sl@0
  2289
__declspec(dllexport)
sl@0
  2290
__declspec(naked)
sl@0
  2291
void call_vector_253 ()
sl@0
  2292
	{
sl@0
  2293
	// ; public: void __thiscall RWsSprite::SetPosition(class TPoint const &)
sl@0
  2294
	_asm mov eax, 253
sl@0
  2295
	_asm jmp common_dispatch
sl@0
  2296
	}
sl@0
  2297
sl@0
  2298
__declspec(dllexport)
sl@0
  2299
__declspec(naked)
sl@0
  2300
void call_vector_254 ()
sl@0
  2301
	{
sl@0
  2302
	// ; public: int __thiscall RWindowBase::SetRequiredDisplayMode(enum TDisplayMode)
sl@0
  2303
	_asm mov eax, 254
sl@0
  2304
	_asm jmp common_dispatch
sl@0
  2305
	}
sl@0
  2306
sl@0
  2307
__declspec(dllexport)
sl@0
  2308
__declspec(naked)
sl@0
  2309
void call_vector_255 ()
sl@0
  2310
	{
sl@0
  2311
	// ; public: void __thiscall RWindowBase::SetShadowDisabled(int)
sl@0
  2312
	_asm mov eax, 255
sl@0
  2313
	_asm jmp common_dispatch
sl@0
  2314
	}
sl@0
  2315
sl@0
  2316
__declspec(dllexport)
sl@0
  2317
__declspec(naked)
sl@0
  2318
void call_vector_256 ()
sl@0
  2319
	{
sl@0
  2320
	// ; public: void __thiscall RWindowBase::SetShadowHeight(int)
sl@0
  2321
	_asm mov eax, 256
sl@0
  2322
	_asm jmp common_dispatch
sl@0
  2323
	}
sl@0
  2324
sl@0
  2325
__declspec(dllexport)
sl@0
  2326
__declspec(naked)
sl@0
  2327
void call_vector_257 ()
sl@0
  2328
	{
sl@0
  2329
	// ; public: void __thiscall RWsSession::SetShadowVector(class TPoint const &)
sl@0
  2330
	_asm mov eax, 257
sl@0
  2331
	_asm jmp common_dispatch
sl@0
  2332
	}
sl@0
  2333
sl@0
  2334
__declspec(dllexport)
sl@0
  2335
__declspec(naked)
sl@0
  2336
void call_vector_258 ()
sl@0
  2337
	{
sl@0
  2338
	// ; public: int __thiscall RWindowBase::SetShape(class TRegion const &)
sl@0
  2339
	_asm mov eax, 258
sl@0
  2340
	_asm jmp common_dispatch
sl@0
  2341
	}
sl@0
  2342
sl@0
  2343
__declspec(dllexport)
sl@0
  2344
__declspec(naked)
sl@0
  2345
void call_vector_259 ()
sl@0
  2346
	{
sl@0
  2347
	// ; public: void __thiscall RBlankWindow::SetSize(class TSize const &)
sl@0
  2348
	_asm mov eax, 259
sl@0
  2349
	_asm jmp common_dispatch
sl@0
  2350
	}
sl@0
  2351
sl@0
  2352
__declspec(dllexport)
sl@0
  2353
__declspec(naked)
sl@0
  2354
void call_vector_260 ()
sl@0
  2355
	{
sl@0
  2356
	// ; public: void __thiscall RWindow::SetSize(class TSize const &)
sl@0
  2357
	_asm mov eax, 260
sl@0
  2358
	_asm jmp common_dispatch
sl@0
  2359
	}
sl@0
  2360
sl@0
  2361
__declspec(dllexport)
sl@0
  2362
__declspec(naked)
sl@0
  2363
void call_vector_261 ()
sl@0
  2364
	{
sl@0
  2365
	// ; public: int __thiscall RWindowBase::SetSizeErr(class TSize const &)
sl@0
  2366
	_asm mov eax, 261
sl@0
  2367
	_asm jmp common_dispatch
sl@0
  2368
	}
sl@0
  2369
sl@0
  2370
__declspec(dllexport)
sl@0
  2371
__declspec(naked)
sl@0
  2372
void call_vector_262 ()
sl@0
  2373
	{
sl@0
  2374
	// ; public: virtual void __thiscall CWindowGc::SetStrikethroughStyle(enum TFontStrikethrough)
sl@0
  2375
	_asm mov eax, 262
sl@0
  2376
	_asm jmp common_dispatch
sl@0
  2377
	}
sl@0
  2378
sl@0
  2379
__declspec(dllexport)
sl@0
  2380
__declspec(naked)
sl@0
  2381
void call_vector_263 ()
sl@0
  2382
	{
sl@0
  2383
	// ; public: int __thiscall RWsSession::SetSystemPointerCursor(class RWsPointerCursor const &,int)
sl@0
  2384
	_asm mov eax, 263
sl@0
  2385
	_asm jmp common_dispatch
sl@0
  2386
	}
sl@0
  2387
sl@0
  2388
__declspec(dllexport)
sl@0
  2389
__declspec(naked)
sl@0
  2390
void call_vector_264 ()
sl@0
  2391
	{
sl@0
  2392
	// ; public: void __thiscall RWindowGroup::SetTextCursor(class RWindowBase &,class TPoint const &,struct TTextCursor const &)
sl@0
  2393
	_asm mov eax, 264
sl@0
  2394
	_asm jmp common_dispatch
sl@0
  2395
	}
sl@0
  2396
sl@0
  2397
__declspec(dllexport)
sl@0
  2398
__declspec(naked)
sl@0
  2399
void call_vector_265 ()
sl@0
  2400
	{
sl@0
  2401
	// ; public: void __thiscall RWindowGroup::SetTextCursor(class RWindowBase &,class TPoint const &,struct TTextCursor const &,class TRect const &)
sl@0
  2402
	_asm mov eax, 265
sl@0
  2403
	_asm jmp common_dispatch
sl@0
  2404
	}
sl@0
  2405
sl@0
  2406
__declspec(dllexport)
sl@0
  2407
__declspec(naked)
sl@0
  2408
void call_vector_266 ()
sl@0
  2409
	{
sl@0
  2410
	// ; public: virtual void __thiscall CWindowGc::SetUnderlineStyle(enum TFontUnderline)
sl@0
  2411
	_asm mov eax, 266
sl@0
  2412
	_asm jmp common_dispatch
sl@0
  2413
	}
sl@0
  2414
sl@0
  2415
__declspec(dllexport)
sl@0
  2416
__declspec(naked)
sl@0
  2417
void call_vector_267 ()
sl@0
  2418
	{
sl@0
  2419
	// ; public: void __thiscall RWindowBase::SetVisible(int)
sl@0
  2420
	_asm mov eax, 267
sl@0
  2421
	_asm jmp common_dispatch
sl@0
  2422
	}
sl@0
  2423
sl@0
  2424
__declspec(dllexport)
sl@0
  2425
__declspec(naked)
sl@0
  2426
void call_vector_268 ()
sl@0
  2427
	{
sl@0
  2428
	// ; public: int __thiscall RWsSession::SetWindowGroupOrdinalPosition(int,int)
sl@0
  2429
	_asm mov eax, 268
sl@0
  2430
	_asm jmp common_dispatch
sl@0
  2431
	}
sl@0
  2432
sl@0
  2433
__declspec(dllexport)
sl@0
  2434
__declspec(naked)
sl@0
  2435
void call_vector_269 ()
sl@0
  2436
	{
sl@0
  2437
	// ; public: virtual void __thiscall CWindowGc::SetWordJustification(int,int)
sl@0
  2438
	_asm mov eax, 269
sl@0
  2439
	_asm jmp common_dispatch
sl@0
  2440
	}
sl@0
  2441
sl@0
  2442
__declspec(dllexport)
sl@0
  2443
__declspec(naked)
sl@0
  2444
void call_vector_270 ()
sl@0
  2445
	{
sl@0
  2446
	// ; public: class TPoint  __thiscall RWsSession::ShadowVector(void)const 
sl@0
  2447
	_asm mov eax, 270
sl@0
  2448
	_asm jmp common_dispatch
sl@0
  2449
	}
sl@0
  2450
sl@0
  2451
__declspec(dllexport)
sl@0
  2452
__declspec(naked)
sl@0
  2453
void call_vector_271 ()
sl@0
  2454
	{
sl@0
  2455
	// ; public: void __thiscall RWsSession::SimulateRawEvent(class TRawEvent)
sl@0
  2456
	_asm mov eax, 271
sl@0
  2457
	_asm jmp common_dispatch
sl@0
  2458
	}
sl@0
  2459
sl@0
  2460
__declspec(dllexport)
sl@0
  2461
__declspec(naked)
sl@0
  2462
void call_vector_272 ()
sl@0
  2463
	{
sl@0
  2464
	// ; public: class TSize  __thiscall RWindowBase::Size(void)const 
sl@0
  2465
	_asm mov eax, 272
sl@0
  2466
	_asm jmp common_dispatch
sl@0
  2467
	}
sl@0
  2468
sl@0
  2469
__declspec(dllexport)
sl@0
  2470
__declspec(naked)
sl@0
  2471
void call_vector_273 ()
sl@0
  2472
	{
sl@0
  2473
	// ; public: virtual class TSize  __thiscall CWsScreenDevice::SizeInPixels(void)const 
sl@0
  2474
	_asm mov eax, 273
sl@0
  2475
	_asm jmp common_dispatch
sl@0
  2476
	}
sl@0
  2477
sl@0
  2478
__declspec(dllexport)
sl@0
  2479
__declspec(naked)
sl@0
  2480
void call_vector_274 ()
sl@0
  2481
	{
sl@0
  2482
	// ; public: virtual class TSize  __thiscall CWsScreenDevice::SizeInTwips(void)const 
sl@0
  2483
	_asm mov eax, 274
sl@0
  2484
	_asm jmp common_dispatch
sl@0
  2485
	}
sl@0
  2486
sl@0
  2487
__declspec(dllexport)
sl@0
  2488
__declspec(naked)
sl@0
  2489
void call_vector_275 ()
sl@0
  2490
	{
sl@0
  2491
	// ; public: void __thiscall RWsSession::SystemInfo(int &,struct RWsSession::SSystemInfo &)
sl@0
  2492
	_asm mov eax, 275
sl@0
  2493
	_asm jmp common_dispatch
sl@0
  2494
	}
sl@0
  2495
sl@0
  2496
__declspec(dllexport)
sl@0
  2497
__declspec(naked)
sl@0
  2498
void call_vector_276 ()
sl@0
  2499
	{
sl@0
  2500
	// ; public: void __thiscall RWsSession::TestWrite(int,int,void const *,int)
sl@0
  2501
	_asm mov eax, 276
sl@0
  2502
	_asm jmp common_dispatch
sl@0
  2503
	}
sl@0
  2504
sl@0
  2505
__declspec(dllexport)
sl@0
  2506
__declspec(naked)
sl@0
  2507
void call_vector_277 ()
sl@0
  2508
	{
sl@0
  2509
	// ; public: void __thiscall RWsSession::TestWriteReply(int,int,void const *,int)
sl@0
  2510
	_asm mov eax, 277
sl@0
  2511
	_asm jmp common_dispatch
sl@0
  2512
	}
sl@0
  2513
sl@0
  2514
__declspec(dllexport)
sl@0
  2515
__declspec(naked)
sl@0
  2516
void call_vector_278 ()
sl@0
  2517
	{
sl@0
  2518
	// ; public: void __thiscall RWsSession::TestWriteReplyP(int,int,void const *,int,class TDes8 *)
sl@0
  2519
	_asm mov eax, 278
sl@0
  2520
	_asm jmp common_dispatch
sl@0
  2521
	}
sl@0
  2522
sl@0
  2523
__declspec(dllexport)
sl@0
  2524
__declspec(naked)
sl@0
  2525
void call_vector_279 ()
sl@0
  2526
	{
sl@0
  2527
	// ; public: virtual void __thiscall CWsScreenDevice::TypefaceSupport(class TTypefaceSupport &,int)const 
sl@0
  2528
	_asm mov eax, 279
sl@0
  2529
	_asm jmp common_dispatch
sl@0
  2530
	}
sl@0
  2531
sl@0
  2532
__declspec(dllexport)
sl@0
  2533
__declspec(naked)
sl@0
  2534
void call_vector_280 ()
sl@0
  2535
	{
sl@0
  2536
	// ; public: void __thiscall RBackedUpWindow::UpdateBackupBitmap(void)
sl@0
  2537
	_asm mov eax, 280
sl@0
  2538
	_asm jmp common_dispatch
sl@0
  2539
	}
sl@0
  2540
sl@0
  2541
__declspec(dllexport)
sl@0
  2542
__declspec(naked)
sl@0
  2543
void call_vector_281 ()
sl@0
  2544
	{
sl@0
  2545
	// ; public: int __thiscall RWsSpriteBase::UpdateMember(int,struct TSpriteMember const &)
sl@0
  2546
	_asm mov eax, 281
sl@0
  2547
	_asm jmp common_dispatch
sl@0
  2548
	}
sl@0
  2549
sl@0
  2550
__declspec(dllexport)
sl@0
  2551
__declspec(naked)
sl@0
  2552
void call_vector_282 ()
sl@0
  2553
	{
sl@0
  2554
	// ; public: void __thiscall RWsSpriteBase::UpdateMember(int)
sl@0
  2555
	_asm mov eax, 282
sl@0
  2556
	_asm jmp common_dispatch
sl@0
  2557
	}
sl@0
  2558
sl@0
  2559
__declspec(dllexport)
sl@0
  2560
__declspec(naked)
sl@0
  2561
void call_vector_283 ()
sl@0
  2562
	{
sl@0
  2563
	// ; public: void __thiscall RBackedUpWindow::UpdateScreen(class TRegion const &)
sl@0
  2564
	_asm mov eax, 283
sl@0
  2565
	_asm jmp common_dispatch
sl@0
  2566
	}
sl@0
  2567
sl@0
  2568
__declspec(dllexport)
sl@0
  2569
__declspec(naked)
sl@0
  2570
void call_vector_284 ()
sl@0
  2571
	{
sl@0
  2572
	// ; public: void __thiscall RBackedUpWindow::UpdateScreen(void)
sl@0
  2573
	_asm mov eax, 284
sl@0
  2574
	_asm jmp common_dispatch
sl@0
  2575
	}
sl@0
  2576
sl@0
  2577
__declspec(dllexport)
sl@0
  2578
__declspec(naked)
sl@0
  2579
void call_vector_285 ()
sl@0
  2580
	{
sl@0
  2581
	// ; public: virtual void __thiscall CWindowGc::UseBrushPattern(class CFbsBitmap const *)
sl@0
  2582
	_asm mov eax, 285
sl@0
  2583
	_asm jmp common_dispatch
sl@0
  2584
	}
sl@0
  2585
sl@0
  2586
__declspec(dllexport)
sl@0
  2587
__declspec(naked)
sl@0
  2588
void call_vector_286 ()
sl@0
  2589
	{
sl@0
  2590
	// ; public: virtual void __thiscall CWindowGc::UseFont(class CFont const *)
sl@0
  2591
	_asm mov eax, 286
sl@0
  2592
	_asm jmp common_dispatch
sl@0
  2593
	}
sl@0
  2594
sl@0
  2595
__declspec(dllexport)
sl@0
  2596
__declspec(naked)
sl@0
  2597
void call_vector_287 ()
sl@0
  2598
	{
sl@0
  2599
	// ; class TVersion RWsSession::Version(void) const
sl@0
  2600
	_asm mov eax, 287
sl@0
  2601
	_asm jmp common_dispatch
sl@0
  2602
	}
sl@0
  2603
sl@0
  2604
__declspec(dllexport)
sl@0
  2605
__declspec(naked)
sl@0
  2606
void call_vector_288 ()
sl@0
  2607
	{
sl@0
  2608
	// ; public: virtual int __thiscall CWsScreenDevice::VerticalPixelsToTwips(int)const 
sl@0
  2609
	_asm mov eax, 288
sl@0
  2610
	_asm jmp common_dispatch
sl@0
  2611
	}
sl@0
  2612
sl@0
  2613
__declspec(dllexport)
sl@0
  2614
__declspec(naked)
sl@0
  2615
void call_vector_289 ()
sl@0
  2616
	{
sl@0
  2617
	// ; public: virtual int __thiscall CWsScreenDevice::VerticalTwipsToPixels(int)const 
sl@0
  2618
	_asm mov eax, 289
sl@0
  2619
	_asm jmp common_dispatch
sl@0
  2620
	}
sl@0
  2621
sl@0
  2622
__declspec(dllexport)
sl@0
  2623
__declspec(naked)
sl@0
  2624
void call_vector_290 ()
sl@0
  2625
	{
sl@0
  2626
	// ; int RWsSession::WindowGroupList(int, class CArrayFixFlat<int> *) const
sl@0
  2627
	_asm mov eax, 290
sl@0
  2628
	_asm jmp common_dispatch
sl@0
  2629
	}
sl@0
  2630
sl@0
  2631
__declspec(dllexport)
sl@0
  2632
__declspec(naked)
sl@0
  2633
void call_vector_291 ()
sl@0
  2634
	{
sl@0
  2635
	// ; int RWsSession::WindowGroupList(class CArrayFixFlat<int> *) const
sl@0
  2636
	_asm mov eax, 291
sl@0
  2637
	_asm jmp common_dispatch
sl@0
  2638
	}
sl@0
  2639
sl@0
  2640
__declspec(dllexport)
sl@0
  2641
__declspec(naked)
sl@0
  2642
void call_vector_292 ()
sl@0
  2643
	{
sl@0
  2644
	// ; public: int __thiscall RWsSession::RequestOffEvents(int,class RWindowTreeNode *)
sl@0
  2645
	_asm mov eax, 292
sl@0
  2646
	_asm jmp common_dispatch
sl@0
  2647
	}
sl@0
  2648
sl@0
  2649
__declspec(dllexport)
sl@0
  2650
__declspec(naked)
sl@0
  2651
void call_vector_293 ()
sl@0
  2652
	{
sl@0
  2653
	// ; public: void __thiscall RWindowTreeNode::__DbgTestInvariant(void)const 
sl@0
  2654
	_asm mov eax, 293
sl@0
  2655
	_asm jmp common_dispatch
sl@0
  2656
	}
sl@0
  2657
sl@0
  2658
__declspec(dllexport)
sl@0
  2659
__declspec(naked)
sl@0
  2660
void call_vector_294 ()
sl@0
  2661
	{
sl@0
  2662
	// ; public: void __thiscall RWindowGroup::DisableScreenChangeEvents(void)
sl@0
  2663
	_asm mov eax, 294
sl@0
  2664
	_asm jmp common_dispatch
sl@0
  2665
	}
sl@0
  2666
sl@0
  2667
__declspec(dllexport)
sl@0
  2668
__declspec(naked)
sl@0
  2669
void call_vector_295 ()
sl@0
  2670
	{
sl@0
  2671
	// ; public: int __thiscall RWindowGroup::EnableScreenChangeEvents(void)
sl@0
  2672
	_asm mov eax, 295
sl@0
  2673
	_asm jmp common_dispatch
sl@0
  2674
	}
sl@0
  2675
sl@0
  2676
__declspec(dllexport)
sl@0
  2677
__declspec(naked)
sl@0
  2678
void call_vector_296 ()
sl@0
  2679
	{
sl@0
  2680
	// ; public: void __thiscall RWindowBase::FadeBehind(int)
sl@0
  2681
	_asm mov eax, 296
sl@0
  2682
	_asm jmp common_dispatch
sl@0
  2683
	}
sl@0
  2684
sl@0
  2685
__declspec(dllexport)
sl@0
  2686
__declspec(naked)
sl@0
  2687
void call_vector_297 ()
sl@0
  2688
	{
sl@0
  2689
	// ; public: void __thiscall CWsScreenDevice::GetDefaultScreenSizeAndRotation(struct TPixelsAndRotation &)const 
sl@0
  2690
	_asm mov eax, 297
sl@0
  2691
	_asm jmp common_dispatch
sl@0
  2692
	}
sl@0
  2693
sl@0
  2694
__declspec(dllexport)
sl@0
  2695
__declspec(naked)
sl@0
  2696
void call_vector_298 ()
sl@0
  2697
	{
sl@0
  2698
	// ; public: void __thiscall CWsScreenDevice::GetDefaultScreenSizeAndRotation(struct TPixelsTwipsAndRotation &)const 
sl@0
  2699
	_asm mov eax, 298
sl@0
  2700
	_asm jmp common_dispatch
sl@0
  2701
	}
sl@0
  2702
sl@0
  2703
__declspec(dllexport)
sl@0
  2704
__declspec(naked)
sl@0
  2705
void call_vector_299 ()
sl@0
  2706
	{
sl@0
  2707
	// ; enum TDisplayMode RWindowBase::DisplayMode(void) const
sl@0
  2708
	_asm mov eax, 299
sl@0
  2709
	_asm jmp common_dispatch
sl@0
  2710
	}
sl@0
  2711
sl@0
  2712
__declspec(dllexport)
sl@0
  2713
__declspec(naked)
sl@0
  2714
void call_vector_300 ()
sl@0
  2715
	{
sl@0
  2716
	// ; public: enum TDisplayMode  __thiscall RWsSession::GetDefModeMaxNumColors(int &,int &)const 
sl@0
  2717
	_asm mov eax, 300
sl@0
  2718
	_asm jmp common_dispatch
sl@0
  2719
	}
sl@0
  2720
sl@0
  2721
__declspec(dllexport)
sl@0
  2722
__declspec(naked)
sl@0
  2723
void call_vector_301 ()
sl@0
  2724
	{
sl@0
  2725
	// ; public: void __thiscall CWsScreenDevice::GetScreenModeSizeAndRotation(int,struct TPixelsAndRotation &)const 
sl@0
  2726
	_asm mov eax, 301
sl@0
  2727
	_asm jmp common_dispatch
sl@0
  2728
	}
sl@0
  2729
sl@0
  2730
__declspec(dllexport)
sl@0
  2731
__declspec(naked)
sl@0
  2732
void call_vector_302 ()
sl@0
  2733
	{
sl@0
  2734
	// ; public: void __thiscall CWsScreenDevice::GetScreenModeSizeAndRotation(int,struct TPixelsTwipsAndRotation &)const 
sl@0
  2735
	_asm mov eax, 302
sl@0
  2736
	_asm jmp common_dispatch
sl@0
  2737
	}
sl@0
  2738
sl@0
  2739
__declspec(dllexport)
sl@0
  2740
__declspec(naked)
sl@0
  2741
void call_vector_303 ()
sl@0
  2742
	{
sl@0
  2743
	// ; public: int __thiscall CWsScreenDevice::NumScreenModes(void)const 
sl@0
  2744
	_asm mov eax, 303
sl@0
  2745
	_asm jmp common_dispatch
sl@0
  2746
	}
sl@0
  2747
sl@0
  2748
__declspec(dllexport)
sl@0
  2749
__declspec(naked)
sl@0
  2750
void call_vector_304 ()
sl@0
  2751
	{
sl@0
  2752
	// ; public: enum TScreenModeEnforcement  __thiscall CWsScreenDevice::ScreenModeEnforcement(void)const 
sl@0
  2753
	_asm mov eax, 304
sl@0
  2754
	_asm jmp common_dispatch
sl@0
  2755
	}
sl@0
  2756
sl@0
  2757
__declspec(dllexport)
sl@0
  2758
__declspec(naked)
sl@0
  2759
void call_vector_305 ()
sl@0
  2760
	{
sl@0
  2761
	// ; public: virtual void __thiscall CWindowGc::SetFaded(int)
sl@0
  2762
	_asm mov eax, 305
sl@0
  2763
	_asm jmp common_dispatch
sl@0
  2764
	}
sl@0
  2765
sl@0
  2766
__declspec(dllexport)
sl@0
  2767
__declspec(naked)
sl@0
  2768
void call_vector_306 ()
sl@0
  2769
	{
sl@0
  2770
	// ; public: void __thiscall RWindowTreeNode::SetFaded(int,enum RWindowTreeNode::TFadeControl)
sl@0
  2771
	_asm mov eax, 306
sl@0
  2772
	_asm jmp common_dispatch
sl@0
  2773
	}
sl@0
  2774
sl@0
  2775
__declspec(dllexport)
sl@0
  2776
__declspec(naked)
sl@0
  2777
void call_vector_307 ()
sl@0
  2778
	{
sl@0
  2779
	// ; public: void __thiscall RWindowTreeNode::SetNonFading(int)
sl@0
  2780
	_asm mov eax, 307
sl@0
  2781
	_asm jmp common_dispatch
sl@0
  2782
	}
sl@0
  2783
sl@0
  2784
__declspec(dllexport)
sl@0
  2785
__declspec(naked)
sl@0
  2786
void call_vector_308 ()
sl@0
  2787
	{
sl@0
  2788
	// ; public: void __thiscall CWsScreenDevice::SetScreenMode(int)
sl@0
  2789
	_asm mov eax, 308
sl@0
  2790
	_asm jmp common_dispatch
sl@0
  2791
	}
sl@0
  2792
sl@0
  2793
__declspec(dllexport)
sl@0
  2794
__declspec(naked)
sl@0
  2795
void call_vector_309 ()
sl@0
  2796
	{
sl@0
  2797
	// ; public: void __thiscall CWsScreenDevice::SetScreenModeEnforcement(enum TScreenModeEnforcement)const 
sl@0
  2798
	_asm mov eax, 309
sl@0
  2799
	_asm jmp common_dispatch
sl@0
  2800
	}
sl@0
  2801
sl@0
  2802
__declspec(dllexport)
sl@0
  2803
__declspec(naked)
sl@0
  2804
void call_vector_310 ()
sl@0
  2805
	{
sl@0
  2806
	// ; public: void __thiscall CWsScreenDevice::SetScreenSizeAndRotation(struct TPixelsAndRotation const &)
sl@0
  2807
	_asm mov eax, 310
sl@0
  2808
	_asm jmp common_dispatch
sl@0
  2809
	}
sl@0
  2810
sl@0
  2811
__declspec(dllexport)
sl@0
  2812
__declspec(naked)
sl@0
  2813
void call_vector_311 ()
sl@0
  2814
	{
sl@0
  2815
	// ; public: void __thiscall CWsScreenDevice::SetScreenSizeAndRotation(struct TPixelsTwipsAndRotation const &)
sl@0
  2816
	_asm mov eax, 311
sl@0
  2817
	_asm jmp common_dispatch
sl@0
  2818
	}
sl@0
  2819
sl@0
  2820
__declspec(dllexport)
sl@0
  2821
__declspec(naked)
sl@0
  2822
void call_vector_312 ()
sl@0
  2823
	{
sl@0
  2824
	// ; public: void __thiscall RWindowGroup::SimulatePointerEvent(class TRawEvent)
sl@0
  2825
	_asm mov eax, 312
sl@0
  2826
	_asm jmp common_dispatch
sl@0
  2827
	}
sl@0
  2828
sl@0
  2829
__declspec(dllexport)
sl@0
  2830
__declspec(naked)
sl@0
  2831
void call_vector_313 ()
sl@0
  2832
	{
sl@0
  2833
	// ; public: int __thiscall RWsSession::GetColorModeList(class CArrayFixFlat<int> *)const 
sl@0
  2834
	_asm mov eax, 313
sl@0
  2835
	_asm jmp common_dispatch
sl@0
  2836
	}
sl@0
  2837
sl@0
  2838
__declspec(dllexport)
sl@0
  2839
__declspec(naked)
sl@0
  2840
void call_vector_314 ()
sl@0
  2841
	{
sl@0
  2842
	// ; int RWindowBase::IsFaded(void) const
sl@0
  2843
	_asm mov eax, 314
sl@0
  2844
	_asm jmp common_dispatch
sl@0
  2845
	}
sl@0
  2846
sl@0
  2847
__declspec(dllexport)
sl@0
  2848
__declspec(naked)
sl@0
  2849
void call_vector_315 ()
sl@0
  2850
	{
sl@0
  2851
	// ; int RWindowBase::IsNonFading(void) const
sl@0
  2852
	_asm mov eax, 315
sl@0
  2853
	_asm jmp common_dispatch
sl@0
  2854
	}
sl@0
  2855
sl@0
  2856
__declspec(dllexport)
sl@0
  2857
__declspec(naked)
sl@0
  2858
void call_vector_316 ()
sl@0
  2859
	{
sl@0
  2860
	// ; protected: int __thiscall RAnim::Construct(class RWsSprite const &,int,class TDesC8 const &)
sl@0
  2861
	_asm mov eax, 316
sl@0
  2862
	_asm jmp common_dispatch
sl@0
  2863
	}
sl@0
  2864
sl@0
  2865
__declspec(dllexport)
sl@0
  2866
__declspec(naked)
sl@0
  2867
void call_vector_317 ()
sl@0
  2868
	{
sl@0
  2869
	// ; public: int __thiscall CWsScreenDevice::GetRotationsList(int,class CArrayFixFlat<int> *)const 
sl@0
  2870
	_asm mov eax, 317
sl@0
  2871
	_asm jmp common_dispatch
sl@0
  2872
	}
sl@0
  2873
sl@0
  2874
__declspec(dllexport)
sl@0
  2875
__declspec(naked)
sl@0
  2876
void call_vector_318 ()
sl@0
  2877
	{
sl@0
  2878
	// ; public: int __thiscall RWindowTreeNode::OrdinalPriority(void)const 
sl@0
  2879
	_asm mov eax, 318
sl@0
  2880
	_asm jmp common_dispatch
sl@0
  2881
	}
sl@0
  2882
sl@0
  2883
__declspec(dllexport)
sl@0
  2884
__declspec(naked)
sl@0
  2885
void call_vector_319 ()
sl@0
  2886
	{
sl@0
  2887
	// ; public: int __thiscall RWsSession::SendEventToAllWindowGroups(class TWsEvent const &)
sl@0
  2888
	_asm mov eax, 319
sl@0
  2889
	_asm jmp common_dispatch
sl@0
  2890
	}
sl@0
  2891
sl@0
  2892
__declspec(dllexport)
sl@0
  2893
__declspec(naked)
sl@0
  2894
void call_vector_320 ()
sl@0
  2895
	{
sl@0
  2896
	// ; public: int __thiscall RWsSession::SendEventToAllWindowGroups(int,class TWsEvent const &)
sl@0
  2897
	_asm mov eax, 320
sl@0
  2898
	_asm jmp common_dispatch
sl@0
  2899
	}
sl@0
  2900
sl@0
  2901
__declspec(dllexport)
sl@0
  2902
__declspec(naked)
sl@0
  2903
void call_vector_321 ()
sl@0
  2904
	{
sl@0
  2905
	// ; public: void __thiscall CWsScreenDevice::SetCurrentRotations(int,enum CFbsBitGc::TGraphicsOrientation)const 
sl@0
  2906
	_asm mov eax, 321
sl@0
  2907
	_asm jmp common_dispatch
sl@0
  2908
	}
sl@0
  2909
sl@0
  2910
__declspec(dllexport)
sl@0
  2911
__declspec(naked)
sl@0
  2912
void call_vector_322 ()
sl@0
  2913
	{
sl@0
  2914
	// ; public: void __thiscall RWsSession::SimulateKeyEvent(struct TKeyEvent)
sl@0
  2915
	_asm mov eax, 322
sl@0
  2916
	_asm jmp common_dispatch
sl@0
  2917
	}
sl@0
  2918
sl@0
  2919
__declspec(dllexport)
sl@0
  2920
__declspec(naked)
sl@0
  2921
void call_vector_323 ()
sl@0
  2922
	{
sl@0
  2923
	// ; public: void __thiscall RWsSession::SetRemoveKeyCode(int)
sl@0
  2924
	_asm mov eax, 323
sl@0
  2925
	_asm jmp common_dispatch
sl@0
  2926
	}
sl@0
  2927
sl@0
  2928
__declspec(dllexport)
sl@0
  2929
__declspec(naked)
sl@0
  2930
void call_vector_324 ()
sl@0
  2931
	{
sl@0
  2932
	// ; public: void __thiscall RWsSession::ClearDefaultSystemPointerCursor(void)
sl@0
  2933
	_asm mov eax, 324
sl@0
  2934
	_asm jmp common_dispatch
sl@0
  2935
	}
sl@0
  2936
sl@0
  2937
__declspec(dllexport)
sl@0
  2938
__declspec(naked)
sl@0
  2939
void call_vector_325 ()
sl@0
  2940
	{
sl@0
  2941
	// ; public: void __thiscall RWindowTreeNode::ClearPointerCursor(void)
sl@0
  2942
	_asm mov eax, 325
sl@0
  2943
	_asm jmp common_dispatch
sl@0
  2944
	}
sl@0
  2945
sl@0
  2946
__declspec(dllexport)
sl@0
  2947
__declspec(naked)
sl@0
  2948
void call_vector_326 ()
sl@0
  2949
	{
sl@0
  2950
	// ; public: class TRect  __thiscall RWsSession::PointerCursorArea(int)const 
sl@0
  2951
	_asm mov eax, 326
sl@0
  2952
	_asm jmp common_dispatch
sl@0
  2953
	}
sl@0
  2954
sl@0
  2955
__declspec(dllexport)
sl@0
  2956
__declspec(naked)
sl@0
  2957
void call_vector_327 ()
sl@0
  2958
	{
sl@0
  2959
	// ; public: class TRect  __thiscall RWsSession::PointerCursorArea(void)const 
sl@0
  2960
	_asm mov eax, 327
sl@0
  2961
	_asm jmp common_dispatch
sl@0
  2962
	}
sl@0
  2963
sl@0
  2964
__declspec(dllexport)
sl@0
  2965
__declspec(naked)
sl@0
  2966
void call_vector_328 ()
sl@0
  2967
	{
sl@0
  2968
	// ; public: enum TPointerCursorMode  __thiscall RWsSession::PointerCursorMode(void)const 
sl@0
  2969
	_asm mov eax, 328
sl@0
  2970
	_asm jmp common_dispatch
sl@0
  2971
	}
sl@0
  2972
sl@0
  2973
__declspec(dllexport)
sl@0
  2974
__declspec(naked)
sl@0
  2975
void call_vector_329 ()
sl@0
  2976
	{
sl@0
  2977
	// ; public: class TPoint  __thiscall RWsSession::PointerCursorPosition(void)const 
sl@0
  2978
	_asm mov eax, 329
sl@0
  2979
	_asm jmp common_dispatch
sl@0
  2980
	}
sl@0
  2981
sl@0
  2982
__declspec(dllexport)
sl@0
  2983
__declspec(naked)
sl@0
  2984
void call_vector_330 ()
sl@0
  2985
	{
sl@0
  2986
	// ; public: void __thiscall RWsSession::SetDefaultSystemPointerCursor(int)
sl@0
  2987
	_asm mov eax, 330
sl@0
  2988
	_asm jmp common_dispatch
sl@0
  2989
	}
sl@0
  2990
sl@0
  2991
__declspec(dllexport)
sl@0
  2992
__declspec(naked)
sl@0
  2993
void call_vector_331 ()
sl@0
  2994
	{
sl@0
  2995
	// ; public: void __thiscall RWsSession::SetPointerCursorArea(class TRect const &)
sl@0
  2996
	_asm mov eax, 331
sl@0
  2997
	_asm jmp common_dispatch
sl@0
  2998
	}
sl@0
  2999
sl@0
  3000
__declspec(dllexport)
sl@0
  3001
__declspec(naked)
sl@0
  3002
void call_vector_332 ()
sl@0
  3003
	{
sl@0
  3004
	// ; public: void __thiscall RWsSession::SetPointerCursorArea(int,class TRect const &)
sl@0
  3005
	_asm mov eax, 332
sl@0
  3006
	_asm jmp common_dispatch
sl@0
  3007
	}
sl@0
  3008
sl@0
  3009
__declspec(dllexport)
sl@0
  3010
__declspec(naked)
sl@0
  3011
void call_vector_333 ()
sl@0
  3012
	{
sl@0
  3013
	// ; public: void __thiscall RWsSession::SetPointerCursorMode(enum TPointerCursorMode)
sl@0
  3014
	_asm mov eax, 333
sl@0
  3015
	_asm jmp common_dispatch
sl@0
  3016
	}
sl@0
  3017
sl@0
  3018
__declspec(dllexport)
sl@0
  3019
__declspec(naked)
sl@0
  3020
void call_vector_334 ()
sl@0
  3021
	{
sl@0
  3022
	// ; public: int __thiscall RWsSession::SetPointerCursorPosition(class TPoint const &)
sl@0
  3023
	_asm mov eax, 334
sl@0
  3024
	_asm jmp common_dispatch
sl@0
  3025
	}
sl@0
  3026
sl@0
  3027
__declspec(dllexport)
sl@0
  3028
__declspec(naked)
sl@0
  3029
void call_vector_335 ()
sl@0
  3030
	{
sl@0
  3031
	// ; public: void __thiscall RWsSession::SimulateXyInputType(enum TXYInputType)
sl@0
  3032
	_asm mov eax, 335
sl@0
  3033
	_asm jmp common_dispatch
sl@0
  3034
	}
sl@0
  3035
sl@0
  3036
__declspec(dllexport)
sl@0
  3037
__declspec(naked)
sl@0
  3038
void call_vector_336 ()
sl@0
  3039
	{
sl@0
  3040
	// ; public: int __thiscall RWindowBase::MoveToGroup(int)
sl@0
  3041
	_asm mov eax, 336
sl@0
  3042
	_asm jmp common_dispatch
sl@0
  3043
	}
sl@0
  3044
sl@0
  3045
__declspec(dllexport)
sl@0
  3046
__declspec(naked)
sl@0
  3047
void call_vector_337 ()
sl@0
  3048
	{
sl@0
  3049
	// ; public: int __thiscall RWsSession::SendMessageToAllWindowGroups(int,class TUid,class TDesC8 const &)
sl@0
  3050
	_asm mov eax, 337
sl@0
  3051
	_asm jmp common_dispatch
sl@0
  3052
	}
sl@0
  3053
sl@0
  3054
__declspec(dllexport)
sl@0
  3055
__declspec(naked)
sl@0
  3056
void call_vector_338 ()
sl@0
  3057
	{
sl@0
  3058
	// ; public: int __thiscall RWsSession::SendMessageToAllWindowGroups(class TUid,class TDesC8 const &)
sl@0
  3059
	_asm mov eax, 338
sl@0
  3060
	_asm jmp common_dispatch
sl@0
  3061
	}
sl@0
  3062
sl@0
  3063
__declspec(dllexport)
sl@0
  3064
__declspec(naked)
sl@0
  3065
void call_vector_339 ()
sl@0
  3066
	{
sl@0
  3067
	// ; public: void __thiscall RWindowTreeNode::DisableFocusChangeEvents(void)
sl@0
  3068
	_asm mov eax, 339
sl@0
  3069
	_asm jmp common_dispatch
sl@0
  3070
	}
sl@0
  3071
sl@0
  3072
__declspec(dllexport)
sl@0
  3073
__declspec(naked)
sl@0
  3074
void call_vector_340 ()
sl@0
  3075
	{
sl@0
  3076
	// ; public: int __thiscall RWindowTreeNode::EnableFocusChangeEvents(void)
sl@0
  3077
	_asm mov eax, 340
sl@0
  3078
	_asm jmp common_dispatch
sl@0
  3079
	}
sl@0
  3080
sl@0
  3081
__declspec(dllexport)
sl@0
  3082
__declspec(naked)
sl@0
  3083
void call_vector_341 ()
sl@0
  3084
	{
sl@0
  3085
	// ; public: void __thiscall RWsSession::SetDefaultFadingParameters(unsigned char,unsigned char)
sl@0
  3086
	_asm mov eax, 341
sl@0
  3087
	_asm jmp common_dispatch
sl@0
  3088
	}
sl@0
  3089
sl@0
  3090
__declspec(dllexport)
sl@0
  3091
__declspec(naked)
sl@0
  3092
void call_vector_342 ()
sl@0
  3093
	{
sl@0
  3094
	// ; public: void __thiscall RWindowTreeNode::SetFaded(int,enum RWindowTreeNode::TFadeControl,unsigned char,unsigned char)
sl@0
  3095
	_asm mov eax, 342
sl@0
  3096
	_asm jmp common_dispatch
sl@0
  3097
	}
sl@0
  3098
sl@0
  3099
__declspec(dllexport)
sl@0
  3100
__declspec(naked)
sl@0
  3101
void call_vector_343 ()
sl@0
  3102
	{
sl@0
  3103
	// ; public: virtual void __thiscall CWindowGc::SetFadingParameters(unsigned char,unsigned char)
sl@0
  3104
	_asm mov eax, 343
sl@0
  3105
	_asm jmp common_dispatch
sl@0
  3106
	}
sl@0
  3107
sl@0
  3108
__declspec(dllexport)
sl@0
  3109
__declspec(naked)
sl@0
  3110
void call_vector_344 ()
sl@0
  3111
	{
sl@0
  3112
	// ; public: void __thiscall RWsSession::PrepareForSwitchOff(void)
sl@0
  3113
	_asm mov eax, 344
sl@0
  3114
	_asm jmp common_dispatch
sl@0
  3115
	}
sl@0
  3116
sl@0
  3117
__declspec(dllexport)
sl@0
  3118
__declspec(naked)
sl@0
  3119
void call_vector_345 ()
sl@0
  3120
	{
sl@0
  3121
	// ; public: int __thiscall CWsScreenDevice::SetCustomPalette(class CPalette const *)
sl@0
  3122
	_asm mov eax, 345
sl@0
  3123
	_asm jmp common_dispatch
sl@0
  3124
	}
sl@0
  3125
sl@0
  3126
__declspec(dllexport)
sl@0
  3127
__declspec(naked)
sl@0
  3128
void call_vector_346 ()
sl@0
  3129
	{
sl@0
  3130
	// ; public: __thiscall RDirectScreenAccess::RDirectScreenAccess(class RWsSession &)
sl@0
  3131
	_asm mov eax, 346
sl@0
  3132
	_asm jmp common_dispatch
sl@0
  3133
	}
sl@0
  3134
sl@0
  3135
__declspec(dllexport)
sl@0
  3136
__declspec(naked)
sl@0
  3137
void call_vector_347 ()
sl@0
  3138
	{
sl@0
  3139
	// ; public: __thiscall RDirectScreenAccess::RDirectScreenAccess(void)
sl@0
  3140
	_asm mov eax, 347
sl@0
  3141
	_asm jmp common_dispatch
sl@0
  3142
	}
sl@0
  3143
sl@0
  3144
__declspec(dllexport)
sl@0
  3145
__declspec(naked)
sl@0
  3146
void call_vector_348 ()
sl@0
  3147
	{
sl@0
  3148
	// ; public: void __thiscall RDirectScreenAccess::Cancel(void)
sl@0
  3149
	_asm mov eax, 348
sl@0
  3150
	_asm jmp common_dispatch
sl@0
  3151
	}
sl@0
  3152
sl@0
  3153
__declspec(dllexport)
sl@0
  3154
__declspec(naked)
sl@0
  3155
void call_vector_349 ()
sl@0
  3156
	{
sl@0
  3157
	// ; public: void __thiscall RDirectScreenAccess::Close(void)
sl@0
  3158
	_asm mov eax, 349
sl@0
  3159
	_asm jmp common_dispatch
sl@0
  3160
	}
sl@0
  3161
sl@0
  3162
__declspec(dllexport)
sl@0
  3163
__declspec(naked)
sl@0
  3164
void call_vector_350 ()
sl@0
  3165
	{
sl@0
  3166
	// ; public: void __thiscall RDirectScreenAccess::Completed(void)
sl@0
  3167
	_asm mov eax, 350
sl@0
  3168
	_asm jmp common_dispatch
sl@0
  3169
	}
sl@0
  3170
sl@0
  3171
__declspec(dllexport)
sl@0
  3172
__declspec(naked)
sl@0
  3173
void call_vector_351 ()
sl@0
  3174
	{
sl@0
  3175
	// ; public: int __thiscall RDirectScreenAccess::Construct(void)
sl@0
  3176
	_asm mov eax, 351
sl@0
  3177
	_asm jmp common_dispatch
sl@0
  3178
	}
sl@0
  3179
sl@0
  3180
__declspec(dllexport)
sl@0
  3181
__declspec(naked)
sl@0
  3182
void call_vector_352 ()
sl@0
  3183
	{
sl@0
  3184
	// ; public: static class CDirectScreenAccess * __cdecl CDirectScreenAccess::NewL(class RWsSession &,class CWsScreenDevice &,class RWindowBase &,class MDirectScreenAccess &)
sl@0
  3185
	_asm mov eax, 352
sl@0
  3186
	_asm jmp common_dispatch
sl@0
  3187
	}
sl@0
  3188
sl@0
  3189
__declspec(dllexport)
sl@0
  3190
__declspec(naked)
sl@0
  3191
void call_vector_353 ()
sl@0
  3192
	{
sl@0
  3193
	// ; public: int __thiscall RDirectScreenAccess::Request(class RRegion * &,class TRequestStatus &,class RWindowBase const &)
sl@0
  3194
	_asm mov eax, 353
sl@0
  3195
	_asm jmp common_dispatch
sl@0
  3196
	}
sl@0
  3197
sl@0
  3198
__declspec(dllexport)
sl@0
  3199
__declspec(naked)
sl@0
  3200
void call_vector_354 ()
sl@0
  3201
	{
sl@0
  3202
	// ; public: void __thiscall CDirectScreenAccess::StartL(void)
sl@0
  3203
	_asm mov eax, 354
sl@0
  3204
	_asm jmp common_dispatch
sl@0
  3205
	}
sl@0
  3206
sl@0
  3207
__declspec(dllexport)
sl@0
  3208
__declspec(naked)
sl@0
  3209
void call_vector_355 ()
sl@0
  3210
	{
sl@0
  3211
	// ; public: void __thiscall RWsSession::SetBufferSizeL(int)
sl@0
  3212
	_asm mov eax, 355
sl@0
  3213
	_asm jmp common_dispatch
sl@0
  3214
	}
sl@0
  3215
sl@0
  3216
__declspec(dllexport)
sl@0
  3217
__declspec(naked)
sl@0
  3218
void call_vector_356 ()
sl@0
  3219
	{
sl@0
  3220
	// ; public: int __thiscall RWsSession::SetSystemFaded(int)
sl@0
  3221
	_asm mov eax, 356
sl@0
  3222
	_asm jmp common_dispatch
sl@0
  3223
	}
sl@0
  3224
sl@0
  3225
__declspec(dllexport)
sl@0
  3226
__declspec(naked)
sl@0
  3227
void call_vector_357 ()
sl@0
  3228
	{
sl@0
  3229
	// ; public: int __thiscall RWsSession::SetSystemFaded(int,unsigned char,unsigned char)
sl@0
  3230
	_asm mov eax, 357
sl@0
  3231
	_asm jmp common_dispatch
sl@0
  3232
	}
sl@0
  3233
sl@0
  3234
__declspec(dllexport)
sl@0
  3235
__declspec(naked)
sl@0
  3236
void call_vector_358 ()
sl@0
  3237
	{
sl@0
  3238
	// ; public: void __thiscall RWindowTreeNode::DisableGroupListChangeEvents(void)
sl@0
  3239
	_asm mov eax, 358
sl@0
  3240
	_asm jmp common_dispatch
sl@0
  3241
	}
sl@0
  3242
sl@0
  3243
__declspec(dllexport)
sl@0
  3244
__declspec(naked)
sl@0
  3245
void call_vector_359 ()
sl@0
  3246
	{
sl@0
  3247
	// ; public: int __thiscall RWindowTreeNode::EnableGroupListChangeEvents(void)
sl@0
  3248
	_asm mov eax, 359
sl@0
  3249
	_asm jmp common_dispatch
sl@0
  3250
	}
sl@0
  3251
sl@0
  3252
__declspec(dllexport)
sl@0
  3253
__declspec(naked)
sl@0
  3254
void call_vector_360 ()
sl@0
  3255
	{
sl@0
  3256
	// ; public: int __thiscall RSoundPlugIn::Construct(class TUid)
sl@0
  3257
	_asm mov eax, 360
sl@0
  3258
	_asm jmp common_dispatch
sl@0
  3259
	}
sl@0
  3260
sl@0
  3261
__declspec(dllexport)
sl@0
  3262
__declspec(naked)
sl@0
  3263
void call_vector_361 ()
sl@0
  3264
	{
sl@0
  3265
	// ; public: void __thiscall RSoundPlugIn::Destroy(void)
sl@0
  3266
	_asm mov eax, 361
sl@0
  3267
	_asm jmp common_dispatch
sl@0
  3268
	}
sl@0
  3269
sl@0
  3270
__declspec(dllexport)
sl@0
  3271
__declspec(naked)
sl@0
  3272
void call_vector_362 ()
sl@0
  3273
	{
sl@0
  3274
	// ; int RSoundPlugIn::IsLoaded(int &) const
sl@0
  3275
	_asm mov eax, 362
sl@0
  3276
	_asm jmp common_dispatch
sl@0
  3277
	}
sl@0
  3278
sl@0
  3279
__declspec(dllexport)
sl@0
  3280
__declspec(naked)
sl@0
  3281
void call_vector_363 ()
sl@0
  3282
	{
sl@0
  3283
	// ; public: int __thiscall RSoundPlugIn::Load(class TDesC16 const &)
sl@0
  3284
	_asm mov eax, 363
sl@0
  3285
	_asm jmp common_dispatch
sl@0
  3286
	}
sl@0
  3287
sl@0
  3288
__declspec(dllexport)
sl@0
  3289
__declspec(naked)
sl@0
  3290
void call_vector_364 ()
sl@0
  3291
	{
sl@0
  3292
	// ; public: int __thiscall RSoundPlugIn::Unload(void)
sl@0
  3293
	_asm mov eax, 364
sl@0
  3294
	_asm jmp common_dispatch
sl@0
  3295
	}
sl@0
  3296
sl@0
  3297
__declspec(dllexport)
sl@0
  3298
__declspec(naked)
sl@0
  3299
void call_vector_365 ()
sl@0
  3300
	{
sl@0
  3301
	// ; public: int __thiscall CWsScreenDevice::CurrentScreenMode(void)const 
sl@0
  3302
	_asm mov eax, 365
sl@0
  3303
	_asm jmp common_dispatch
sl@0
  3304
	}
sl@0
  3305
sl@0
  3306
__declspec(dllexport)
sl@0
  3307
__declspec(naked)
sl@0
  3308
void call_vector_366 ()
sl@0
  3309
	{
sl@0
  3310
	// ; public: void __thiscall RWindowGroup::CancelCaptureLongKey(long)
sl@0
  3311
	_asm mov eax, 366
sl@0
  3312
	_asm jmp common_dispatch
sl@0
  3313
	}
sl@0
  3314
sl@0
  3315
__declspec(dllexport)
sl@0
  3316
__declspec(naked)
sl@0
  3317
void call_vector_367 ()
sl@0
  3318
	{
sl@0
  3319
	// ; public: long __thiscall RWindowGroup::CaptureLongKey(unsigned int,unsigned int,unsigned int,unsigned int,int,unsigned int)
sl@0
  3320
	_asm mov eax, 367
sl@0
  3321
	_asm jmp common_dispatch
sl@0
  3322
	}
sl@0
  3323
sl@0
  3324
__declspec(dllexport)
sl@0
  3325
__declspec(naked)
sl@0
  3326
void call_vector_368 ()
sl@0
  3327
	{
sl@0
  3328
	// ; public: long __thiscall RWindowGroup::CaptureLongKey(class TTimeIntervalMicroSeconds32,unsigned int,unsigned int,unsigned int,unsigned int,int,unsigned int)
sl@0
  3329
	_asm mov eax, 368
sl@0
  3330
	_asm jmp common_dispatch
sl@0
  3331
	}
sl@0
  3332
sl@0
  3333
__declspec(dllexport)
sl@0
  3334
__declspec(naked)
sl@0
  3335
void call_vector_369 ()
sl@0
  3336
	{
sl@0
  3337
	// ; public: int __thiscall RWsSession::SendEventToOneWindowGroupsPerClient(class TWsEvent const &)
sl@0
  3338
	_asm mov eax, 369
sl@0
  3339
	_asm jmp common_dispatch
sl@0
  3340
	}
sl@0
  3341
sl@0
  3342
__declspec(dllexport)
sl@0
  3343
__declspec(naked)
sl@0
  3344
void call_vector_370 ()
sl@0
  3345
	{
sl@0
  3346
	// ; int RSoundPlugIn::KeyClickEnabled(void) const
sl@0
  3347
	_asm mov eax, 370
sl@0
  3348
	_asm jmp common_dispatch
sl@0
  3349
	}
sl@0
  3350
sl@0
  3351
__declspec(dllexport)
sl@0
  3352
__declspec(naked)
sl@0
  3353
void call_vector_371 ()
sl@0
  3354
	{
sl@0
  3355
	// ; int RSoundPlugIn::PenClickEnabled(void) const
sl@0
  3356
	_asm mov eax, 371
sl@0
  3357
	_asm jmp common_dispatch
sl@0
  3358
	}
sl@0
  3359
sl@0
  3360
__declspec(dllexport)
sl@0
  3361
__declspec(naked)
sl@0
  3362
void call_vector_372 ()
sl@0
  3363
	{
sl@0
  3364
	// ; public: void __thiscall RSoundPlugIn::SetKeyClick(int)
sl@0
  3365
	_asm mov eax, 372
sl@0
  3366
	_asm jmp common_dispatch
sl@0
  3367
	}
sl@0
  3368
sl@0
  3369
__declspec(dllexport)
sl@0
  3370
__declspec(naked)
sl@0
  3371
void call_vector_373 ()
sl@0
  3372
	{
sl@0
  3373
	// ; public: void __thiscall RSoundPlugIn::SetPenClick(int)
sl@0
  3374
	_asm mov eax, 373
sl@0
  3375
	_asm jmp common_dispatch
sl@0
  3376
	}
sl@0
  3377
sl@0
  3378
__declspec(dllexport)
sl@0
  3379
__declspec(naked)
sl@0
  3380
void call_vector_374 ()
sl@0
  3381
	{
sl@0
  3382
	// ; public: long __thiscall RWindowGroup::CaptureKey(unsigned int,unsigned int,unsigned int,int)
sl@0
  3383
	_asm mov eax, 374
sl@0
  3384
	_asm jmp common_dispatch
sl@0
  3385
	}
sl@0
  3386
sl@0
  3387
__declspec(dllexport)
sl@0
  3388
__declspec(naked)
sl@0
  3389
void call_vector_375 ()
sl@0
  3390
	{
sl@0
  3391
	// ; public: long __thiscall RWindowGroup::CaptureKeyUpAndDowns(unsigned int,unsigned int,unsigned int,int)
sl@0
  3392
	_asm mov eax, 375
sl@0
  3393
	_asm jmp common_dispatch
sl@0
  3394
	}
sl@0
  3395
sl@0
  3396
__declspec(dllexport)
sl@0
  3397
__declspec(naked)
sl@0
  3398
void call_vector_376 ()
sl@0
  3399
	{
sl@0
  3400
	// ; public: void __thiscall RWsSession::LogCommand(enum RWsSession::TLoggingCommand)
sl@0
  3401
	_asm mov eax, 376
sl@0
  3402
	_asm jmp common_dispatch
sl@0
  3403
	}
sl@0
  3404
sl@0
  3405
__declspec(dllexport)
sl@0
  3406
__declspec(naked)
sl@0
  3407
void call_vector_377 ()
sl@0
  3408
	{
sl@0
  3409
	// ; public: __thiscall RSoundPlugIn::RSoundPlugIn(class RWsSession &)
sl@0
  3410
	_asm mov eax, 377
sl@0
  3411
	_asm jmp common_dispatch
sl@0
  3412
	}
sl@0
  3413
sl@0
  3414
__declspec(dllexport)
sl@0
  3415
__declspec(naked)
sl@0
  3416
void call_vector_378 ()
sl@0
  3417
	{
sl@0
  3418
	// ; public: __thiscall RSoundPlugIn::RSoundPlugIn(void)
sl@0
  3419
	_asm mov eax, 378
sl@0
  3420
	_asm jmp common_dispatch
sl@0
  3421
	}
sl@0
  3422
sl@0
  3423
__declspec(dllexport)
sl@0
  3424
__declspec(naked)
sl@0
  3425
void call_vector_379 ()
sl@0
  3426
	{
sl@0
  3427
	// ; public: void __thiscall RSoundPlugIn::Close(void)
sl@0
  3428
	_asm mov eax, 379
sl@0
  3429
	_asm jmp common_dispatch
sl@0
  3430
	}
sl@0
  3431
sl@0
  3432
__declspec(dllexport)
sl@0
  3433
__declspec(naked)
sl@0
  3434
void call_vector_380 ()
sl@0
  3435
	{
sl@0
  3436
	// ; public: int __thiscall RSoundPlugIn::CommandReply(int,class TPtrC8 const &)
sl@0
  3437
	_asm mov eax, 380
sl@0
  3438
	_asm jmp common_dispatch
sl@0
  3439
	}
sl@0
  3440
sl@0
  3441
__declspec(dllexport)
sl@0
  3442
__declspec(naked)
sl@0
  3443
void call_vector_381 ()
sl@0
  3444
	{
sl@0
  3445
	// ; public: int __thiscall RWsSession::SetCustomTextCursor(int,class TArray<struct TSpriteMember> const &,unsigned int,enum RWsSession::TCustomTextCursorAlignment)
sl@0
  3446
	_asm mov eax, 381
sl@0
  3447
	_asm jmp common_dispatch
sl@0
  3448
	}
sl@0
  3449
sl@0
  3450
__declspec(dllexport)
sl@0
  3451
__declspec(naked)
sl@0
  3452
void call_vector_382 ()
sl@0
  3453
	{
sl@0
  3454
	// ; public: void __thiscall RWindow::HandleTransparencyUpdate(void)
sl@0
  3455
	_asm mov eax, 382
sl@0
  3456
	_asm jmp common_dispatch
sl@0
  3457
	}
sl@0
  3458
sl@0
  3459
__declspec(dllexport)
sl@0
  3460
__declspec(naked)
sl@0
  3461
void call_vector_383 ()
sl@0
  3462
	{
sl@0
  3463
	// ; public: int __thiscall RWindow::SetTransparencyBitmap(class CFbsBitmap const &)
sl@0
  3464
	_asm mov eax, 383
sl@0
  3465
	_asm jmp common_dispatch
sl@0
  3466
	}
sl@0
  3467
sl@0
  3468
__declspec(dllexport)
sl@0
  3469
__declspec(naked)
sl@0
  3470
void call_vector_384 ()
sl@0
  3471
	{
sl@0
  3472
	// ; public: int __thiscall RWindow::SetTransparencyFactor(class TRgb const &)
sl@0
  3473
	_asm mov eax, 384
sl@0
  3474
	_asm jmp common_dispatch
sl@0
  3475
	}
sl@0
  3476
sl@0
  3477
__declspec(dllexport)
sl@0
  3478
__declspec(naked)
sl@0
  3479
void call_vector_385 ()
sl@0
  3480
	{
sl@0
  3481
	// ; public: void __thiscall RWindow::SetNonTransparent(void)
sl@0
  3482
	_asm mov eax, 385
sl@0
  3483
	_asm jmp common_dispatch
sl@0
  3484
	}
sl@0
  3485
sl@0
  3486
__declspec(dllexport)
sl@0
  3487
__declspec(naked)
sl@0
  3488
void call_vector_386 ()
sl@0
  3489
	{
sl@0
  3490
	// ; public: int __thiscall RWsSession::TestWriteReplyByProvidingRemoteReadAccess(int,int,class TDesC8 const &,class TDesC16 const &)
sl@0
  3491
	_asm mov eax, 386
sl@0
  3492
	_asm jmp common_dispatch
sl@0
  3493
	}
sl@0
  3494
sl@0
  3495
__declspec(dllexport)
sl@0
  3496
__declspec(naked)
sl@0
  3497
void call_vector_387 ()
sl@0
  3498
	{
sl@0
  3499
	// ; public: int __thiscall RWsSession::TestWriteReplyByProvidingRemoteReadAccess(int,int,class TDesC8 const &,class TDesC8 const &)
sl@0
  3500
	_asm mov eax, 387
sl@0
  3501
	_asm jmp common_dispatch
sl@0
  3502
	}
sl@0
  3503
sl@0
  3504
__declspec(dllexport)
sl@0
  3505
__declspec(naked)
sl@0
  3506
void call_vector_388 ()
sl@0
  3507
	{
sl@0
  3508
	// ; int RAnim::CommandReply(int, class TDesC8 const &, class TIpcArgs const &)
sl@0
  3509
	_asm mov eax, 388
sl@0
  3510
	_asm jmp common_dispatch
sl@0
  3511
	}
sl@0
  3512
sl@0
  3513
__declspec(dllexport)
sl@0
  3514
__declspec(naked)
sl@0
  3515
void call_vector_389 ()
sl@0
  3516
	{
sl@0
  3517
	// ; int RAnim::Construct(class RWindowBase const &, int, class TDesC8 const &, class TIpcArgs const &)
sl@0
  3518
	_asm mov eax, 389
sl@0
  3519
	_asm jmp common_dispatch
sl@0
  3520
	}
sl@0
  3521
sl@0
  3522
__declspec(dllexport)
sl@0
  3523
__declspec(naked)
sl@0
  3524
void call_vector_390 ()
sl@0
  3525
	{
sl@0
  3526
	// ; int RAnim::Construct(class RWsSprite const &, int, class TDesC8 const &, class TIpcArgs const &)
sl@0
  3527
	_asm mov eax, 390
sl@0
  3528
	_asm jmp common_dispatch
sl@0
  3529
	}
sl@0
  3530
sl@0
  3531
__declspec(dllexport)
sl@0
  3532
__declspec(naked)
sl@0
  3533
void call_vector_391 ()
sl@0
  3534
	{
sl@0
  3535
	// ; void RAnim::AsyncCommandReply(class TRequestStatus &, int, class TIpcArgs const &)
sl@0
  3536
	_asm mov eax, 391
sl@0
  3537
	_asm jmp common_dispatch
sl@0
  3538
	}
sl@0
  3539
sl@0
  3540
__declspec(dllexport)
sl@0
  3541
__declspec(naked)
sl@0
  3542
void call_vector_392 ()
sl@0
  3543
	{
sl@0
  3544
	// ; public: class TPoint  __thiscall RWindowBase::AbsPosition(void)const 
sl@0
  3545
	_asm mov eax, 392
sl@0
  3546
	_asm jmp common_dispatch
sl@0
  3547
	}
sl@0
  3548
sl@0
  3549
__declspec(dllexport)
sl@0
  3550
__declspec(naked)
sl@0
  3551
void call_vector_393 ()
sl@0
  3552
	{
sl@0
  3553
	// ; public: int __thiscall CWsScreenDevice::RectCompare(class TRect const &,class TRect const &,unsigned int)const 
sl@0
  3554
	_asm mov eax, 393
sl@0
  3555
	_asm jmp common_dispatch
sl@0
  3556
	}
sl@0
  3557
sl@0
  3558
__declspec(dllexport)
sl@0
  3559
__declspec(naked)
sl@0
  3560
void call_vector_394 ()
sl@0
  3561
	{
sl@0
  3562
	// ; public: class TPoint  __thiscall CWsScreenDevice::GetDefaultScreenModeOrigin(void)const 
sl@0
  3563
	_asm mov eax, 394
sl@0
  3564
	_asm jmp common_dispatch
sl@0
  3565
	}
sl@0
  3566
sl@0
  3567
__declspec(dllexport)
sl@0
  3568
__declspec(naked)
sl@0
  3569
void call_vector_395 ()
sl@0
  3570
	{
sl@0
  3571
	// ; public: class TPoint  __thiscall CWsScreenDevice::GetScreenModeOrigin(int)const 
sl@0
  3572
	_asm mov eax, 395
sl@0
  3573
	_asm jmp common_dispatch
sl@0
  3574
	}
sl@0
  3575
sl@0
  3576
__declspec(dllexport)
sl@0
  3577
__declspec(naked)
sl@0
  3578
void call_vector_396 ()
sl@0
  3579
	{
sl@0
  3580
	// ; void RWindow::EnableRedrawStore(int)
sl@0
  3581
	_asm mov eax, 396
sl@0
  3582
	_asm jmp common_dispatch
sl@0
  3583
	}
sl@0
  3584
sl@0
  3585
__declspec(dllexport)
sl@0
  3586
__declspec(naked)
sl@0
  3587
void call_vector_397 ()
sl@0
  3588
	{
sl@0
  3589
	// ; void CWindowGc::AlphaBlendBitmaps(class TPoint const &, class CFbsBitmap const *, class TRect const &, class CFbsBitmap const *, class TPoint const &)
sl@0
  3590
	_asm mov eax, 397
sl@0
  3591
	_asm jmp common_dispatch
sl@0
  3592
	}
sl@0
  3593
sl@0
  3594
__declspec(dllexport)
sl@0
  3595
__declspec(naked)
sl@0
  3596
void call_vector_398 ()
sl@0
  3597
	{
sl@0
  3598
	// ; void CWindowGc::AlphaBlendBitmaps(class TPoint const &, class CWsBitmap const *, class TRect const &, class CWsBitmap const *, class TPoint const &)
sl@0
  3599
	_asm mov eax, 398
sl@0
  3600
	_asm jmp common_dispatch
sl@0
  3601
	}
sl@0
  3602
sl@0
  3603
__declspec(dllexport)
sl@0
  3604
__declspec(naked)
sl@0
  3605
void call_vector_399 ()
sl@0
  3606
	{
sl@0
  3607
	// ; void CWindowGc::SetOpaque(int)
sl@0
  3608
	_asm mov eax, 399
sl@0
  3609
	_asm jmp common_dispatch
sl@0
  3610
	}
sl@0
  3611
sl@0
  3612
__declspec(dllexport)
sl@0
  3613
__declspec(naked)
sl@0
  3614
void call_vector_400 ()
sl@0
  3615
	{
sl@0
  3616
	// ; public: class TSizeMode  __thiscall CWsScreenDevice::GetCurrentScreenModeAttributes(void)const 
sl@0
  3617
	_asm mov eax, 400
sl@0
  3618
	_asm jmp common_dispatch
sl@0
  3619
	}
sl@0
  3620
sl@0
  3621
__declspec(dllexport)
sl@0
  3622
__declspec(naked)
sl@0
  3623
void call_vector_401 ()
sl@0
  3624
	{
sl@0
  3625
	// ; public: class TPoint  __thiscall CWsScreenDevice::GetCurrentScreenModeScaledOrigin(void)const 
sl@0
  3626
	_asm mov eax, 401
sl@0
  3627
	_asm jmp common_dispatch
sl@0
  3628
	}
sl@0
  3629
sl@0
  3630
__declspec(dllexport)
sl@0
  3631
__declspec(naked)
sl@0
  3632
void call_vector_402 ()
sl@0
  3633
	{
sl@0
  3634
	// ; public: class TSize  __thiscall CWsScreenDevice::GetCurrentScreenModeScale(void)const 
sl@0
  3635
	_asm mov eax, 402
sl@0
  3636
	_asm jmp common_dispatch
sl@0
  3637
	}
sl@0
  3638
sl@0
  3639
__declspec(dllexport)
sl@0
  3640
__declspec(naked)
sl@0
  3641
void call_vector_403 ()
sl@0
  3642
	{
sl@0
  3643
	// ; public: class TPoint  __thiscall CWsScreenDevice::GetScreenModeScaledOrigin(int)const 
sl@0
  3644
	_asm mov eax, 403
sl@0
  3645
	_asm jmp common_dispatch
sl@0
  3646
	}
sl@0
  3647
sl@0
  3648
__declspec(dllexport)
sl@0
  3649
__declspec(naked)
sl@0
  3650
void call_vector_404 ()
sl@0
  3651
	{
sl@0
  3652
	// ; public: class TSize  __thiscall CWsScreenDevice::GetScreenModeScale(int)const 
sl@0
  3653
	_asm mov eax, 404
sl@0
  3654
	_asm jmp common_dispatch
sl@0
  3655
	}
sl@0
  3656
sl@0
  3657
__declspec(dllexport)
sl@0
  3658
__declspec(naked)
sl@0
  3659
void call_vector_405 ()
sl@0
  3660
	{
sl@0
  3661
	// ; public: void __thiscall CWsScreenDevice::SetAppScreenMode(int)
sl@0
  3662
	_asm mov eax, 405
sl@0
  3663
	_asm jmp common_dispatch
sl@0
  3664
	}
sl@0
  3665
sl@0
  3666
__declspec(dllexport)
sl@0
  3667
__declspec(naked)
sl@0
  3668
void call_vector_406 ()
sl@0
  3669
	{
sl@0
  3670
	// ; public: void __thiscall CWsScreenDevice::SetCurrentScreenModeAttributes(class TSizeMode const &)
sl@0
  3671
	_asm mov eax, 406
sl@0
  3672
	_asm jmp common_dispatch
sl@0
  3673
	}
sl@0
  3674
sl@0
  3675
__declspec(dllexport)
sl@0
  3676
__declspec(naked)
sl@0
  3677
void call_vector_407 ()
sl@0
  3678
	{
sl@0
  3679
	// ; void CWindowGc::DrawBitmapMasked(class TRect const &, class CFbsBitmap const *, class TRect const &, class CFbsBitmap const *, int)
sl@0
  3680
	_asm mov eax, 407
sl@0
  3681
	_asm jmp common_dispatch
sl@0
  3682
	}
sl@0
  3683
sl@0
  3684
__declspec(dllexport)
sl@0
  3685
__declspec(naked)
sl@0
  3686
void call_vector_408 ()
sl@0
  3687
	{
sl@0
  3688
	// ; int CWsScreenDevice::Construct(int)
sl@0
  3689
	_asm mov eax, 408
sl@0
  3690
	_asm jmp common_dispatch
sl@0
  3691
	}
sl@0
  3692
sl@0
  3693
__declspec(dllexport)
sl@0
  3694
__declspec(naked)
sl@0
  3695
void call_vector_409 ()
sl@0
  3696
	{
sl@0
  3697
	// ; int CWsScreenDevice::GetScreenNumber(void) const
sl@0
  3698
	_asm mov eax, 409
sl@0
  3699
	_asm jmp common_dispatch
sl@0
  3700
	}
sl@0
  3701
sl@0
  3702
__declspec(dllexport)
sl@0
  3703
__declspec(naked)
sl@0
  3704
void call_vector_410 ()
sl@0
  3705
	{
sl@0
  3706
	// ; int RWsSession::GetFocusScreen(void) const
sl@0
  3707
	_asm mov eax, 410
sl@0
  3708
	_asm jmp common_dispatch
sl@0
  3709
	}
sl@0
  3710
sl@0
  3711
__declspec(dllexport)
sl@0
  3712
__declspec(naked)
sl@0
  3713
void call_vector_411 ()
sl@0
  3714
	{
sl@0
  3715
	// ; int RWsSession::SetFocusScreen(int)
sl@0
  3716
	_asm mov eax, 411
sl@0
  3717
	_asm jmp common_dispatch
sl@0
  3718
	}
sl@0
  3719
sl@0
  3720
__declspec(dllexport)
sl@0
  3721
__declspec(naked)
sl@0
  3722
void call_vector_412 ()
sl@0
  3723
	{
sl@0
  3724
	// ; public: int __thiscall RWindowGroup::ConstructChildApp(int,unsigned long)
sl@0
  3725
	_asm mov eax, 412
sl@0
  3726
	_asm jmp common_dispatch
sl@0
  3727
	}
sl@0
  3728
sl@0
  3729
__declspec(dllexport)
sl@0
  3730
__declspec(naked)
sl@0
  3731
void call_vector_413 ()
sl@0
  3732
	{
sl@0
  3733
	// ; public: int __thiscall RWindowGroup::ConstructChildApp(int,unsigned long,int)
sl@0
  3734
	_asm mov eax, 413
sl@0
  3735
	_asm jmp common_dispatch
sl@0
  3736
	}
sl@0
  3737
sl@0
  3738
__declspec(dllexport)
sl@0
  3739
__declspec(naked)
sl@0
  3740
void call_vector_414 ()
sl@0
  3741
	{
sl@0
  3742
	// ; int RWsSession::WindowGroupList(int, class RArray<struct RWsSession::TWindowGroupChainInfo> *) const
sl@0
  3743
	_asm mov eax, 414
sl@0
  3744
	_asm jmp common_dispatch
sl@0
  3745
	}
sl@0
  3746
sl@0
  3747
__declspec(dllexport)
sl@0
  3748
__declspec(naked)
sl@0
  3749
void call_vector_415 ()
sl@0
  3750
	{
sl@0
  3751
	// ; int RWsSession::WindowGroupList(class RArray<struct RWsSession::TWindowGroupChainInfo> *) const
sl@0
  3752
	_asm mov eax, 415
sl@0
  3753
	_asm jmp common_dispatch
sl@0
  3754
	}
sl@0
  3755
sl@0
  3756
__declspec(dllexport)
sl@0
  3757
__declspec(naked)
sl@0
  3758
void call_vector_416 ()
sl@0
  3759
	{
sl@0
  3760
	// ; public: void __thiscall RWindowGroup::AllowProcessToCreateChildWindowGroups(class TUid)
sl@0
  3761
	_asm mov eax, 416
sl@0
  3762
	_asm jmp common_dispatch
sl@0
  3763
	}
sl@0
  3764
sl@0
  3765
__declspec(dllexport)
sl@0
  3766
__declspec(naked)
sl@0
  3767
void call_vector_417 ()
sl@0
  3768
	{
sl@0
  3769
	// ; public: int __thiscall RWindow::SetTransparencyWsBitmap(class CWsBitmap const &)
sl@0
  3770
	_asm mov eax, 417
sl@0
  3771
	_asm jmp common_dispatch
sl@0
  3772
	}
sl@0
  3773
sl@0
  3774
__declspec(dllexport)
sl@0
  3775
__declspec(naked)
sl@0
  3776
void call_vector_418 ()
sl@0
  3777
	{
sl@0
  3778
	// ; int CWsScreenDevice::GetScreenSizeModeList(class RArray<int> *) const
sl@0
  3779
	_asm mov eax, 418
sl@0
  3780
	_asm jmp common_dispatch
sl@0
  3781
	}
sl@0
  3782
sl@0
  3783
__declspec(dllexport)
sl@0
  3784
__declspec(naked)
sl@0
  3785
void call_vector_419 ()
sl@0
  3786
	{
sl@0
  3787
	// ; int CWsScreenDevice::GetNearestFontToDesignHeightInPixels(class CFont * &, class TFontSpec const &)
sl@0
  3788
	_asm mov eax, 419
sl@0
  3789
	_asm jmp common_dispatch
sl@0
  3790
	}
sl@0
  3791
sl@0
  3792
__declspec(dllexport)
sl@0
  3793
__declspec(naked)
sl@0
  3794
void call_vector_420 ()
sl@0
  3795
	{
sl@0
  3796
	// ; int CWsScreenDevice::GetNearestFontToDesignHeightInTwips(class CFont * &, class TFontSpec const &)
sl@0
  3797
	_asm mov eax, 420
sl@0
  3798
	_asm jmp common_dispatch
sl@0
  3799
	}
sl@0
  3800
sl@0
  3801
__declspec(dllexport)
sl@0
  3802
__declspec(naked)
sl@0
  3803
void call_vector_421 ()
sl@0
  3804
	{
sl@0
  3805
	// ; int CWsScreenDevice::GetNearestFontToMaxHeightInPixels(class CFont * &, class TFontSpec const &, int)
sl@0
  3806
	_asm mov eax, 421
sl@0
  3807
	_asm jmp common_dispatch
sl@0
  3808
	}
sl@0
  3809
sl@0
  3810
__declspec(dllexport)
sl@0
  3811
__declspec(naked)
sl@0
  3812
void call_vector_422 ()
sl@0
  3813
	{
sl@0
  3814
	// ; int CWsScreenDevice::GetNearestFontToMaxHeightInTwips(class CFont * &, class TFontSpec const &, int)
sl@0
  3815
	_asm mov eax, 422
sl@0
  3816
	_asm jmp common_dispatch
sl@0
  3817
	}
sl@0
  3818
sl@0
  3819
__declspec(dllexport)
sl@0
  3820
__declspec(naked)
sl@0
  3821
void call_vector_423 ()
sl@0
  3822
	{
sl@0
  3823
	// ; void RWindowTreeNode::DisableVisibilityChangeEvents(void)
sl@0
  3824
	_asm mov eax, 423
sl@0
  3825
	_asm jmp common_dispatch
sl@0
  3826
	}
sl@0
  3827
sl@0
  3828
__declspec(dllexport)
sl@0
  3829
__declspec(naked)
sl@0
  3830
void call_vector_424 ()
sl@0
  3831
	{
sl@0
  3832
	// ; int RWindowTreeNode::EnableVisibilityChangeEvents(void)
sl@0
  3833
	_asm mov eax, 424
sl@0
  3834
	_asm jmp common_dispatch
sl@0
  3835
	}
sl@0
  3836
sl@0
  3837
__declspec(dllexport)
sl@0
  3838
__declspec(naked)
sl@0
  3839
void call_vector_425 ()
sl@0
  3840
	{
sl@0
  3841
	// ; int RWindow::SetTransparencyAlphaChannel(void)
sl@0
  3842
	_asm mov eax, 425
sl@0
  3843
	_asm jmp common_dispatch
sl@0
  3844
	}
sl@0
  3845
sl@0
  3846
__declspec(dllexport)
sl@0
  3847
__declspec(naked)
sl@0
  3848
void call_vector_426 ()
sl@0
  3849
	{
sl@0
  3850
	// ; void RBlankWindow::SetColor(void)
sl@0
  3851
	_asm mov eax, 426
sl@0
  3852
	_asm jmp common_dispatch
sl@0
  3853
	}
sl@0
  3854
sl@0
  3855
__declspec(dllexport)
sl@0
  3856
__declspec(naked)
sl@0
  3857
void call_vector_427 ()
sl@0
  3858
	{
sl@0
  3859
	// ; int RWsSession::SetClientCursorMode(enum TPointerCursorMode)
sl@0
  3860
	_asm mov eax, 427
sl@0
  3861
	_asm jmp common_dispatch
sl@0
  3862
	}
sl@0
  3863
sl@0
  3864
__declspec(dllexport)
sl@0
  3865
__declspec(naked)
sl@0
  3866
void call_vector_428 ()
sl@0
  3867
	{
sl@0
  3868
	// ; class TRect RDrawableWindow::GetDrawRect(void) const
sl@0
  3869
	_asm mov eax, 428
sl@0
  3870
	_asm jmp common_dispatch
sl@0
  3871
	}
sl@0
  3872
sl@0
  3873
__declspec(dllexport)
sl@0
  3874
__declspec(naked)
sl@0
  3875
void call_vector_429 ()
sl@0
  3876
	{
sl@0
  3877
	// (noname)
sl@0
  3878
	_asm mov eax, 429
sl@0
  3879
	_asm jmp common_dispatch
sl@0
  3880
	}
sl@0
  3881
sl@0
  3882
__declspec(dllexport)
sl@0
  3883
__declspec(naked)
sl@0
  3884
void call_vector_430 ()
sl@0
  3885
	{
sl@0
  3886
	// (noname)
sl@0
  3887
	_asm mov eax, 430
sl@0
  3888
	_asm jmp common_dispatch
sl@0
  3889
	}
sl@0
  3890
sl@0
  3891
__declspec(dllexport)
sl@0
  3892
__declspec(naked)
sl@0
  3893
void call_vector_431 ()
sl@0
  3894
	{
sl@0
  3895
	// ; void CWindowGc::Reserved_CWindowGc_3(void)
sl@0
  3896
	_asm mov eax, 431
sl@0
  3897
	_asm jmp common_dispatch
sl@0
  3898
	}
sl@0
  3899
sl@0
  3900
__declspec(dllexport)
sl@0
  3901
__declspec(naked)
sl@0
  3902
void call_vector_432 ()
sl@0
  3903
	{
sl@0
  3904
	// ; void CWindowGc::Reserved_CWindowGc_4(void)
sl@0
  3905
	_asm mov eax, 432
sl@0
  3906
	_asm jmp common_dispatch
sl@0
  3907
	}
sl@0
  3908
sl@0
  3909
__declspec(dllexport)
sl@0
  3910
__declspec(naked)
sl@0
  3911
void call_vector_433 ()
sl@0
  3912
	{
sl@0
  3913
	// ; void CWindowGc::Reserved_CWindowGc_5(void)
sl@0
  3914
	_asm mov eax, 433
sl@0
  3915
	_asm jmp common_dispatch
sl@0
  3916
	}
sl@0
  3917
sl@0
  3918
__declspec(dllexport)
sl@0
  3919
__declspec(naked)
sl@0
  3920
void call_vector_434 ()
sl@0
  3921
	{
sl@0
  3922
	// ; void CWindowGc::Reserved_CBitmapContext_1(void)
sl@0
  3923
	_asm mov eax, 434
sl@0
  3924
	_asm jmp common_dispatch
sl@0
  3925
	}
sl@0
  3926
sl@0
  3927
__declspec(dllexport)
sl@0
  3928
__declspec(naked)
sl@0
  3929
void call_vector_435 ()
sl@0
  3930
	{
sl@0
  3931
	// ; void CWindowGc::Reserved_CBitmapContext_2(void)
sl@0
  3932
	_asm mov eax, 435
sl@0
  3933
	_asm jmp common_dispatch
sl@0
  3934
	}
sl@0
  3935
sl@0
  3936
__declspec(dllexport)
sl@0
  3937
__declspec(naked)
sl@0
  3938
void call_vector_436 ()
sl@0
  3939
	{
sl@0
  3940
	// ; void CWindowGc::Reserved_CBitmapContext_3(void)
sl@0
  3941
	_asm mov eax, 436
sl@0
  3942
	_asm jmp common_dispatch
sl@0
  3943
	}
sl@0
  3944
sl@0
  3945
__declspec(dllexport)
sl@0
  3946
__declspec(naked)
sl@0
  3947
void call_vector_437 ()
sl@0
  3948
	{
sl@0
  3949
	// ; int CWindowGc::APIExtension(class TUid, int*&, int *)
sl@0
  3950
	_asm mov eax, 437
sl@0
  3951
	_asm jmp common_dispatch
sl@0
  3952
	}
sl@0
  3953
sl@0
  3954
__declspec(dllexport)
sl@0
  3955
__declspec(naked)
sl@0
  3956
void call_vector_438 ()
sl@0
  3957
	{
sl@0
  3958
	// ; void CWindowGc::Reserved_CGraphicsContext_2(void)
sl@0
  3959
	_asm mov eax, 438
sl@0
  3960
	_asm jmp common_dispatch
sl@0
  3961
	}
sl@0
  3962
sl@0
  3963
__declspec(dllexport)
sl@0
  3964
__declspec(naked)
sl@0
  3965
void call_vector_439 ()
sl@0
  3966
	{
sl@0
  3967
	// ; void CWindowGc::DrawBitmapMasked(class TRect const &, class CWsBitmap const *, class TRect const &, class CWsBitmap const *, int)
sl@0
  3968
	_asm mov eax, 439
sl@0
  3969
	_asm jmp common_dispatch
sl@0
  3970
	}
sl@0
  3971
sl@0
  3972
__declspec(dllexport)
sl@0
  3973
__declspec(naked)
sl@0
  3974
void call_vector_440 ()
sl@0
  3975
	{
sl@0
  3976
	// ; int RWsSession::Connect(class RFs &)
sl@0
  3977
	_asm mov eax, 440
sl@0
  3978
	_asm jmp common_dispatch
sl@0
  3979
	}
sl@0
  3980
sl@0
  3981
__declspec(dllexport)
sl@0
  3982
__declspec(naked)
sl@0
  3983
void call_vector_441 ()
sl@0
  3984
	{
sl@0
  3985
	// ; enum TDisplayMode CWsScreenDevice::GetScreenModeDisplayMode(int const &) const
sl@0
  3986
	_asm mov eax, 441
sl@0
  3987
	_asm jmp common_dispatch
sl@0
  3988
	}
sl@0
  3989
sl@0
  3990
__declspec(dllexport)
sl@0
  3991
__declspec(naked)
sl@0
  3992
void call_vector_442 ()
sl@0
  3993
	{
sl@0
  3994
	// ; public: void __thiscall RWsSession::ClearAllRedrawStores(void)
sl@0
  3995
	_asm mov eax, 442
sl@0
  3996
	_asm jmp common_dispatch
sl@0
  3997
	}
sl@0
  3998
sl@0
  3999
__declspec(dllexport)
sl@0
  4000
__declspec(naked)
sl@0
  4001
void call_vector_443 ()
sl@0
  4002
	{
sl@0
  4003
	// ; int RWindowTreeNode::WindowGroupId(void) const
sl@0
  4004
	_asm mov eax, 443
sl@0
  4005
	_asm jmp common_dispatch
sl@0
  4006
	}
sl@0
  4007
sl@0
  4008
__declspec(dllexport)
sl@0
  4009
__declspec(naked)
sl@0
  4010
void call_vector_444 ()
sl@0
  4011
	{
sl@0
  4012
	// ; int RWindowBase::GetPointerCapturePriority(void) const
sl@0
  4013
	_asm mov eax, 444
sl@0
  4014
	_asm jmp common_dispatch
sl@0
  4015
	}
sl@0
  4016
sl@0
  4017
__declspec(dllexport)
sl@0
  4018
__declspec(naked)
sl@0
  4019
void call_vector_445 ()
sl@0
  4020
	{
sl@0
  4021
	// ; void RWindowBase::SetPointerCapturePriority(int)
sl@0
  4022
	_asm mov eax, 445
sl@0
  4023
	_asm jmp common_dispatch
sl@0
  4024
	}
sl@0
  4025
sl@0
  4026
__declspec(dllexport)
sl@0
  4027
__declspec(naked)
sl@0
  4028
void call_vector_446 ()
sl@0
  4029
	{
sl@0
  4030
	// ; int RWindow::SetTransparentRegion(class TRegion const &)
sl@0
  4031
	_asm mov eax, 446
sl@0
  4032
	_asm jmp common_dispatch
sl@0
  4033
	}
sl@0
  4034
sl@0
  4035
__declspec(dllexport)
sl@0
  4036
__declspec(naked)
sl@0
  4037
void call_vector_447 ()
sl@0
  4038
	{
sl@0
  4039
	// ; int RWindow::SetTransparencyPolicy(enum TWsTransparencyPolicy)
sl@0
  4040
	_asm mov eax, 447
sl@0
  4041
	_asm jmp common_dispatch
sl@0
  4042
	}
sl@0
  4043
sl@0
  4044
__declspec(dllexport)
sl@0
  4045
__declspec(naked)
sl@0
  4046
void call_vector_448 ()
sl@0
  4047
	{
sl@0
  4048
	// ; int RWindow::IsRedrawStoreEnabled(void) const
sl@0
  4049
	_asm mov eax, 448
sl@0
  4050
	_asm jmp common_dispatch
sl@0
  4051
	}
sl@0
  4052
sl@0
  4053
__declspec(dllexport)
sl@0
  4054
__declspec(naked)
sl@0
  4055
void call_vector_449 ()
sl@0
  4056
	{
sl@0
  4057
	// ; int CWsScreenDevice::SetBackLight(int)
sl@0
  4058
	_asm mov eax, 449
sl@0
  4059
	_asm jmp common_dispatch
sl@0
  4060
	}
sl@0
  4061
sl@0
  4062
__declspec(dllexport)
sl@0
  4063
__declspec(naked)
sl@0
  4064
void call_vector_450 ()
sl@0
  4065
	{
sl@0
  4066
	// ; int RWindowGroup::SetOrdinalPositionErr(int, int)
sl@0
  4067
	_asm mov eax, 450
sl@0
  4068
	_asm jmp common_dispatch
sl@0
  4069
	}
sl@0
  4070
sl@0
  4071
__declspec(dllexport)
sl@0
  4072
__declspec(naked)
sl@0
  4073
void call_vector_451 ()
sl@0
  4074
	{
sl@0
  4075
	// ; int RWindowGroup::ClearChildGroup(void)
sl@0
  4076
	_asm mov eax, 451
sl@0
  4077
	_asm jmp common_dispatch
sl@0
  4078
	}
sl@0
  4079
sl@0
  4080
__declspec(dllexport)
sl@0
  4081
__declspec(naked)
sl@0
  4082
void call_vector_452 ()
sl@0
  4083
	{
sl@0
  4084
	// ; int RWindowGroup::SetChildGroup(int)
sl@0
  4085
	_asm mov eax, 452
sl@0
  4086
	_asm jmp common_dispatch
sl@0
  4087
	}
sl@0
  4088
sl@0
  4089
__declspec(dllexport)
sl@0
  4090
__declspec(naked)
sl@0
  4091
void call_vector_453 ()
sl@0
  4092
	{
sl@0
  4093
	// ; class TUid TWsGraphicId::Uid(void) const
sl@0
  4094
	_asm mov eax, 453
sl@0
  4095
	_asm jmp common_dispatch
sl@0
  4096
	}
sl@0
  4097
sl@0
  4098
__declspec(dllexport)
sl@0
  4099
__declspec(naked)
sl@0
  4100
void call_vector_454 ()
sl@0
  4101
	{
sl@0
  4102
	// ; CWsGraphic::CWsGraphic(void)
sl@0
  4103
	_asm mov eax, 454
sl@0
  4104
	_asm jmp common_dispatch
sl@0
  4105
	}
sl@0
  4106
sl@0
  4107
__declspec(dllexport)
sl@0
  4108
__declspec(naked)
sl@0
  4109
void call_vector_455 ()
sl@0
  4110
	{
sl@0
  4111
	// ; RWsGraphicMsgBuf::RWsGraphicMsgBuf(void)
sl@0
  4112
	_asm mov eax, 455
sl@0
  4113
	_asm jmp common_dispatch
sl@0
  4114
	}
sl@0
  4115
sl@0
  4116
__declspec(dllexport)
sl@0
  4117
__declspec(naked)
sl@0
  4118
void call_vector_456 ()
sl@0
  4119
	{
sl@0
  4120
	// ; TWsGraphicMsgFixedBase::TWsGraphicMsgFixedBase(class TUid, int)
sl@0
  4121
	_asm mov eax, 456
sl@0
  4122
	_asm jmp common_dispatch
sl@0
  4123
	}
sl@0
  4124
sl@0
  4125
__declspec(dllexport)
sl@0
  4126
__declspec(naked)
sl@0
  4127
void call_vector_457 ()
sl@0
  4128
	{
sl@0
  4129
	// ; CWsGraphic::~CWsGraphic(void)
sl@0
  4130
	_asm mov eax, 457
sl@0
  4131
	_asm jmp common_dispatch
sl@0
  4132
	}
sl@0
  4133
sl@0
  4134
__declspec(dllexport)
sl@0
  4135
__declspec(naked)
sl@0
  4136
void call_vector_458 ()
sl@0
  4137
	{
sl@0
  4138
	// ; int RWsGraphicMsgBuf::Append(class TWsGraphicMsgFixedBase const &)
sl@0
  4139
	_asm mov eax, 458
sl@0
  4140
	_asm jmp common_dispatch
sl@0
  4141
	}
sl@0
  4142
sl@0
  4143
__declspec(dllexport)
sl@0
  4144
__declspec(naked)
sl@0
  4145
void call_vector_459 ()
sl@0
  4146
	{
sl@0
  4147
	// ; int RWsGraphicMsgBuf::Append(class TUid, class TDesC16 const &)
sl@0
  4148
	_asm mov eax, 459
sl@0
  4149
	_asm jmp common_dispatch
sl@0
  4150
	}
sl@0
  4151
sl@0
  4152
__declspec(dllexport)
sl@0
  4153
__declspec(naked)
sl@0
  4154
void call_vector_460 ()
sl@0
  4155
	{
sl@0
  4156
	// ; int RWsGraphicMsgBuf::Append(class TUid, class TDesC8 const &)
sl@0
  4157
	_asm mov eax, 460
sl@0
  4158
	_asm jmp common_dispatch
sl@0
  4159
	}
sl@0
  4160
sl@0
  4161
__declspec(dllexport)
sl@0
  4162
__declspec(naked)
sl@0
  4163
void call_vector_461 ()
sl@0
  4164
	{
sl@0
  4165
	// ; int RWsGraphicMsgBuf::Append(class TUid, int, class TPtr8 &)
sl@0
  4166
	_asm mov eax, 461
sl@0
  4167
	_asm jmp common_dispatch
sl@0
  4168
	}
sl@0
  4169
sl@0
  4170
__declspec(dllexport)
sl@0
  4171
__declspec(naked)
sl@0
  4172
void call_vector_462 ()
sl@0
  4173
	{
sl@0
  4174
	// ; void CWsGraphic::BaseConstructL(class TWsGraphicId const &, class TUid, class TDesC8 const &)
sl@0
  4175
	_asm mov eax, 462
sl@0
  4176
	_asm jmp common_dispatch
sl@0
  4177
	}
sl@0
  4178
sl@0
  4179
__declspec(dllexport)
sl@0
  4180
__declspec(naked)
sl@0
  4181
void call_vector_463 ()
sl@0
  4182
	{
sl@0
  4183
	// ; void CWsGraphic::BaseConstructL(class TUid, class TUid, class TDesC8 const &)
sl@0
  4184
	_asm mov eax, 463
sl@0
  4185
	_asm jmp common_dispatch
sl@0
  4186
	}
sl@0
  4187
sl@0
  4188
__declspec(dllexport)
sl@0
  4189
__declspec(naked)
sl@0
  4190
void call_vector_464 ()
sl@0
  4191
	{
sl@0
  4192
	// ; void CWsGraphic::BaseConstructL(class TUid, class TDesC8 const &)
sl@0
  4193
	_asm mov eax, 464
sl@0
  4194
	_asm jmp common_dispatch
sl@0
  4195
	}
sl@0
  4196
sl@0
  4197
__declspec(dllexport)
sl@0
  4198
__declspec(naked)
sl@0
  4199
void call_vector_465 ()
sl@0
  4200
	{
sl@0
  4201
	// ; int CWsGraphic::CWsGraphic_Reserved1(void)
sl@0
  4202
	_asm mov eax, 465
sl@0
  4203
	_asm jmp common_dispatch
sl@0
  4204
	}
sl@0
  4205
sl@0
  4206
__declspec(dllexport)
sl@0
  4207
__declspec(naked)
sl@0
  4208
void call_vector_466 ()
sl@0
  4209
	{
sl@0
  4210
	// ; int CWsGraphic::CWsGraphic_Reserved2(void)
sl@0
  4211
	_asm mov eax, 466
sl@0
  4212
	_asm jmp common_dispatch
sl@0
  4213
	}
sl@0
  4214
sl@0
  4215
__declspec(dllexport)
sl@0
  4216
__declspec(naked)
sl@0
  4217
void call_vector_467 ()
sl@0
  4218
	{
sl@0
  4219
	// ; int CWsGraphic::CWsGraphic_Reserved3(void)
sl@0
  4220
	_asm mov eax, 467
sl@0
  4221
	_asm jmp common_dispatch
sl@0
  4222
	}
sl@0
  4223
sl@0
  4224
__declspec(dllexport)
sl@0
  4225
__declspec(naked)
sl@0
  4226
void call_vector_468 ()
sl@0
  4227
	{
sl@0
  4228
	// ; int TWsGraphicId::Compare(class TWsGraphicId const &) const
sl@0
  4229
	_asm mov eax, 468
sl@0
  4230
	_asm jmp common_dispatch
sl@0
  4231
	}
sl@0
  4232
sl@0
  4233
__declspec(dllexport)
sl@0
  4234
__declspec(naked)
sl@0
  4235
void call_vector_469 ()
sl@0
  4236
	{
sl@0
  4237
	// ; int RWsGraphicMsgBuf::Count(void) const
sl@0
  4238
	_asm mov eax, 469
sl@0
  4239
	_asm jmp common_dispatch
sl@0
  4240
	}
sl@0
  4241
sl@0
  4242
__declspec(dllexport)
sl@0
  4243
__declspec(naked)
sl@0
  4244
void call_vector_470 ()
sl@0
  4245
	{
sl@0
  4246
	// ; class TPtrC8 RWsGraphicMsgBuf::Data(int) const
sl@0
  4247
	_asm mov eax, 470
sl@0
  4248
	_asm jmp common_dispatch
sl@0
  4249
	}
sl@0
  4250
sl@0
  4251
__declspec(dllexport)
sl@0
  4252
__declspec(naked)
sl@0
  4253
void call_vector_471 ()
sl@0
  4254
	{
sl@0
  4255
	// ; void CWsGraphic::Destroy(void)
sl@0
  4256
	_asm mov eax, 471
sl@0
  4257
	_asm jmp common_dispatch
sl@0
  4258
	}
sl@0
  4259
sl@0
  4260
__declspec(dllexport)
sl@0
  4261
__declspec(naked)
sl@0
  4262
void call_vector_472 ()
sl@0
  4263
	{
sl@0
  4264
	// ; void RWsGraphicMsgBuf::GetFixedMsg(class TWsGraphicMsgFixedBase &, int) const
sl@0
  4265
	_asm mov eax, 472
sl@0
  4266
	_asm jmp common_dispatch
sl@0
  4267
	}
sl@0
  4268
sl@0
  4269
__declspec(dllexport)
sl@0
  4270
__declspec(naked)
sl@0
  4271
void call_vector_473 ()
sl@0
  4272
	{
sl@0
  4273
	// ; class TWsGraphicId const & CWsGraphic::Id(void) const
sl@0
  4274
	_asm mov eax, 473
sl@0
  4275
	_asm jmp common_dispatch
sl@0
  4276
	}
sl@0
  4277
sl@0
  4278
__declspec(dllexport)
sl@0
  4279
__declspec(naked)
sl@0
  4280
void call_vector_474 ()
sl@0
  4281
	{
sl@0
  4282
	// ; int CWsGraphic::IsActive(void) const
sl@0
  4283
	_asm mov eax, 474
sl@0
  4284
	_asm jmp common_dispatch
sl@0
  4285
	}
sl@0
  4286
sl@0
  4287
__declspec(dllexport)
sl@0
  4288
__declspec(naked)
sl@0
  4289
void call_vector_475 ()
sl@0
  4290
	{
sl@0
  4291
	// ; int TWsGraphicId::IsId(void) const
sl@0
  4292
	_asm mov eax, 475
sl@0
  4293
	_asm jmp common_dispatch
sl@0
  4294
	}
sl@0
  4295
sl@0
  4296
__declspec(dllexport)
sl@0
  4297
__declspec(naked)
sl@0
  4298
void call_vector_476 ()
sl@0
  4299
	{
sl@0
  4300
	// ; void CWsGraphic::OnClientClose(void)
sl@0
  4301
	_asm mov eax, 476
sl@0
  4302
	_asm jmp common_dispatch
sl@0
  4303
	}
sl@0
  4304
sl@0
  4305
__declspec(dllexport)
sl@0
  4306
__declspec(naked)
sl@0
  4307
void call_vector_477 ()
sl@0
  4308
	{
sl@0
  4309
	// ; class TDesC8 const & RWsGraphicMsgBuf::Pckg(void) const
sl@0
  4310
	_asm mov eax, 477
sl@0
  4311
	_asm jmp common_dispatch
sl@0
  4312
	}
sl@0
  4313
sl@0
  4314
__declspec(dllexport)
sl@0
  4315
__declspec(naked)
sl@0
  4316
void call_vector_478 ()
sl@0
  4317
	{
sl@0
  4318
	// ; class TPtrC8 TWsGraphicMsgFixedBase::Pckg(void) const
sl@0
  4319
	_asm mov eax, 478
sl@0
  4320
	_asm jmp common_dispatch
sl@0
  4321
	}
sl@0
  4322
sl@0
  4323
__declspec(dllexport)
sl@0
  4324
__declspec(naked)
sl@0
  4325
void call_vector_479 ()
sl@0
  4326
	{
sl@0
  4327
	// ; void RWsGraphicMsgBuf::Remove(int)
sl@0
  4328
	_asm mov eax, 479
sl@0
  4329
	_asm jmp common_dispatch
sl@0
  4330
	}
sl@0
  4331
sl@0
  4332
__declspec(dllexport)
sl@0
  4333
__declspec(naked)
sl@0
  4334
void call_vector_480 ()
sl@0
  4335
	{
sl@0
  4336
	// ; void CWsGraphic::SendMessage(class TDesC8 const &) const
sl@0
  4337
	_asm mov eax, 480
sl@0
  4338
	_asm jmp common_dispatch
sl@0
  4339
	}
sl@0
  4340
sl@0
  4341
__declspec(dllexport)
sl@0
  4342
__declspec(naked)
sl@0
  4343
void call_vector_481 ()
sl@0
  4344
	{
sl@0
  4345
	// ; void TWsGraphicId::Set(int)
sl@0
  4346
	_asm mov eax, 481
sl@0
  4347
	_asm jmp common_dispatch
sl@0
  4348
	}
sl@0
  4349
sl@0
  4350
__declspec(dllexport)
sl@0
  4351
__declspec(naked)
sl@0
  4352
void call_vector_482 ()
sl@0
  4353
	{
sl@0
  4354
	// ; void TWsGraphicId::Set(class TUid)
sl@0
  4355
	_asm mov eax, 482
sl@0
  4356
	_asm jmp common_dispatch
sl@0
  4357
	}
sl@0
  4358
sl@0
  4359
__declspec(dllexport)
sl@0
  4360
__declspec(naked)
sl@0
  4361
void call_vector_483 ()
sl@0
  4362
	{
sl@0
  4363
	// ; int CWsGraphic::Share(class TSecureId)
sl@0
  4364
	_asm mov eax, 483
sl@0
  4365
	_asm jmp common_dispatch
sl@0
  4366
	}
sl@0
  4367
sl@0
  4368
__declspec(dllexport)
sl@0
  4369
__declspec(naked)
sl@0
  4370
void call_vector_484 ()
sl@0
  4371
	{
sl@0
  4372
	// ; int CWsGraphic::ShareGlobally(void)
sl@0
  4373
	_asm mov eax, 484
sl@0
  4374
	_asm jmp common_dispatch
sl@0
  4375
	}
sl@0
  4376
sl@0
  4377
__declspec(dllexport)
sl@0
  4378
__declspec(naked)
sl@0
  4379
void call_vector_485 ()
sl@0
  4380
	{
sl@0
  4381
	// ; int TWsGraphicMsgFixedBase::Size(void) const
sl@0
  4382
	_asm mov eax, 485
sl@0
  4383
	_asm jmp common_dispatch
sl@0
  4384
	}
sl@0
  4385
sl@0
  4386
__declspec(dllexport)
sl@0
  4387
__declspec(naked)
sl@0
  4388
void call_vector_486 ()
sl@0
  4389
	{
sl@0
  4390
	// ; class TUid RWsGraphicMsgBuf::TypeId(int) const
sl@0
  4391
	_asm mov eax, 486
sl@0
  4392
	_asm jmp common_dispatch
sl@0
  4393
	}
sl@0
  4394
sl@0
  4395
__declspec(dllexport)
sl@0
  4396
__declspec(naked)
sl@0
  4397
void call_vector_487 ()
sl@0
  4398
	{
sl@0
  4399
	// ; class TUid TWsGraphicMsgFixedBase::TypeId(void) const
sl@0
  4400
	_asm mov eax, 487
sl@0
  4401
	_asm jmp common_dispatch
sl@0
  4402
	}
sl@0
  4403
sl@0
  4404
__declspec(dllexport)
sl@0
  4405
__declspec(naked)
sl@0
  4406
void call_vector_488 ()
sl@0
  4407
	{
sl@0
  4408
	// ; int CWsGraphic::UnShare(class TSecureId)
sl@0
  4409
	_asm mov eax, 488
sl@0
  4410
	_asm jmp common_dispatch
sl@0
  4411
	}
sl@0
  4412
sl@0
  4413
__declspec(dllexport)
sl@0
  4414
__declspec(naked)
sl@0
  4415
void call_vector_489 ()
sl@0
  4416
	{
sl@0
  4417
	// ; int CWsGraphic::UnShareGlobally(void)
sl@0
  4418
	_asm mov eax, 489
sl@0
  4419
	_asm jmp common_dispatch
sl@0
  4420
	}
sl@0
  4421
sl@0
  4422
__declspec(dllexport)
sl@0
  4423
__declspec(naked)
sl@0
  4424
void call_vector_490 ()
sl@0
  4425
	{
sl@0
  4426
	// ; class TPtr8 RWsGraphicMsgBuf::Data(int)
sl@0
  4427
	_asm mov eax, 490
sl@0
  4428
	_asm jmp common_dispatch
sl@0
  4429
	}
sl@0
  4430
sl@0
  4431
__declspec(dllexport)
sl@0
  4432
__declspec(naked)
sl@0
  4433
void call_vector_491 ()
sl@0
  4434
	{
sl@0
  4435
	// ; TWsGraphicId::TWsGraphicId(class TWsGraphicId const &)
sl@0
  4436
	_asm mov eax, 491
sl@0
  4437
	_asm jmp common_dispatch
sl@0
  4438
	}
sl@0
  4439
sl@0
  4440
__declspec(dllexport)
sl@0
  4441
__declspec(naked)
sl@0
  4442
void call_vector_492 ()
sl@0
  4443
	{
sl@0
  4444
	// ; TWsGraphicId::TWsGraphicId(int)
sl@0
  4445
	_asm mov eax, 492
sl@0
  4446
	_asm jmp common_dispatch
sl@0
  4447
	}
sl@0
  4448
sl@0
  4449
__declspec(dllexport)
sl@0
  4450
__declspec(naked)
sl@0
  4451
void call_vector_493 ()
sl@0
  4452
	{
sl@0
  4453
	// ; int CWsGraphic::Flush(void) const
sl@0
  4454
	_asm mov eax, 493
sl@0
  4455
	_asm jmp common_dispatch
sl@0
  4456
	}
sl@0
  4457
sl@0
  4458
__declspec(dllexport)
sl@0
  4459
__declspec(naked)
sl@0
  4460
void call_vector_494 ()
sl@0
  4461
	{
sl@0
  4462
	// ; int RWindowGroup::Construct(unsigned long, int, class CWsScreenDevice *)
sl@0
  4463
	_asm mov eax, 494
sl@0
  4464
	_asm jmp common_dispatch
sl@0
  4465
	}
sl@0
  4466
sl@0
  4467
__declspec(dllexport)
sl@0
  4468
__declspec(naked)
sl@0
  4469
void call_vector_495 ()
sl@0
  4470
	{
sl@0
  4471
	// ; int RWindowGroup::Construct(unsigned long, class CWsScreenDevice *)
sl@0
  4472
	_asm mov eax, 495
sl@0
  4473
	_asm jmp common_dispatch
sl@0
  4474
	}
sl@0
  4475
sl@0
  4476
__declspec(dllexport)
sl@0
  4477
__declspec(naked)
sl@0
  4478
void call_vector_496 ()
sl@0
  4479
	{
sl@0
  4480
	// ; int RWsSession::GetColorModeList(int, class CArrayFixFlat<int> *) const
sl@0
  4481
	_asm mov eax, 496
sl@0
  4482
	_asm jmp common_dispatch
sl@0
  4483
	}
sl@0
  4484
sl@0
  4485
__declspec(dllexport)
sl@0
  4486
__declspec(naked)
sl@0
  4487
void call_vector_497 ()
sl@0
  4488
	{
sl@0
  4489
	// ; enum TDisplayMode RWsSession::GetDefModeMaxNumColors(int, int &, int &) const
sl@0
  4490
	_asm mov eax, 497
sl@0
  4491
	_asm jmp common_dispatch
sl@0
  4492
	}
sl@0
  4493
sl@0
  4494
__declspec(dllexport)
sl@0
  4495
__declspec(naked)
sl@0
  4496
void call_vector_498 ()
sl@0
  4497
	{
sl@0
  4498
	// ; int RWsSession::GetDefaultOwningWindow(int) const
sl@0
  4499
	_asm mov eax, 498
sl@0
  4500
	_asm jmp common_dispatch
sl@0
  4501
	}
sl@0
  4502
sl@0
  4503
__declspec(dllexport)
sl@0
  4504
__declspec(naked)
sl@0
  4505
void call_vector_499 ()
sl@0
  4506
	{
sl@0
  4507
	// ; int RWsSession::GetFocusWindowGroup(int) const
sl@0
  4508
	_asm mov eax, 499
sl@0
  4509
	_asm jmp common_dispatch
sl@0
  4510
	}
sl@0
  4511
sl@0
  4512
__declspec(dllexport)
sl@0
  4513
__declspec(naked)
sl@0
  4514
void call_vector_500 ()
sl@0
  4515
	{
sl@0
  4516
	// ; int RWsSession::NumWindowGroups(int, int) const
sl@0
  4517
	_asm mov eax, 500
sl@0
  4518
	_asm jmp common_dispatch
sl@0
  4519
	}
sl@0
  4520
sl@0
  4521
__declspec(dllexport)
sl@0
  4522
__declspec(naked)
sl@0
  4523
void call_vector_501 ()
sl@0
  4524
	{
sl@0
  4525
	// ; int RWsSession::NumberOfScreens(void) const
sl@0
  4526
	_asm mov eax, 501
sl@0
  4527
	_asm jmp common_dispatch
sl@0
  4528
	}
sl@0
  4529
sl@0
  4530
__declspec(dllexport)
sl@0
  4531
__declspec(naked)
sl@0
  4532
void call_vector_502 ()
sl@0
  4533
	{
sl@0
  4534
	// ; int RWsSession::WindowGroupList(class CArrayFixFlat<int> *, int, int) const
sl@0
  4535
	_asm mov eax, 502
sl@0
  4536
	_asm jmp common_dispatch
sl@0
  4537
	}
sl@0
  4538
sl@0
  4539
__declspec(dllexport)
sl@0
  4540
__declspec(naked)
sl@0
  4541
void call_vector_503 ()
sl@0
  4542
	{
sl@0
  4543
	// ; TWsGraphicId::TWsGraphicId(class TUid)
sl@0
  4544
	_asm mov eax, 503
sl@0
  4545
	_asm jmp common_dispatch
sl@0
  4546
	}
sl@0
  4547
sl@0
  4548
__declspec(dllexport)
sl@0
  4549
__declspec(naked)
sl@0
  4550
void call_vector_504 ()
sl@0
  4551
	{
sl@0
  4552
	// ; public: void __thiscall RWsSession::SetMaxBufferSizeL(int)
sl@0
  4553
	_asm mov eax, 504
sl@0
  4554
	_asm jmp common_dispatch
sl@0
  4555
	}
sl@0
  4556
sl@0
  4557
__declspec(dllexport)
sl@0
  4558
__declspec(naked)
sl@0
  4559
void call_vector_505 ()
sl@0
  4560
	{
sl@0
  4561
	// ; void RWindow::EnableOSB(int)
sl@0
  4562
	_asm mov eax, 505
sl@0
  4563
	_asm jmp common_dispatch
sl@0
  4564
	}
sl@0
  4565
sl@0
  4566
__declspec(dllexport)
sl@0
  4567
__declspec(naked)
sl@0
  4568
void call_vector_506 ()
sl@0
  4569
	{
sl@0
  4570
	// ; int TWsGraphicId::Id(void) const
sl@0
  4571
	_asm mov eax, 506
sl@0
  4572
	_asm jmp common_dispatch
sl@0
  4573
	}
sl@0
  4574
sl@0
  4575
__declspec(dllexport)
sl@0
  4576
__declspec(naked)
sl@0
  4577
void call_vector_507 ()
sl@0
  4578
	{
sl@0
  4579
	// ; int TWsGraphicId::IsUid(void) const
sl@0
  4580
	_asm mov eax, 507
sl@0
  4581
	_asm jmp common_dispatch
sl@0
  4582
	}
sl@0
  4583
sl@0
  4584
__declspec(dllexport)
sl@0
  4585
__declspec(naked)
sl@0
  4586
void call_vector_508 ()
sl@0
  4587
	{
sl@0
  4588
	// ; void CWsGraphic::SetGraphicExtension(class MWsObjectProvider *)
sl@0
  4589
	_asm mov eax, 508
sl@0
  4590
	_asm jmp common_dispatch
sl@0
  4591
	}
sl@0
  4592
sl@0
  4593
__declspec(dllexport)
sl@0
  4594
__declspec(naked)
sl@0
  4595
void call_vector_509 ()
sl@0
  4596
	{
sl@0
  4597
	// ; int CWsGraphic::SendSynchronMessage(class TDesC8 const &) const
sl@0
  4598
	_asm mov eax, 509
sl@0
  4599
	_asm jmp common_dispatch
sl@0
  4600
	}
sl@0
  4601
sl@0
  4602
__declspec(dllexport)
sl@0
  4603
__declspec(naked)
sl@0
  4604
void call_vector_510 ()
sl@0
  4605
	{
sl@0
  4606
	// ; int RWsSession::DebugInfo(int, class TDes8 &, int) const
sl@0
  4607
	_asm mov eax, 510
sl@0
  4608
	_asm jmp common_dispatch
sl@0
  4609
	}
sl@0
  4610
sl@0
  4611
__declspec(dllexport)
sl@0
  4612
__declspec(naked)
sl@0
  4613
void call_vector_511 ()
sl@0
  4614
	{
sl@0
  4615
	// ; int RWsSession::DebugInfo(int, int) const
sl@0
  4616
	_asm mov eax, 511
sl@0
  4617
	_asm jmp common_dispatch
sl@0
  4618
	}
sl@0
  4619
sl@0
  4620
__declspec(dllexport)
sl@0
  4621
__declspec(naked)
sl@0
  4622
void call_vector_512 ()
sl@0
  4623
	{
sl@0
  4624
	// ; unsigned long RWindowTreeNode::ClientHandle(void) const
sl@0
  4625
	_asm mov eax, 512
sl@0
  4626
	_asm jmp common_dispatch
sl@0
  4627
	}
sl@0
  4628
sl@0
  4629
__declspec(dllexport)
sl@0
  4630
__declspec(naked)
sl@0
  4631
void call_vector_513 ()
sl@0
  4632
	{
sl@0
  4633
	// ; int RWindowBase::SetBackgroundSurface(class TSurfaceId const &)
sl@0
  4634
	_asm mov eax, 513
sl@0
  4635
	_asm jmp common_dispatch
sl@0
  4636
	}
sl@0
  4637
sl@0
  4638
__declspec(dllexport)
sl@0
  4639
__declspec(naked)
sl@0
  4640
void call_vector_514 ()
sl@0
  4641
	{
sl@0
  4642
	// (noname)
sl@0
  4643
	_asm mov eax, 514
sl@0
  4644
	_asm jmp common_dispatch
sl@0
  4645
	}
sl@0
  4646
sl@0
  4647
__declspec(dllexport)
sl@0
  4648
__declspec(naked)
sl@0
  4649
void call_vector_515 ()
sl@0
  4650
	{
sl@0
  4651
	// ; class TRgb RWindowBase::KeyColor(void) const
sl@0
  4652
	_asm mov eax, 515
sl@0
  4653
	_asm jmp common_dispatch
sl@0
  4654
	}
sl@0
  4655
sl@0
  4656
__declspec(dllexport)
sl@0
  4657
__declspec(naked)
sl@0
  4658
void call_vector_516 ()
sl@0
  4659
	{
sl@0
  4660
	// (noname)
sl@0
  4661
	_asm mov eax, 516
sl@0
  4662
	_asm jmp common_dispatch
sl@0
  4663
	}
sl@0
  4664
sl@0
  4665
__declspec(dllexport)
sl@0
  4666
__declspec(naked)
sl@0
  4667
void call_vector_517 ()
sl@0
  4668
	{
sl@0
  4669
	// (noname)
sl@0
  4670
	_asm mov eax, 517
sl@0
  4671
	_asm jmp common_dispatch
sl@0
  4672
	}
sl@0
  4673
sl@0
  4674
__declspec(dllexport)
sl@0
  4675
__declspec(naked)
sl@0
  4676
void call_vector_518 ()
sl@0
  4677
	{
sl@0
  4678
	// (noname)
sl@0
  4679
	_asm mov eax, 518
sl@0
  4680
	_asm jmp common_dispatch
sl@0
  4681
	}
sl@0
  4682
sl@0
  4683
__declspec(dllexport)
sl@0
  4684
__declspec(naked)
sl@0
  4685
void call_vector_519 ()
sl@0
  4686
	{
sl@0
  4687
	// (noname)
sl@0
  4688
	_asm mov eax, 519
sl@0
  4689
	_asm jmp common_dispatch
sl@0
  4690
	}
sl@0
  4691
sl@0
  4692
__declspec(dllexport)
sl@0
  4693
__declspec(naked)
sl@0
  4694
void call_vector_520 ()
sl@0
  4695
	{
sl@0
  4696
	// (noname)
sl@0
  4697
	_asm mov eax, 520
sl@0
  4698
	_asm jmp common_dispatch
sl@0
  4699
	}
sl@0
  4700
sl@0
  4701
__declspec(dllexport)
sl@0
  4702
__declspec(naked)
sl@0
  4703
void call_vector_521 ()
sl@0
  4704
	{
sl@0
  4705
	// ; int RWindowBase::GetBackgroundSurface(class TSurfaceConfiguration &) const
sl@0
  4706
	_asm mov eax, 521
sl@0
  4707
	_asm jmp common_dispatch
sl@0
  4708
	}
sl@0
  4709
sl@0
  4710
__declspec(dllexport)
sl@0
  4711
__declspec(naked)
sl@0
  4712
void call_vector_522 ()
sl@0
  4713
	{
sl@0
  4714
	// (noname)
sl@0
  4715
	_asm mov eax, 522
sl@0
  4716
	_asm jmp common_dispatch
sl@0
  4717
	}
sl@0
  4718
sl@0
  4719
__declspec(dllexport)
sl@0
  4720
__declspec(naked)
sl@0
  4721
void call_vector_523 ()
sl@0
  4722
	{
sl@0
  4723
	// ; int RWsSession::PreferredSurfaceConfigurationSize(void) const
sl@0
  4724
	_asm mov eax, 523
sl@0
  4725
	_asm jmp common_dispatch
sl@0
  4726
	}
sl@0
  4727
sl@0
  4728
__declspec(dllexport)
sl@0
  4729
__declspec(naked)
sl@0
  4730
void call_vector_524 ()
sl@0
  4731
	{
sl@0
  4732
	// ; int RWsSession::RegisterSurface(int, class TSurfaceId const &)
sl@0
  4733
	_asm mov eax, 524
sl@0
  4734
	_asm jmp common_dispatch
sl@0
  4735
	}
sl@0
  4736
sl@0
  4737
__declspec(dllexport)
sl@0
  4738
__declspec(naked)
sl@0
  4739
void call_vector_525 ()
sl@0
  4740
	{
sl@0
  4741
	// (noname)
sl@0
  4742
	_asm mov eax, 525
sl@0
  4743
	_asm jmp common_dispatch
sl@0
  4744
	}
sl@0
  4745
sl@0
  4746
__declspec(dllexport)
sl@0
  4747
__declspec(naked)
sl@0
  4748
void call_vector_526 ()
sl@0
  4749
	{
sl@0
  4750
	// ; void RWindowBase::RemoveBackgroundSurface(int)
sl@0
  4751
	_asm mov eax, 526
sl@0
  4752
	_asm jmp common_dispatch
sl@0
  4753
	}
sl@0
  4754
sl@0
  4755
__declspec(dllexport)
sl@0
  4756
__declspec(naked)
sl@0
  4757
void call_vector_527 ()
sl@0
  4758
	{
sl@0
  4759
	// (noname)
sl@0
  4760
	_asm mov eax, 527
sl@0
  4761
	_asm jmp common_dispatch
sl@0
  4762
	}
sl@0
  4763
sl@0
  4764
__declspec(dllexport)
sl@0
  4765
__declspec(naked)
sl@0
  4766
void call_vector_528 ()
sl@0
  4767
	{
sl@0
  4768
	// ; int RWindowBase::SetBackgroundSurface(class TSurfaceConfiguration const &, int)
sl@0
  4769
	_asm mov eax, 528
sl@0
  4770
	_asm jmp common_dispatch
sl@0
  4771
	}
sl@0
  4772
sl@0
  4773
__declspec(dllexport)
sl@0
  4774
__declspec(naked)
sl@0
  4775
void call_vector_529 ()
sl@0
  4776
	{
sl@0
  4777
	// ; void RWsSession::UnregisterSurface(int, class TSurfaceId const &)
sl@0
  4778
	_asm mov eax, 529
sl@0
  4779
	_asm jmp common_dispatch
sl@0
  4780
	}
sl@0
  4781
sl@0
  4782
__declspec(dllexport)
sl@0
  4783
__declspec(naked)
sl@0
  4784
void call_vector_530 ()
sl@0
  4785
	{
sl@0
  4786
	// ; void RWindow::ClearRedrawStore(void)
sl@0
  4787
	_asm mov eax, 530
sl@0
  4788
	_asm jmp common_dispatch
sl@0
  4789
	}
sl@0
  4790
sl@0
  4791
__declspec(dllexport)
sl@0
  4792
__declspec(naked)
sl@0
  4793
void call_vector_531 ()
sl@0
  4794
	{
sl@0
  4795
	// ; int RWsSession::Finish(void)
sl@0
  4796
	_asm mov eax, 531
sl@0
  4797
	_asm jmp common_dispatch
sl@0
  4798
	}
sl@0
  4799
sl@0
  4800
__declspec(dllexport)
sl@0
  4801
__declspec(naked)
sl@0
  4802
void call_vector_532 ()
sl@0
  4803
	{
sl@0
  4804
	// ; void RWsSession::SyncMsgBuf(void)
sl@0
  4805
	_asm mov eax, 532
sl@0
  4806
	_asm jmp common_dispatch
sl@0
  4807
	}
sl@0
  4808
sl@0
  4809
__declspec(dllexport)
sl@0
  4810
__declspec(naked)
sl@0
  4811
void call_vector_533 ()
sl@0
  4812
	{
sl@0
  4813
	// ; class RWsSession & CWsGraphic::Session(void)
sl@0
  4814
	_asm mov eax, 533
sl@0
  4815
	_asm jmp common_dispatch
sl@0
  4816
	}
sl@0
  4817
sl@0
  4818
__declspec(dllexport)
sl@0
  4819
__declspec(naked)
sl@0
  4820
void call_vector_534 ()
sl@0
  4821
	{
sl@0
  4822
	// ; int RWindowTreeNode::ScreenNumber(void) const
sl@0
  4823
	_asm mov eax, 534
sl@0
  4824
	_asm jmp common_dispatch
sl@0
  4825
	}
sl@0
  4826
sl@0
  4827
__declspec(dllexport)
sl@0
  4828
__declspec(naked)
sl@0
  4829
void call_vector_535 ()
sl@0
  4830
	{
sl@0
  4831
	// ; void TWsEvent::SetPointerNumber(unsigned char)
sl@0
  4832
	_asm mov eax, 535
sl@0
  4833
	_asm jmp common_dispatch
sl@0
  4834
	}
sl@0
  4835
sl@0
  4836
__declspec(dllexport)
sl@0
  4837
__declspec(naked)
sl@0
  4838
void call_vector_536 ()
sl@0
  4839
	{
sl@0
  4840
	// ; int TAdvancedPointerEvent::DoGetPointerNumber(void) const
sl@0
  4841
	_asm mov eax, 536
sl@0
  4842
	_asm jmp common_dispatch
sl@0
  4843
	}
sl@0
  4844
sl@0
  4845
__declspec(dllexport)
sl@0
  4846
__declspec(naked)
sl@0
  4847
void call_vector_537 ()
sl@0
  4848
	{
sl@0
  4849
	// ; int RWindowBase::ClaimPointerGrab(unsigned char, int)
sl@0
  4850
	_asm mov eax, 537
sl@0
  4851
	_asm jmp common_dispatch
sl@0
  4852
	}
sl@0
  4853
sl@0
  4854
__declspec(dllexport)
sl@0
  4855
__declspec(naked)
sl@0
  4856
void call_vector_538 ()
sl@0
  4857
	{
sl@0
  4858
	// ; int RWindowBase::RequestPointerRepeatEvent(class TTimeIntervalMicroSeconds32, class TRect const &, unsigned char)
sl@0
  4859
	_asm mov eax, 538
sl@0
  4860
	_asm jmp common_dispatch
sl@0
  4861
	}
sl@0
  4862
sl@0
  4863
__declspec(dllexport)
sl@0
  4864
__declspec(naked)
sl@0
  4865
void call_vector_539 ()
sl@0
  4866
	{
sl@0
  4867
	// ; int RWsSession::GetExitHighPressureThreshold(void) const
sl@0
  4868
	_asm mov eax, 539
sl@0
  4869
	_asm jmp common_dispatch
sl@0
  4870
	}
sl@0
  4871
sl@0
  4872
__declspec(dllexport)
sl@0
  4873
__declspec(naked)
sl@0
  4874
void call_vector_540 ()
sl@0
  4875
	{
sl@0
  4876
	// ; int RWsSession::SetCloseProximityThresholds(int, int)
sl@0
  4877
	_asm mov eax, 540
sl@0
  4878
	_asm jmp common_dispatch
sl@0
  4879
	}
sl@0
  4880
sl@0
  4881
__declspec(dllexport)
sl@0
  4882
__declspec(naked)
sl@0
  4883
void call_vector_541 ()
sl@0
  4884
	{
sl@0
  4885
	// ; int RWsSession::SetHighPressureThresholds(int, int)
sl@0
  4886
	_asm mov eax, 541
sl@0
  4887
	_asm jmp common_dispatch
sl@0
  4888
	}
sl@0
  4889
sl@0
  4890
__declspec(dllexport)
sl@0
  4891
__declspec(naked)
sl@0
  4892
void call_vector_542 ()
sl@0
  4893
	{
sl@0
  4894
	// ; int RWindowBase::CancelPointerRepeatEventRequest(unsigned char)
sl@0
  4895
	_asm mov eax, 542
sl@0
  4896
	_asm jmp common_dispatch
sl@0
  4897
	}
sl@0
  4898
sl@0
  4899
__declspec(dllexport)
sl@0
  4900
__declspec(naked)
sl@0
  4901
void call_vector_543 ()
sl@0
  4902
	{
sl@0
  4903
	// ; void TWsEvent::InitAdvancedPointerEvent(enum TPointerEvent::TType, unsigned int, class TPoint3D const &, unsigned char)
sl@0
  4904
	_asm mov eax, 543
sl@0
  4905
	_asm jmp common_dispatch
sl@0
  4906
	}
sl@0
  4907
sl@0
  4908
__declspec(dllexport)
sl@0
  4909
__declspec(naked)
sl@0
  4910
void call_vector_544 ()
sl@0
  4911
	{
sl@0
  4912
	// ; int RWsSession::GetExitCloseProximityThreshold(void) const
sl@0
  4913
	_asm mov eax, 544
sl@0
  4914
	_asm jmp common_dispatch
sl@0
  4915
	}
sl@0
  4916
sl@0
  4917
__declspec(dllexport)
sl@0
  4918
__declspec(naked)
sl@0
  4919
void call_vector_545 ()
sl@0
  4920
	{
sl@0
  4921
	// ; void RWindowBase::EnableAdvancedPointers(void)
sl@0
  4922
	_asm mov eax, 545
sl@0
  4923
	_asm jmp common_dispatch
sl@0
  4924
	}
sl@0
  4925
sl@0
  4926
__declspec(dllexport)
sl@0
  4927
__declspec(naked)
sl@0
  4928
void call_vector_546 ()
sl@0
  4929
	{
sl@0
  4930
	// ; void TWsEvent::SetPointerZ(int)
sl@0
  4931
	_asm mov eax, 546
sl@0
  4932
	_asm jmp common_dispatch
sl@0
  4933
	}
sl@0
  4934
sl@0
  4935
__declspec(dllexport)
sl@0
  4936
__declspec(naked)
sl@0
  4937
void call_vector_547 ()
sl@0
  4938
	{
sl@0
  4939
	// ; int TAdvancedPointerEvent::DoGetProximityAndPressure(void) const
sl@0
  4940
	_asm mov eax, 547
sl@0
  4941
	_asm jmp common_dispatch
sl@0
  4942
	}
sl@0
  4943
sl@0
  4944
__declspec(dllexport)
sl@0
  4945
__declspec(naked)
sl@0
  4946
void call_vector_548 ()
sl@0
  4947
	{
sl@0
  4948
	// ; int TAdvancedPointerEvent::DoGetProximity(void) const
sl@0
  4949
	_asm mov eax, 548
sl@0
  4950
	_asm jmp common_dispatch
sl@0
  4951
	}
sl@0
  4952
sl@0
  4953
__declspec(dllexport)
sl@0
  4954
__declspec(naked)
sl@0
  4955
void call_vector_549 ()
sl@0
  4956
	{
sl@0
  4957
	// ; int TAdvancedPointerEvent::DoGetPressure(void) const
sl@0
  4958
	_asm mov eax, 549
sl@0
  4959
	_asm jmp common_dispatch
sl@0
  4960
	}
sl@0
  4961
sl@0
  4962
__declspec(dllexport)
sl@0
  4963
__declspec(naked)
sl@0
  4964
void call_vector_550 ()
sl@0
  4965
	{
sl@0
  4966
	// ; void RWindowGroup::SimulateAdvancedPointerEvent(class TRawEvent)
sl@0
  4967
	_asm mov eax, 550
sl@0
  4968
	_asm jmp common_dispatch
sl@0
  4969
	}
sl@0
  4970
sl@0
  4971
__declspec(dllexport)
sl@0
  4972
__declspec(naked)
sl@0
  4973
void call_vector_551 ()
sl@0
  4974
	{
sl@0
  4975
	// ; int RWsSession::GetEnterHighPressureThreshold(void) const
sl@0
  4976
	_asm mov eax, 551
sl@0
  4977
	_asm jmp common_dispatch
sl@0
  4978
	}
sl@0
  4979
sl@0
  4980
__declspec(dllexport)
sl@0
  4981
__declspec(naked)
sl@0
  4982
void call_vector_552 ()
sl@0
  4983
	{
sl@0
  4984
	// ; int RWsSession::GetEnterCloseProximityThreshold(void) const
sl@0
  4985
	_asm mov eax, 552
sl@0
  4986
	_asm jmp common_dispatch
sl@0
  4987
	}
sl@0
  4988
sl@0
  4989
__declspec(dllexport)
sl@0
  4990
__declspec(naked)
sl@0
  4991
void call_vector_553 ()
sl@0
  4992
	{
sl@0
  4993
	// ; class TAdvancedPointerEvent & TAdvancedPointerEvent::operator=(class TAdvancedPointerEvent const &)
sl@0
  4994
	_asm mov eax, 553
sl@0
  4995
	_asm jmp common_dispatch
sl@0
  4996
	}
sl@0
  4997
sl@0
  4998
__declspec(dllexport)
sl@0
  4999
__declspec(naked)
sl@0
  5000
void call_vector_554 ()
sl@0
  5001
	{
sl@0
  5002
	// ; TAdvancedPointerEvent::TAdvancedPointerEvent(class TAdvancedPointerEvent const &)
sl@0
  5003
	_asm mov eax, 554
sl@0
  5004
	_asm jmp common_dispatch
sl@0
  5005
	}
sl@0
  5006
sl@0
  5007
__declspec(dllexport)
sl@0
  5008
__declspec(naked)
sl@0
  5009
void call_vector_555 ()
sl@0
  5010
	{
sl@0
  5011
	// ; RWsDrawableSource::RWsDrawableSource(void)
sl@0
  5012
	_asm mov eax, 555
sl@0
  5013
	_asm jmp common_dispatch
sl@0
  5014
	}
sl@0
  5015
sl@0
  5016
__declspec(dllexport)
sl@0
  5017
__declspec(naked)
sl@0
  5018
void call_vector_556 ()
sl@0
  5019
	{
sl@0
  5020
	// ; void RWsDrawableSource::Close(void)
sl@0
  5021
	_asm mov eax, 556
sl@0
  5022
	_asm jmp common_dispatch
sl@0
  5023
	}
sl@0
  5024
sl@0
  5025
__declspec(dllexport)
sl@0
  5026
__declspec(naked)
sl@0
  5027
void call_vector_557 ()
sl@0
  5028
	{
sl@0
  5029
	// ; int RWsDrawableSource::Create(class RSgDrawable const &)
sl@0
  5030
	_asm mov eax, 557
sl@0
  5031
	_asm jmp common_dispatch
sl@0
  5032
	}
sl@0
  5033
sl@0
  5034
__declspec(dllexport)
sl@0
  5035
__declspec(naked)
sl@0
  5036
void call_vector_558 ()
sl@0
  5037
	{
sl@0
  5038
	// ; class TSgDrawableId const & RWsDrawableSource::DrawableId(void) const
sl@0
  5039
	_asm mov eax, 558
sl@0
  5040
	_asm jmp common_dispatch
sl@0
  5041
	}
sl@0
  5042
sl@0
  5043
__declspec(dllexport)
sl@0
  5044
__declspec(naked)
sl@0
  5045
void call_vector_559 ()
sl@0
  5046
	{
sl@0
  5047
	// ; void CWindowGc::DrawResource(class TPoint const &, class RWsDrawableSource const &, enum CWindowGc::TGraphicsRotation)
sl@0
  5048
	_asm mov eax, 559
sl@0
  5049
	_asm jmp common_dispatch
sl@0
  5050
	}
sl@0
  5051
sl@0
  5052
__declspec(dllexport)
sl@0
  5053
__declspec(naked)
sl@0
  5054
void call_vector_560 ()
sl@0
  5055
	{
sl@0
  5056
	// ; void CWindowGc::DrawResource(class TRect const &, class RWsDrawableSource const &, enum CWindowGc::TGraphicsRotation)
sl@0
  5057
	_asm mov eax, 560
sl@0
  5058
	_asm jmp common_dispatch
sl@0
  5059
	}
sl@0
  5060
sl@0
  5061
__declspec(dllexport)
sl@0
  5062
__declspec(naked)
sl@0
  5063
void call_vector_561 ()
sl@0
  5064
	{
sl@0
  5065
	// ; void CWindowGc::DrawResource(class TRect const &, class RWsDrawableSource const &, class TRect const &, enum CWindowGc::TGraphicsRotation)
sl@0
  5066
	_asm mov eax, 561
sl@0
  5067
	_asm jmp common_dispatch
sl@0
  5068
	}
sl@0
  5069
sl@0
  5070
__declspec(dllexport)
sl@0
  5071
__declspec(naked)
sl@0
  5072
void call_vector_562 ()
sl@0
  5073
	{
sl@0
  5074
	// ; void CWindowGc::DrawResource(class TRect const &, class RWsDrawableSource const &, class TDesC8 const &)
sl@0
  5075
	_asm mov eax, 562
sl@0
  5076
	_asm jmp common_dispatch
sl@0
  5077
	}
sl@0
  5078
sl@0
  5079
__declspec(dllexport)
sl@0
  5080
__declspec(naked)
sl@0
  5081
void call_vector_563 ()
sl@0
  5082
	{
sl@0
  5083
	// ; int RDirectScreenAccess::Construct(int)
sl@0
  5084
	_asm mov eax, 563
sl@0
  5085
	_asm jmp common_dispatch
sl@0
  5086
	}
sl@0
  5087
sl@0
  5088
__declspec(dllexport)
sl@0
  5089
__declspec(naked)
sl@0
  5090
void call_vector_564 ()
sl@0
  5091
	{
sl@0
  5092
	// ; class CDirectScreenAccess * CDirectScreenAccess::NewL(class RWsSession &, class CWsScreenDevice &, class RWindowBase &, class MDirectScreenAccess &, int)
sl@0
  5093
	_asm mov eax, 564
sl@0
  5094
	_asm jmp common_dispatch
sl@0
  5095
	}
sl@0
  5096
sl@0
  5097
__declspec(dllexport)
sl@0
  5098
__declspec(naked)
sl@0
  5099
void call_vector_565 ()
sl@0
  5100
	{
sl@0
  5101
	// ; int RWsDrawableSource::Create(class RSgDrawable const &, int)
sl@0
  5102
	_asm mov eax, 565
sl@0
  5103
	_asm jmp common_dispatch
sl@0
  5104
	}
sl@0
  5105
sl@0
  5106
__declspec(dllexport)
sl@0
  5107
__declspec(naked)
sl@0
  5108
void call_vector_566 ()
sl@0
  5109
	{
sl@0
  5110
	// ; RWsDrawableSource::RWsDrawableSource(class RWsSession &)
sl@0
  5111
	_asm mov eax, 566
sl@0
  5112
	_asm jmp common_dispatch
sl@0
  5113
	}
sl@0
  5114
sl@0
  5115
__declspec(dllexport)
sl@0
  5116
__declspec(naked)
sl@0
  5117
void call_vector_567 ()
sl@0
  5118
	{
sl@0
  5119
	// ; int RWsDrawableSource::ScreenNumber(void) const
sl@0
  5120
	_asm mov eax, 567
sl@0
  5121
	_asm jmp common_dispatch
sl@0
  5122
	}
sl@0
  5123
sl@0
  5124
__declspec(dllexport)
sl@0
  5125
__declspec(naked)
sl@0
  5126
void call_vector_568 ()
sl@0
  5127
	{
sl@0
  5128
	// ; void * CWsScreenDevice::GetInterface(unsigned int)
sl@0
  5129
	_asm mov eax, 568
sl@0
  5130
	_asm jmp common_dispatch
sl@0
  5131
	}
sl@0
  5132
sl@0
  5133
__declspec(dllexport)
sl@0
  5134
__declspec(naked)
sl@0
  5135
void call_vector_569 ()
sl@0
  5136
	{
sl@0
  5137
	// ; int CWsScreenDevice::IsCurrentModeDynamic(void) const
sl@0
  5138
	_asm mov eax, 569
sl@0
  5139
	_asm jmp common_dispatch
sl@0
  5140
	}
sl@0
  5141
sl@0
  5142
__declspec(dllexport)
sl@0
  5143
__declspec(naked)
sl@0
  5144
void call_vector_570 ()
sl@0
  5145
	{
sl@0
  5146
	// ; int CWsScreenDevice::IsModeDynamic(int) const
sl@0
  5147
	_asm mov eax, 570
sl@0
  5148
	_asm jmp common_dispatch
sl@0
  5149
	}
sl@0
  5150
sl@0
  5151
__declspec(dllexport)
sl@0
  5152
__declspec(naked)
sl@0
  5153
void call_vector_571 ()
sl@0
  5154
	{
sl@0
  5155
	// ; void const * CWindowGc::Interface(class TUid) const
sl@0
  5156
	_asm mov eax, 571
sl@0
  5157
	_asm jmp common_dispatch
sl@0
  5158
	}
sl@0
  5159
sl@0
  5160
__declspec(dllexport)
sl@0
  5161
__declspec(naked)
sl@0
  5162
void call_vector_572 ()
sl@0
  5163
	{
sl@0
  5164
	// ; void * CWindowGc::Interface(class TUid)
sl@0
  5165
	_asm mov eax, 572
sl@0
  5166
	_asm jmp common_dispatch
sl@0
  5167
	}
sl@0
  5168
sl@0
  5169
__declspec(dllexport)
sl@0
  5170
__declspec(naked)
sl@0
  5171
void call_vector_573 ()
sl@0
  5172
	{
sl@0
  5173
	// ; class RWsSession * RWindowTreeNode::Session(void) const
sl@0
  5174
	_asm mov eax, 573
sl@0
  5175
	_asm jmp common_dispatch
sl@0
  5176
	}
sl@0
  5177
sl@0
  5178
__declspec(dllexport)
sl@0
  5179
__declspec(naked)
sl@0
  5180
void call_vector_574 ()
sl@0
  5181
	{
sl@0
  5182
	// ; void RWsSession::HeapSetBurstFail(int, int, int)
sl@0
  5183
	_asm mov eax, 574
sl@0
  5184
	_asm jmp common_dispatch
sl@0
  5185
	}
sl@0
  5186
sl@0
  5187
__declspec(dllexport)
sl@0
  5188
__declspec(naked)
sl@0
  5189
void call_vector_575 ()
sl@0
  5190
	{
sl@0
  5191
	// ; void RWsSession::EnableWindowSizeCacheL(void)
sl@0
  5192
	_asm mov eax, 575
sl@0
  5193
	_asm jmp common_dispatch
sl@0
  5194
	}
sl@0
  5195
sl@0
  5196
__declspec(dllexport)
sl@0
  5197
__declspec(naked)
sl@0
  5198
void call_vector_576 ()
sl@0
  5199
	{
sl@0
  5200
	// ; void RWindowBase::SetSurfaceTransparency(int)
sl@0
  5201
	_asm mov eax, 576
sl@0
  5202
	_asm jmp common_dispatch
sl@0
  5203
	}
sl@0
  5204
sl@0
  5205
__declspec(dllexport)
sl@0
  5206
__declspec(naked)
sl@0
  5207
void call_vector_577 ()
sl@0
  5208
	{
sl@0
  5209
	// ; class TSize RWindowBase::SizeForEgl(void) const
sl@0
  5210
	_asm mov eax, 577
sl@0
  5211
	_asm jmp common_dispatch
sl@0
  5212
	}
sl@0
  5213
sl@0
  5214
__declspec(dllexport)
sl@0
  5215
__declspec(naked)
sl@0
  5216
void call_vector_578 ()
sl@0
  5217
	{
sl@0
  5218
	// ; int RWindowBase::FixNativeOrientation(void)
sl@0
  5219
	_asm mov eax, 578
sl@0
  5220
	_asm jmp common_dispatch
sl@0
  5221
	}
sl@0
  5222
sl@0
  5223
__declspec(dllexport)
sl@0
  5224
__declspec(naked)
sl@0
  5225
void call_vector_579 ()
sl@0
  5226
	{
sl@0
  5227
	// ; void RWindowBase::SetPurpose(int)
sl@0
  5228
	_asm mov eax, 579
sl@0
  5229
	_asm jmp common_dispatch
sl@0
  5230
	}
sl@0
  5231
sl@0
  5232
__declspec(dllexport)
sl@0
  5233
__declspec(naked)
sl@0
  5234
void call_vector_580 ()
sl@0
  5235
	{
sl@0
  5236
	// ; void RWindowBase::SendEffectCommand(int, class TDesC8 const &)
sl@0
  5237
	_asm mov eax, 580
sl@0
  5238
	_asm jmp common_dispatch
sl@0
  5239
	}
sl@0
  5240
sl@0
  5241
__declspec(dllexport)
sl@0
  5242
__declspec(naked)
sl@0
  5243
void call_vector_581 ()
sl@0
  5244
	{
sl@0
  5245
	// ; void RWsSession::SendEffectCommand(int, class TDesC8 const &)
sl@0
  5246
	_asm mov eax, 581
sl@0
  5247
	_asm jmp common_dispatch
sl@0
  5248
	}
sl@0
  5249
sl@0
  5250
__declspec(dllexport)
sl@0
  5251
__declspec(naked)
sl@0
  5252
void call_vector_582 ()
sl@0
  5253
	{
sl@0
  5254
	// ; void RWsSession::RegisterEffect(int, int, class TBuf<256> const &, class TBuf<256> const &, class TBuf<256> const &, unsigned int, class TBitFlagsT<unsigned long>)
sl@0
  5255
	_asm mov eax, 582
sl@0
  5256
	_asm jmp common_dispatch
sl@0
  5257
	}
sl@0
  5258
sl@0
  5259
__declspec(dllexport)
sl@0
  5260
__declspec(naked)
sl@0
  5261
void call_vector_583 ()
sl@0
  5262
	{
sl@0
  5263
	// ; void RWindowBase::OverrideEffects(int, class TBuf<256> const &, class TBuf<256> const &, class TBuf<256> const &, class TBitFlagsT<unsigned long>)
sl@0
  5264
	_asm mov eax, 583
sl@0
  5265
	_asm jmp common_dispatch
sl@0
  5266
	}
sl@0
  5267
sl@0
  5268
__declspec(dllexport)
sl@0
  5269
__declspec(naked)
sl@0
  5270
void call_vector_584 ()
sl@0
  5271
	{
sl@0
  5272
	// ; void RWsSession::OverrideEffects(int, int, class TBuf<256> const &, class TBuf<256> const &, class TBuf<256> const &, class TBitFlagsT<unsigned long>)
sl@0
  5273
	_asm mov eax, 584
sl@0
  5274
	_asm jmp common_dispatch
sl@0
  5275
	}
sl@0
  5276
sl@0
  5277
__declspec(dllexport)
sl@0
  5278
__declspec(naked)
sl@0
  5279
void call_vector_585 ()
sl@0
  5280
	{
sl@0
  5281
	// ; void RWsSession::UnregisterEffect(int, int, unsigned int)
sl@0
  5282
	_asm mov eax, 585
sl@0
  5283
	_asm jmp common_dispatch
sl@0
  5284
	}
sl@0
  5285
sl@0
  5286
__declspec(dllexport)
sl@0
  5287
__declspec(naked)
sl@0
  5288
void call_vector_586 ()
sl@0
  5289
	{
sl@0
  5290
	// ; void RWsSession::UnregisterAllEffects(void)
sl@0
  5291
	_asm mov eax, 586
sl@0
  5292
	_asm jmp common_dispatch
sl@0
  5293
	}
sl@0
  5294
sl@0
  5295
__declspec(dllexport)
sl@0
  5296
__declspec(naked)
sl@0
  5297
void call_vector_587 ()
sl@0
  5298
	{
sl@0
  5299
	// ; void RWsSession::IndicateAppOrientation(enum TRenderOrientation)
sl@0
  5300
	_asm mov eax, 587
sl@0
  5301
	_asm jmp common_dispatch
sl@0
  5302
	}
sl@0
  5303
sl@0
  5304
}
sl@0
  5305
#define MAX_ORDINAL 588
sl@0
  5306