ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <winhttp_private.h>
Public Attributes | |
struct task_header | hdr |
void * | buffer |
DWORD | to_read |
DWORD * | read |
Definition at line 250 of file winhttp_private.h.
void* read_data::buffer |
Definition at line 253 of file winhttp_private.h.
struct task_header read_data::hdr |
Definition at line 252 of file winhttp_private.h.
DWORD* read_data::read |
Definition at line 255 of file winhttp_private.h.
DWORD read_data::to_read |
Definition at line 254 of file winhttp_private.h.