T_mwriteBufferStructure

Contains information about a buffer to be used by gwrite

Service:Advanced
Defined In:nwfileio.h

Structure

  typedef struct mwriteBufferStructure 
  { 
     char  *mwriteBufferPointer; 
     LONG   mwriteBufferLength; 
     int    reserved; 
  } T_mwriteBufferStructure;
  

Fields

mwriteBufferPointer

Points to a buffer.

mwriteBufferLength

Specifies the size of the buffer.