IUri::GetProperties method
Returns a bitmap of flags that indicate which Uniform Resource Identifier (URI) properties have been set.
Syntax
HRESULT GetProperties( [out] LPDWORD pdwFlags );
Parameters
- pdwFlags [out]
-
Address of a DWORD that receives a combination of the following flags:
-
Uri_PROPERTY_ABSOLUTE_URI exists.
-
Uri_PROPERTY_AUTHORITY exists.
-
Uri_PROPERTY_DISPLAY_URI exists.
-
Uri_PROPERTY_DOMAIN exists.
-
Uri_PROPERTY_EXTENSION exists.
-
Uri_PROPERTY_FRAGMENT exists.
-
Uri_PROPERTY_HOST exists.
-
Uri_PROPERTY_HOST_TYPE exists.
-
Uri_PROPERTY_PASSWORD exists.
-
Uri_PROPERTY_PATH exists.
-
Uri_PROPERTY_PATH_AND_QUERY exists.
-
Uri_PROPERTY_PORT exists.
-
Uri_PROPERTY_QUERY exists.
-
Uri_PROPERTY_RAW_URI exists.
-
Uri_PROPERTY_SCHEME exists.
-
Uri_PROPERTY_SCHEME_NAME exists.
-
Uri_PROPERTY_USER_NAME exists.
-
Uri_PROPERTY_USER_INFO exists.
-
Uri_PROPERTY_ZONE exists.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
IUri::GetProperties was introduced in Windows Internet Explorer 7.
Requirements
|
Minimum supported client |
Windows XP with SP2 |
|---|---|
|
Minimum supported server |
Windows Server 2003 with SP1 |
|
Product |
Internet Explorer 7 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also