NCPExtensionMessageFrag

Defines a fragmented NCP extension request

Service:NCP Extension
Defined In:nwncpx.h

Structure

  struct NCPExtensionMessageFrag {  
     LONG                 totalMessageSize ;  
     LONG                 fragCount ;  
     struct FragElement    fragList [4]; 
  };
  

Fields

totalMessageSize
Specifies the limit (in bytes) for the returned data.
fragCount
Specifies the number of FragElement structures stored in the fragList field.
fragList
Specifies an array of up to four FragElement structures.