ReactOS 0.4.15-dev-7842-g558ab78
_HTTP_DATA_CHUNK Struct Reference

#include <http.h>

Collaboration diagram for _HTTP_DATA_CHUNK:

Public Attributes

HTTP_DATA_CHUNK_TYPE DataChunkType
 
union {
   struct {
      void *   pBuffer
 
      ULONG   BufferLength
 
   }   FromMemory
 
   struct {
      HTTP_BYTE_RANGE   ByteRange
 
      HANDLE   FileHandle
 
   }   FromFileHandle
 
   struct {
      USHORT   FragmentNameLength
 
      const WCHAR *   pFragmentName
 
   }   FromFragmentCache
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 231 of file http.h.

Member Data Documentation

◆ BufferLength

ULONG _HTTP_DATA_CHUNK::BufferLength

Definition at line 239 of file http.h.

◆ ByteRange

HTTP_BYTE_RANGE _HTTP_DATA_CHUNK::ByteRange

Definition at line 243 of file http.h.

◆ DataChunkType

HTTP_DATA_CHUNK_TYPE _HTTP_DATA_CHUNK::DataChunkType

Definition at line 233 of file http.h.

◆ 

__C89_NAMELESS union { ... } _HTTP_DATA_CHUNK::DUMMYUNIONNAME

◆ FileHandle

HANDLE _HTTP_DATA_CHUNK::FileHandle

Definition at line 244 of file http.h.

◆ FragmentNameLength

USHORT _HTTP_DATA_CHUNK::FragmentNameLength

Definition at line 248 of file http.h.

◆ 

struct { ... } _HTTP_DATA_CHUNK::FromFileHandle

◆ 

struct { ... } _HTTP_DATA_CHUNK::FromFragmentCache

◆ 

struct { ... } _HTTP_DATA_CHUNK::FromMemory

◆ pBuffer

void* _HTTP_DATA_CHUNK::pBuffer

Definition at line 238 of file http.h.

◆ pFragmentName

const WCHAR* _HTTP_DATA_CHUNK::pFragmentName

Definition at line 249 of file http.h.


The documentation for this struct was generated from the following file: