IUriBuilder::HasBeenModified method

Returns TRUE if component values have been modified.

Syntax

HRESULT HasBeenModified(
  [out] BOOL *pfModified
);

Parameters

  • pfModified [out]
    Address of a variable of type BOOL that receives TRUE if components have been modified, or FALSE otherwise.

Return value

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

Remarks

HasBeenModified 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