ReactOS 0.4.15-dev-6712-g46b4b55
|
#include <shlwapi.h>
Public Attributes | |
DWORD | cbSize |
LPCSTR | pszProtocol |
UINT | cchProtocol |
LPCSTR | pszSuffix |
UINT | cchSuffix |
UINT | nScheme |
DWORD tagPARSEDURLA::cbSize |
Definition at line 1423 of file shlwapi.h.
Referenced by test_ParseURL().
UINT tagPARSEDURLA::cchProtocol |
Definition at line 1425 of file shlwapi.h.
Referenced by test_ParseURL().
UINT tagPARSEDURLA::cchSuffix |
Definition at line 1427 of file shlwapi.h.
Referenced by test_ParseURL().
UINT tagPARSEDURLA::nScheme |
Definition at line 1428 of file shlwapi.h.
Referenced by test_ParseURL().
LPCSTR tagPARSEDURLA::pszProtocol |
Definition at line 1424 of file shlwapi.h.
Referenced by test_ParseURL().
LPCSTR tagPARSEDURLA::pszSuffix |
Definition at line 1426 of file shlwapi.h.
Referenced by test_ParseURL().