ReactOS 0.4.15-dev-7906-g1b85a5f
request_data_t Struct Reference

#include <binding.h>

Collaboration diagram for request_data_t:

Public Attributes

nsIInputStreampost_stream
 
WCHARheaders
 
HGLOBAL post_data
 
ULONG post_data_len
 

Detailed Description

Definition at line 62 of file binding.h.

Member Data Documentation

◆ headers

WCHAR* request_data_t::headers

◆ post_data

HGLOBAL request_data_t::post_data

◆ post_data_len

ULONG request_data_t::post_data_len

Definition at line 66 of file binding.h.

Referenced by navigate_new_window(), navigate_uri(), and read_post_data_stream().

◆ post_stream

nsIInputStream* request_data_t::post_stream

Definition at line 63 of file binding.h.

Referenced by navigate_uri(), read_post_data_stream(), and release_request_data().


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