ReactOS 0.4.16-dev-853-g88d9285
|
#include <shlwapi.h>
Public Attributes | |
DWORD | cbSize |
LPCWSTR | pszProtocol |
UINT | cchProtocol |
LPCWSTR | pszSuffix |
UINT | cchSuffix |
UINT | nScheme |
DWORD tagPARSEDURLW::cbSize |
Definition at line 1467 of file shlwapi.h.
Referenced by test_ParseURL(), URL_CreateFromPath(), UrlApplySchemeW(), UrlCombineW(), and UrlEscapeW().
UINT tagPARSEDURLW::cchProtocol |
Definition at line 1469 of file shlwapi.h.
Referenced by test_ParseURL(), URL_CreateFromPath(), UrlCombineW(), and UrlEscapeW().
UINT tagPARSEDURLW::cchSuffix |
Definition at line 1471 of file shlwapi.h.
Referenced by test_ParseURL(), and UrlCombineW().
UINT tagPARSEDURLW::nScheme |
Definition at line 1472 of file shlwapi.h.
Referenced by CDesktopFolder::_ParseDisplayNameByParent(), CoInternetGetSecurityUrl(), test_ParseURL(), URL_CreateFromPath(), and UrlEscapeW().
LPCWSTR tagPARSEDURLW::pszProtocol |
Definition at line 1468 of file shlwapi.h.
Referenced by test_ParseURL(), UrlCombineW(), and UrlEscapeW().
LPCWSTR tagPARSEDURLW::pszSuffix |
Definition at line 1470 of file shlwapi.h.
Referenced by CDesktopFolder::ShellUrlParseDisplayName(), test_ParseURL(), UrlCombineW(), and UrlEscapeW().