ReactOS 0.4.16-dev-112-g52265ae
|
#include <shlwapi.h>
Public Attributes | |
DWORD | cbSize |
LPCWSTR | pszProtocol |
UINT | cchProtocol |
LPCWSTR | pszSuffix |
UINT | cchSuffix |
UINT | nScheme |
DWORD tagPARSEDURLW::cbSize |
Definition at line 1432 of file shlwapi.h.
Referenced by test_ParseURL(), URL_CreateFromPath(), UrlApplySchemeW(), UrlCombineW(), and UrlEscapeW().
UINT tagPARSEDURLW::cchProtocol |
Definition at line 1434 of file shlwapi.h.
Referenced by test_ParseURL(), URL_CreateFromPath(), UrlCombineW(), and UrlEscapeW().
UINT tagPARSEDURLW::cchSuffix |
Definition at line 1436 of file shlwapi.h.
Referenced by test_ParseURL(), and UrlCombineW().
UINT tagPARSEDURLW::nScheme |
Definition at line 1437 of file shlwapi.h.
Referenced by CDesktopFolder::_ParseDisplayNameByParent(), CoInternetGetSecurityUrl(), test_ParseURL(), URL_CreateFromPath(), and UrlEscapeW().
LPCWSTR tagPARSEDURLW::pszProtocol |
Definition at line 1433 of file shlwapi.h.
Referenced by test_ParseURL(), UrlCombineW(), and UrlEscapeW().
LPCWSTR tagPARSEDURLW::pszSuffix |
Definition at line 1435 of file shlwapi.h.
Referenced by CDesktopFolder::ShellUrlParseDisplayName(), test_ParseURL(), UrlCombineW(), and UrlEscapeW().