24 URL_COMPONENTS
url = {0};
25 url.dwStructSize =
sizeof(
url);
26 url.dwSchemeLength = 1;
27 url.dwUserNameLength = 1;
28 url.dwPasswordLength = 1;
29 url.dwHostNameLength = 1;
34 if (!InternetCrackUrl(uriString, size, options, &url))
Addon interface definition GNU LGPL.
void Initialize(const std::string &uriString)
#define THROW_ERROR1(data, param1)
Common::ErrorData CannotParseUri