Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the IUri contained by the IUriContainer.
Syntax
HRESULT GetIUri(
[out] IUri **ppIUri
);
Parameters
- ppIUri [out]
Address of a pointer that receives the IUri interface.
Return value
Returns S_OK if successful, S_FALSE if the contained IUri is NULL, or E_INVALIDARG.
Remarks
IUriContainer::GetIUri was introduced in Windows Internet Explorer 7.
AddRef is called on the interface before it is returned. The caller is responsible for calling Release.
Requirements
Minimum supported client |
Windows XP with SP2 |
Minimum supported server |
Windows Server 2003 with SP1 |
Product |
Internet Explorer 7 |
Header |
Urlmon.h |
IDL |
Urlmon.idl |
DLL |
Urlmon.dll |