ReactOS 0.4.16-dev-1408-gbc64f3a
|
#include <shlwapi.h>
Public Attributes | |
DWORD | cbSize |
LPCWSTR | pszProtocol |
UINT | cchProtocol |
LPCWSTR | pszSuffix |
UINT | cchSuffix |
UINT | nScheme |
DWORD tagPARSEDURLW::cbSize |
Definition at line 1478 of file shlwapi.h.
Referenced by test_ParseURL(), UrlApplySchemeW(), and UrlCombineW().
UINT tagPARSEDURLW::cchProtocol |
Definition at line 1480 of file shlwapi.h.
Referenced by test_ParseURL(), and UrlCombineW().
UINT tagPARSEDURLW::cchSuffix |
Definition at line 1482 of file shlwapi.h.
Referenced by test_ParseURL(), and UrlCombineW().
UINT tagPARSEDURLW::nScheme |
Definition at line 1483 of file shlwapi.h.
Referenced by CDesktopFolder::_ParseDisplayNameByParent(), and test_ParseURL().
LPCWSTR tagPARSEDURLW::pszProtocol |
Definition at line 1479 of file shlwapi.h.
Referenced by test_ParseURL(), and UrlCombineW().
LPCWSTR tagPARSEDURLW::pszSuffix |
Definition at line 1481 of file shlwapi.h.
Referenced by CDesktopFolder::ShellUrlParseDisplayName(), test_ParseURL(), and UrlCombineW().