ReactOS 0.4.15-dev-7842-g558ab78
read_file_task_t Struct Reference
Collaboration diagram for read_file_task_t:

Public Attributes

task_header_t hdr
 
voidbuf
 
DWORD size
 
DWORD read_pos
 
DWORDret_read
 

Detailed Description

Definition at line 3109 of file http.c.

Member Data Documentation

◆ buf

void* read_file_task_t::buf

Definition at line 3111 of file http.c.

Referenced by async_read(), and async_read_file_proc().

◆ hdr

task_header_t read_file_task_t::hdr

Definition at line 3110 of file http.c.

Referenced by async_read(), and async_read_file_proc().

◆ read_pos

DWORD read_file_task_t::read_pos

Definition at line 3113 of file http.c.

Referenced by async_read(), and async_read_file_proc().

◆ ret_read

DWORD* read_file_task_t::ret_read

Definition at line 3114 of file http.c.

Referenced by async_read(), and async_read_file_proc().

◆ size

DWORD read_file_task_t::size

Definition at line 3112 of file http.c.

Referenced by async_read(), and async_read_file_proc().


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