|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <shlwapi.h>
Public Attributes | |
| DWORD | cbSize |
| LPCWSTR | pszProtocol |
| UINT | cchProtocol |
| LPCWSTR | pszSuffix |
| UINT | cchSuffix |
| UINT | nScheme |
| DWORD tagPARSEDURLW::cbSize |
Definition at line 616 of file shlwapi.h.
Referenced by test_ParseURL(), UrlApplySchemeW(), and UrlCombineW().
| UINT tagPARSEDURLW::cchProtocol |
Definition at line 618 of file shlwapi.h.
Referenced by test_ParseURL(), and UrlCombineW().
| UINT tagPARSEDURLW::cchSuffix |
Definition at line 620 of file shlwapi.h.
Referenced by test_ParseURL(), and UrlCombineW().
| UINT tagPARSEDURLW::nScheme |
Definition at line 621 of file shlwapi.h.
Referenced by CDesktopFolder::_ParseDisplayNameByParent(), and test_ParseURL().
| LPCWSTR tagPARSEDURLW::pszProtocol |
Definition at line 617 of file shlwapi.h.
Referenced by test_ParseURL(), and UrlCombineW().
| LPCWSTR tagPARSEDURLW::pszSuffix |
Definition at line 619 of file shlwapi.h.
Referenced by CDesktopFolder::ShellUrlParseDisplayName(), test_ParseURL(), and UrlCombineW().