Subversion Repositories WoWGM

Rev

Rev 35 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35 Rev 36
Line 2... Line 2...
2
#pragma hdrstop
2
#pragma hdrstop
3
 
3
 
4
#include "CDataStore.h"
4
#include "CDataStore.h"
5
 
5
 
6
 
6
 
7
/****************************************************************************
7
/******************************************************************************
8
*
8
*
9
*   Client memory addresses
9
*   Client memory addresses
10
*
10
*
11
***/
11
***/
12
 
12
 
Line 63... Line 63...
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
71
*
71
*
72
***/
72
***/
73
 
73
 
Line 176... Line 176...
176
void (__thiscall* CDataStore__GetBufferParamsPtr)(const CDataStore*,const void**,UINT*,UINT*) = *(void(__thiscall*)(const CDataStore*,const void**,UINT*,UINT*))CDATASTORE__GETBUFFERPARAMS;
176
void (__thiscall* CDataStore__GetBufferParamsPtr)(const CDataStore*,const void**,UINT*,UINT*) = *(void(__thiscall*)(const CDataStore*,const void**,UINT*,UINT*))CDATASTORE__GETBUFFERPARAMS;
177
 
177
 
178
void (__thiscall* CDataStore__DetachBufferPtr)(CDataStore*,void**,UINT*,UINT*) = *(void (__thiscall*)(CDataStore*,void**,UINT*,UINT*))CDATASTORE__DETACHBUFFER;
178
void (__thiscall* CDataStore__DetachBufferPtr)(CDataStore*,void**,UINT*,UINT*) = *(void (__thiscall*)(CDataStore*,void**,UINT*,UINT*))CDATASTORE__DETACHBUFFER;
179
 
179
 
180
 
180
 
181
/****************************************************************************
181
/******************************************************************************
182
*
182
*
183
*   Externals
183
*   Externals
184
*
184
*
185
***/
185
***/
186
 
186