T_cacheBufferStructure

Contains cache buffer information returned by an asynchronous read

Service:Advanced
Defined In:nwadv.h

Structure

  typedef struct cacheBufferStructure  
  {  
     char   *cacheBufferPointer ;  
     LONG    cacheBufferLength ;  
     int     completionCode ;  
  } T_cacheBufferStructure; 
  

Fields

cacheBufferPointer

Points to the address of the first character for the cache buffer.

cacheBufferLength

Specifies the number of bytes to be used from the cache buffer.

completionCode

Specifies the NetWare® error code for the buffer read operation.