Subversion Repositories WoWGM

Rev

Rev 31 | Rev 35 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31 Rev 32
Line 8... Line 8...
8
*
8
*
9
*   Client memory addresses
9
*   Client memory addresses
10
*
10
*
11
***/
11
***/
12
 
12
 
13
#define  CDATASTORE__INITIALIZE       0x00401050;
13
#define  CDATASTORE__INITIALIZE       0x00401050
14
#define  CDATASTORE__RESET            0x004010E0;
14
#define  CDATASTORE__RESET            0x004010E0
15
#define  CDATASTORE__DESTROY          0x00403880;
15
#define  CDATASTORE__DESTROY          0x00403880
16
#define  CDATASTORE__SETCHAR          0x00417C80;	
16
#define  CDATASTORE__SETCHAR          0x00417C80	
17
#define  CDATASTORE__SETUCHAR         0x00417CD0;
17
#define  CDATASTORE__SETUCHAR         0x00417CD0
18
#define  CDATASTORE__SETSHORT         0x00417D20;
18
#define  CDATASTORE__SETSHORT         0x00417D20
19
#define  CDATASTORE__SETUSHORT        0x00417D70;
19
#define  CDATASTORE__SETUSHORT        0x00417D70
20
#define  CDATASTORE__SETINT           0x00417DC0;
20
#define  CDATASTORE__SETINT           0x00417DC0
21
#define  CDATASTORE__SETUINT          0x00417E10;
21
#define  CDATASTORE__SETUINT          0x00417E10
22
#define  CDATASTORE__SETLONG          0x00417E60;
22
#define  CDATASTORE__SETLONG          0x00417E60
23
#define  CDATASTORE__SETULONG         0x00417EB0;
23
#define  CDATASTORE__SETULONG         0x00417EB0
24
#define  CDATASTORE__SETINT64         0x00417F00;
24
#define  CDATASTORE__SETINT64         0x00417F00
25
#define  CDATASTORE__SETUINT64        0x00417F60;
25
#define  CDATASTORE__SETUINT64        0x00417F60
26
#define  CDATASTORE__SETFLOAT         0x00417FC0;
26
#define  CDATASTORE__SETFLOAT         0x00417FC0
27
#define  CDATASTORE__PUTCHAR          0x00418010;
27
#define  CDATASTORE__PUTCHAR          0x00418010
28
#define  CDATASTORE__PUTUCHAR         0x00418070;
28
#define  CDATASTORE__PUTUCHAR         0x00418070
29
#define  CDATASTORE__PUTSHORT         0x004180D0;
29
#define  CDATASTORE__PUTSHORT         0x004180D0
30
#define  CDATASTORE__PUTUSHORT        0x00418130;
30
#define  CDATASTORE__PUTUSHORT        0x00418130
31
#define  CDATASTORE__PUTINT           0x0047B0A0;
31
#define  CDATASTORE__PUTINT           0x0047B0A0
32
#define  CDATASTORE__PUTUINT          0x0047B0A0;
32
#define  CDATASTORE__PUTUINT          0x0047B0A0
33
#define  CDATASTORE__PUTLONG          0x00418250;
33
#define  CDATASTORE__PUTLONG          0x00418250
34
#define  CDATASTORE__PUTULONG         0x004182B0;
34
#define  CDATASTORE__PUTULONG         0x004182B0
35
#define  CDATASTORE__PUTINT64         0x0047B100;
35
#define  CDATASTORE__PUTINT64         0x0047B100
36
#define  CDATASTORE__PUTUINT64        0x0047B100;
36
#define  CDATASTORE__PUTUINT64        0x0047B100
37
#define  CDATASTORE__PUTFLOAT         0x0047B160;
37
#define  CDATASTORE__PUTFLOAT         0x0047B160
38
#define  CDATASTORE__PUTSTRING        0x0047B300;
38
#define  CDATASTORE__PUTSTRING        0x0047B300
39
#define  CDATASTORE__PUTARRAY         0x00418570;
39
#define  CDATASTORE__PUTARRAY         0x00418570
40
#define  CDATASTORE__PUTARRAY2        0x00418680;
40
#define  CDATASTORE__PUTARRAY2        0x00418680
41
#define  CDATASTORE__PUTARRAY3        0x00418790;
41
#define  CDATASTORE__PUTARRAY3        0x00418790
42
#define  CDATASTORE__PUTARRAY4        0x004188B0;
42
#define  CDATASTORE__PUTARRAY4        0x004188B0
43
#define  CDATASTORE__PUTARRAY5        0x004189D0;
43
#define  CDATASTORE__PUTARRAY5        0x004189D0
44
#define  CDATASTORE__PUTDATA          0x00418C10;
44
#define  CDATASTORE__PUTDATA          0x00418C10
45
#define  CDATASTORE__GETCHAR          0x00418C30;
45
#define  CDATASTORE__GETCHAR          0x00418C30
46
#define  CDATASTORE__GETUCHAR         0x00418CB0;
46
#define  CDATASTORE__GETUCHAR         0x00418CB0
47
#define  CDATASTORE__GETSHORT         0x00418D30;
47
#define  CDATASTORE__GETSHORT         0x00418D30
48
#define  CDATASTORE__GETUSHORT        0x00418DB0;
48
#define  CDATASTORE__GETUSHORT        0x00418DB0
49
#define  CDATASTORE__GETINT           0x0047B3C0;
49
#define  CDATASTORE__GETINT           0x0047B3C0
50
#define  CDATASTORE__GETUINT          0x0047B3C0;
50
#define  CDATASTORE__GETUINT          0x0047B3C0
51
#define  CDATASTORE__GETLONG          0x00418F30;
51
#define  CDATASTORE__GETLONG          0x00418F30
52
#define  CDATASTORE__GETULONG         0x00418FB0;
52
#define  CDATASTORE__GETULONG         0x00418FB0
53
#define  CDATASTORE__GETINT64         0x00419030;
53
#define  CDATASTORE__GETINT64         0x00419030
54
#define  CDATASTORE__GETUINT64        0x004190B0;
54
#define  CDATASTORE__GETUINT64        0x004190B0
55
#define  CDATASTORE__GETFLOAT         0x00419130;
55
#define  CDATASTORE__GETFLOAT         0x00419130
56
#define  CDATASTORE__GETSTRING        0x004191B0;
56
#define  CDATASTORE__GETSTRING        0x004191B0
57
#define  CDATASTORE__GETSTRING2       0x004192E0;
57
#define  CDATASTORE__GETSTRING2       0x004192E0
58
#define  CDATASTORE__GETARRAY         0x00419400;
58
#define  CDATASTORE__GETARRAY         0x00419400
59
#define  CDATASTORE__GETARRAY2        0x00419510;
59
#define  CDATASTORE__GETARRAY2        0x00419510
60
#define  CDATASTORE__GETARRAY3        0x00419620;
60
#define  CDATASTORE__GETARRAY3        0x00419620
61
#define  CDATASTORE__GETARRAY4        0x00419740;
61
#define  CDATASTORE__GETARRAY4        0x00419740
62
#define  CDATASTORE__GETARRAY5        0x00419860;
62
#define  CDATASTORE__GETARRAY5        0x00419860
63
#define  CDATASTORE__GETDATA          0x00419AA0;
63
#define  CDATASTORE__GETDATA          0x00419AA0
64
#define  CDATASTORE__GETBUFFERPARAMS  0x00419B50;
64
#define  CDATASTORE__GETBUFFERPARAMS  0x00419B50
65
#define  CDATASTORE__DETACHBUFFER     0x00419B80;
65
#define  CDATASTORE__DETACHBUFFER     0x00419B80
66
 
66
 
67
 
67
 
68
/****************************************************************************
68
/****************************************************************************
69
*
69
*
70
*   Client function pointers
70
*   Client function pointers
Line 454... Line 454...
454
 
454
 
455
//=======================================================================
455
//=======================================================================
456
void CDataStore::DetachBuffer (PVOID* dataPtr, UINT* sizePtr, UINT* allocPtr) {
456
void CDataStore::DetachBuffer (PVOID* dataPtr, UINT* sizePtr, UINT* allocPtr) {
457
	return CDataStore__DetachBufferPtr(this, dataPtr, sizePtr, allocPtr);
457
	return CDataStore__DetachBufferPtr(this, dataPtr, sizePtr, allocPtr);
458
}
458
}
-
 
459