ReactOS 0.4.16-dev-1247-g7d8d8a6
|
#include <shlwapi.h>
Public Attributes | |
DWORD | cbSize |
LPCSTR | pszProtocol |
UINT | cchProtocol |
LPCSTR | pszSuffix |
UINT | cchSuffix |
UINT | nScheme |
DWORD tagPARSEDURLA::cbSize |
Definition at line 1469 of file shlwapi.h.
Referenced by test_ParseURL().
UINT tagPARSEDURLA::cchProtocol |
Definition at line 1471 of file shlwapi.h.
Referenced by test_ParseURL().
UINT tagPARSEDURLA::cchSuffix |
Definition at line 1473 of file shlwapi.h.
Referenced by test_ParseURL().
UINT tagPARSEDURLA::nScheme |
Definition at line 1474 of file shlwapi.h.
Referenced by test_ParseURL().
LPCSTR tagPARSEDURLA::pszProtocol |
Definition at line 1470 of file shlwapi.h.
Referenced by test_ParseURL().
LPCSTR tagPARSEDURLA::pszSuffix |
Definition at line 1472 of file shlwapi.h.
Referenced by test_ParseURL().