This topic has not yet been rated - Rate this topic

IUriBuilder::SetIUri method

Sets the current IUri.

Syntax


HRESULT SetIUri(
  [in]  IUri *pIUri
);

Parameters

pIUri [in]

Pointer to an existing IUri interface.

Return value

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

Remarks

SetIUri was introduced in Windows Internet Explorer 7.

Setting the current IUri invalidates all properties.

Requirements

Minimum supported client

Windows XP with SP2 [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Product

Internet Explorer 7

Header

Urlmon.h

IDL

Urlmon.idl

DLL

Urlmon.dll

See also

IUriBuilder
Reference
CreateUri
GetIUri

 

 

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.