ReactOS 0.4.16-dev-319-g6cf4263
|
#include <internet.h>
Public Attributes | |
LPWSTR | lpszField |
LPWSTR | lpszValue |
WORD | wFlags |
WORD | wCount |
Definition at line 318 of file internet.h.
LPWSTR HTTPHEADERW::lpszField |
Definition at line 320 of file internet.h.
Referenced by HTTP_InsertCustomHeader().
LPWSTR HTTPHEADERW::lpszValue |
Definition at line 321 of file internet.h.
Referenced by create_cache_entry(), HTTP_HttpQueryInfoW(), HTTP_InsertCustomHeader(), http_process_keep_alive(), HTTP_ProcessCookies(), HTTP_ProcessExpires(), HTTP_ProcessHeader(), and HTTP_ProcessLastModified().
WORD HTTPHEADERW::wCount |
Definition at line 323 of file internet.h.
Referenced by HTTP_InsertCustomHeader().
WORD HTTPHEADERW::wFlags |
Definition at line 322 of file internet.h.
Referenced by HTTP_HttpQueryInfoW(), HTTP_InsertCustomHeader(), and HTTP_ProcessHeader().