FragElement

Defines a fragment of a fragmented NCP extension request

Service:NCP Extension
Defined In:nwncpx.h

Structure

  struct FragElement {  
     void  *ptr ;  
     LONG   size ;  
  };
  

Fields

ptr
Points to the fragment data.
size
Specifies the number of bytes that can be placed in the ptr field.