IUriBuilderFactory::CreateInitializedIUriBuilder method

Returns an IUriBuilder that can operate on this object and initializes it with the current IUri.

Syntax

HRESULT CreateInitializedIUriBuilder(
  [in]  DWORD       dwFlags,
  [in]  DWORD_PTR   dwReserved,
  [out] IUriBuilder **ppIUriBuilder
);

Parameters

  • dwFlags [in]
    Currently unused. Set to 0.

  • dwReserved [in]
    Reserved. Must be set to 0.

  • ppIUriBuilder [out]
    Address of a pointer variable of type IUriBuilder that receives the object.

Return value

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

Remarks

CreateInitializedIUriBuilder 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

IUriBuilderFactory

CreateIUriBuilder