ReactOS 0.4.15-dev-7934-g1dc8d80
_object_header_t Struct Reference

#include <internet.h>

Collaboration diagram for _object_header_t:

Public Attributes

WH_TYPE htype
 
const object_vtbl_tvtbl
 
HINTERNET hInternet
 
BOOL valid_handle
 
DWORD dwFlags
 
DWORD_PTR dwContext
 
DWORD dwError
 
ULONG ErrorMask
 
DWORD dwInternalFlags
 
LONG refs
 
BOOL decoding
 
INTERNET_STATUS_CALLBACK lpfnStatusCB
 
struct list entry
 
struct list children
 

Detailed Description

Definition at line 271 of file internet.h.

Member Data Documentation

◆ children

struct list _object_header_t::children

Definition at line 286 of file internet.h.

Referenced by FTP_Connect(), FTP_FtpOpenFileW(), FTP_ReceiveFileList(), and HTTP_Connect().

◆ decoding

BOOL _object_header_t::decoding

Definition at line 283 of file internet.h.

Referenced by HTTP_Connect(), and InternetSetOptionW().

◆ dwContext

◆ dwError

DWORD _object_header_t::dwError

Definition at line 279 of file internet.h.

◆ dwFlags

◆ dwInternalFlags

DWORD _object_header_t::dwInternalFlags

Definition at line 281 of file internet.h.

Referenced by FTP_Connect(), HTTP_ReceiveRequestData(), and set_status_callback().

◆ entry

struct list _object_header_t::entry

Definition at line 285 of file internet.h.

Referenced by FTP_Connect(), FTP_FtpOpenFileW(), and FTP_ReceiveFileList().

◆ ErrorMask

ULONG _object_header_t::ErrorMask

Definition at line 280 of file internet.h.

Referenced by InternetSetOptionW().

◆ hInternet

◆ htype

◆ lpfnStatusCB

◆ refs

LONG _object_header_t::refs

Definition at line 282 of file internet.h.

◆ valid_handle

BOOL _object_header_t::valid_handle

Definition at line 276 of file internet.h.

◆ vtbl

const object_vtbl_t* _object_header_t::vtbl

Definition at line 274 of file internet.h.

Referenced by InternetSetOptionW(), and InternetWriteFile().


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