ReactOS 0.4.15-dev-8434-g155a7c7
_INTERNET_BUFFERSW Struct Reference

#include <wininet.h>

Collaboration diagram for _INTERNET_BUFFERSW:

Public Attributes

DWORD dwStructSize
 
struct _INTERNET_BUFFERSWNext
 
LPCWSTR lpcszHeader
 
DWORD dwHeadersLength
 
DWORD dwHeadersTotal
 
LPVOID lpvBuffer
 
DWORD dwBufferLength
 
DWORD dwBufferTotal
 
DWORD dwOffsetLow
 
DWORD dwOffsetHigh
 

Detailed Description

Definition at line 271 of file wininet.h.

Member Data Documentation

◆ dwBufferLength

DWORD _INTERNET_BUFFERSW::dwBufferLength

◆ dwBufferTotal

DWORD _INTERNET_BUFFERSW::dwBufferTotal

Definition at line 279 of file wininet.h.

Referenced by HttpSendRequestExA(), HttpSendRequestExW(), and rpcrt4_http_prepare_in_pipe().

◆ dwHeadersLength

DWORD _INTERNET_BUFFERSW::dwHeadersLength

Definition at line 275 of file wininet.h.

Referenced by HttpSendRequestExA(), and HttpSendRequestExW().

◆ dwHeadersTotal

DWORD _INTERNET_BUFFERSW::dwHeadersTotal

Definition at line 276 of file wininet.h.

Referenced by HttpSendRequestExA().

◆ dwOffsetHigh

DWORD _INTERNET_BUFFERSW::dwOffsetHigh

Definition at line 281 of file wininet.h.

◆ dwOffsetLow

DWORD _INTERNET_BUFFERSW::dwOffsetLow

Definition at line 280 of file wininet.h.

◆ dwStructSize

◆ lpcszHeader

LPCWSTR _INTERNET_BUFFERSW::lpcszHeader

Definition at line 274 of file wininet.h.

Referenced by HttpSendRequestExA(), and HttpSendRequestExW().

◆ lpvBuffer

◆ Next

struct _INTERNET_BUFFERSW* _INTERNET_BUFFERSW::Next

Definition at line 273 of file wininet.h.

Referenced by HttpSendRequestExA().


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