ReactOS 0.4.16-dev-205-g7b2bb7e
|
#include <shlwapi.h>
Public Attributes | |
DWORD | cbSize |
LPCSTR | pszProtocol |
UINT | cchProtocol |
LPCSTR | pszSuffix |
UINT | cchSuffix |
UINT | nScheme |
DWORD tagPARSEDURLA::cbSize |
Definition at line 1449 of file shlwapi.h.
Referenced by test_ParseURL().
UINT tagPARSEDURLA::cchProtocol |
Definition at line 1451 of file shlwapi.h.
Referenced by test_ParseURL().
UINT tagPARSEDURLA::cchSuffix |
Definition at line 1453 of file shlwapi.h.
Referenced by test_ParseURL().
UINT tagPARSEDURLA::nScheme |
Definition at line 1454 of file shlwapi.h.
Referenced by test_ParseURL().
LPCSTR tagPARSEDURLA::pszProtocol |
Definition at line 1450 of file shlwapi.h.
Referenced by test_ParseURL().
LPCSTR tagPARSEDURLA::pszSuffix |
Definition at line 1452 of file shlwapi.h.
Referenced by test_ParseURL().