ReactOS 0.4.16-dev-835-gd769f56
|
LPCWSTR WINE_PARSE_URL::pHostName |
Definition at line 94 of file url.c.
Referenced by URL_ParseUrl(), and UrlGetPartW().
LPCWSTR WINE_PARSE_URL::pPassword |
Definition at line 92 of file url.c.
Referenced by URL_ParseUrl(), and UrlGetPartW().
LPCWSTR WINE_PARSE_URL::pPort |
Definition at line 96 of file url.c.
Referenced by URL_ParseUrl(), and UrlGetPartW().
LPCWSTR WINE_PARSE_URL::pQuery |
Definition at line 98 of file url.c.
Referenced by URL_ParseUrl(), and UrlGetPartW().
LPCWSTR WINE_PARSE_URL::pScheme |
Definition at line 88 of file url.c.
Referenced by URL_ParseUrl(), and UrlGetPartW().
LPCWSTR WINE_PARSE_URL::pUserName |
Definition at line 90 of file url.c.
Referenced by URL_ParseUrl(), and UrlGetPartW().
DWORD WINE_PARSE_URL::szHostName |
Definition at line 95 of file url.c.
Referenced by URL_ParseUrl(), and UrlGetPartW().
DWORD WINE_PARSE_URL::szPassword |
Definition at line 93 of file url.c.
Referenced by URL_ParseUrl(), and UrlGetPartW().
DWORD WINE_PARSE_URL::szPort |
Definition at line 97 of file url.c.
Referenced by URL_ParseUrl(), and UrlGetPartW().
DWORD WINE_PARSE_URL::szQuery |
Definition at line 99 of file url.c.
Referenced by URL_ParseUrl(), and UrlGetPartW().
DWORD WINE_PARSE_URL::szScheme |
Definition at line 89 of file url.c.
Referenced by URL_ParseUrl(), and UrlGetPartW().
DWORD WINE_PARSE_URL::szUserName |
Definition at line 91 of file url.c.
Referenced by URL_ParseUrl(), and UrlGetPartW().