ReactOS 0.4.16-dev-1405-gc14a14e
parsed_url Struct Reference

Public Attributes

const WCHARscheme
 
DWORD scheme_len
 
const WCHARusername
 
DWORD username_len
 
const WCHARpassword
 
DWORD password_len
 
const WCHARhostname
 
DWORD hostname_len
 
const WCHARport
 
DWORD port_len
 
const WCHARquery
 
DWORD query_len
 
DWORD scheme_number
 

Detailed Description

Definition at line 114 of file path.c.

Member Data Documentation

◆ hostname

const WCHAR* parsed_url::hostname

Definition at line 122 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ hostname_len

DWORD parsed_url::hostname_len

Definition at line 123 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ password

const WCHAR* parsed_url::password

Definition at line 120 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ password_len

DWORD parsed_url::password_len

Definition at line 121 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ port

const WCHAR* parsed_url::port

Definition at line 124 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ port_len

DWORD parsed_url::port_len

Definition at line 125 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ query

const WCHAR* parsed_url::query

Definition at line 126 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ query_len

DWORD parsed_url::query_len

Definition at line 127 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ scheme

const WCHAR* parsed_url::scheme

Definition at line 116 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ scheme_len

DWORD parsed_url::scheme_len

Definition at line 117 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ scheme_number

DWORD parsed_url::scheme_number

Definition at line 128 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ username

const WCHAR* parsed_url::username

Definition at line 118 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ username_len

DWORD parsed_url::username_len

Definition at line 119 of file path.c.

Referenced by parse_url(), and UrlGetPartW().


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