ReactOS 0.4.15-dev-8052-gc0e3179
_HTTP_COOKED_URL Struct Reference

#include <http.h>

Public Attributes

USHORT FullUrlLength
 
USHORT HostLength
 
USHORT AbsPathLength
 
USHORT QueryStringLength
 
const WCHARpFullUrl
 
const WCHARpHost
 
const WCHARpAbsPath
 
const WCHARpQueryString
 

Detailed Description

Definition at line 112 of file http.h.

Member Data Documentation

◆ AbsPathLength

USHORT _HTTP_COOKED_URL::AbsPathLength

Definition at line 116 of file http.h.

◆ FullUrlLength

USHORT _HTTP_COOKED_URL::FullUrlLength

Definition at line 114 of file http.h.

◆ HostLength

USHORT _HTTP_COOKED_URL::HostLength

Definition at line 115 of file http.h.

◆ pAbsPath

const WCHAR* _HTTP_COOKED_URL::pAbsPath

Definition at line 120 of file http.h.

◆ pFullUrl

const WCHAR* _HTTP_COOKED_URL::pFullUrl

Definition at line 118 of file http.h.

◆ pHost

const WCHAR* _HTTP_COOKED_URL::pHost

Definition at line 119 of file http.h.

◆ pQueryString

const WCHAR* _HTTP_COOKED_URL::pQueryString

Definition at line 121 of file http.h.

◆ QueryStringLength

USHORT _HTTP_COOKED_URL::QueryStringLength

Definition at line 117 of file http.h.


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