Contains information about a buffer to be used by gwrite
typedef struct mwriteBufferStructure
{
char *mwriteBufferPointer;
LONG mwriteBufferLength;
int reserved;
} T_mwriteBufferStructure;
Points to a buffer.
Specifies the size of the buffer.