Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::image::data_transfer_state_tag Structure
C++
struct data_transfer_state_tag {
  _32 size;
  _32 offset;
  CDATA buffer;
};
Members 
Description 
_32 size; 
size of this block of data. 
_32 offset; 
offset of the data in the total message. Have to break up large buffers into smaller chunks for transfer. 
CDATA buffer; 
buffer containing the data to transfer. 

A definition of a block structure to transport font and image data across message queues. Type of buffer used to transfer data across message queues.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!