ReactOS 0.4.17-dev-357-ga8f14ff
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 90 of file path.c.

Member Data Documentation

◆ hostname

const WCHAR* parsed_url::hostname

Definition at line 98 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ hostname_len

DWORD parsed_url::hostname_len

Definition at line 99 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ password

const WCHAR* parsed_url::password

Definition at line 96 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ password_len

DWORD parsed_url::password_len

Definition at line 97 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ port

const WCHAR* parsed_url::port

Definition at line 100 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ port_len

DWORD parsed_url::port_len

Definition at line 101 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ query

const WCHAR* parsed_url::query

Definition at line 102 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ query_len

DWORD parsed_url::query_len

Definition at line 103 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ scheme

const WCHAR* parsed_url::scheme

Definition at line 92 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ scheme_len

DWORD parsed_url::scheme_len

Definition at line 93 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ scheme_number

DWORD parsed_url::scheme_number

Definition at line 104 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ username

const WCHAR* parsed_url::username

Definition at line 94 of file path.c.

Referenced by parse_url(), and UrlGetPartW().

◆ username_len

DWORD parsed_url::username_len

Definition at line 95 of file path.c.

Referenced by parse_url(), and UrlGetPartW().


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