Format of MRCREQUEST structure |
Offset | Size | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
00h |
DWORD |
pointer to source buffer | ||||||||||||
04h |
WORD |
size of source buffer (0000h = 64K) | ||||||||||||
06h |
WORD |
UpdateCompress only
|
||||||||||||
08h |
DWORD |
pointer to destination buffer must contain original compressed data for UpdateCompress | ||||||||||||
0Ch |
WORD |
size of destination buffer (0000h = 64K)
|
||||||||||||
0Eh |
WORD |
client compressed data storage allocation size | ||||||||||||
10h |
DWORD |
incremental decompression state data set to 00000000h before first incremental decompression call |
Note: |
The source and destination buffers may not overlap. |