IUriBuilder::GetIUri method

Returns the original IUri.

Syntax

HRESULT GetIUri(
  [out] IUri **ppIUri
);

Parameters

  • ppIUri [out]
    Address to a pointer variable that receives the original IUri. The calling context must Release the interface when it is no longer needed.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

GetIUri was introduced in Windows Internet Explorer 7.

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Product

Internet Explorer 7

Header

Urlmon.h

IDL

Urlmon.idl

DLL

Urlmon.dll

See also

IUriBuilder

CreateUri