ReactOS 0.4.16-dev-106-g10b08aa
|
#include <internet.h>
Public Attributes | |
LONG | ref |
HANDLE | file_handle |
WCHAR * | file_name |
WCHAR * | url |
BOOL | is_committed |
Definition at line 246 of file internet.h.
HANDLE req_file_t::file_handle |
Definition at line 249 of file internet.h.
Referenced by create_req_file(), and req_file_release().
WCHAR* req_file_t::file_name |
Definition at line 250 of file internet.h.
Referenced by commit_cache_entry(), create_req_file(), HTTPREQ_QueryOption(), and req_file_release().
BOOL req_file_t::is_committed |
Definition at line 252 of file internet.h.
Referenced by commit_cache_entry(), and req_file_release().
LONG req_file_t::ref |
Definition at line 248 of file internet.h.
Referenced by create_req_file(), req_file_addref(), and req_file_release().
WCHAR* req_file_t::url |
Definition at line 251 of file internet.h.
Referenced by commit_cache_entry(), create_cache_entry(), HTTPREQ_QueryOption(), and req_file_release().