ReactOS 0.4.16-dev-981-g80eb313
|
#include <shlwapi.h>
Public Attributes | |
DWORD | cbSize |
LPCSTR | pszProtocol |
UINT | cchProtocol |
LPCSTR | pszSuffix |
UINT | cchSuffix |
UINT | nScheme |
DWORD tagPARSEDURLA::cbSize |
Definition at line 1458 of file shlwapi.h.
Referenced by test_ParseURL().
UINT tagPARSEDURLA::cchProtocol |
Definition at line 1460 of file shlwapi.h.
Referenced by test_ParseURL().
UINT tagPARSEDURLA::cchSuffix |
Definition at line 1462 of file shlwapi.h.
Referenced by test_ParseURL().
UINT tagPARSEDURLA::nScheme |
Definition at line 1463 of file shlwapi.h.
Referenced by test_ParseURL().
LPCSTR tagPARSEDURLA::pszProtocol |
Definition at line 1459 of file shlwapi.h.
Referenced by test_ParseURL().
LPCSTR tagPARSEDURLA::pszSuffix |
Definition at line 1461 of file shlwapi.h.
Referenced by test_ParseURL().