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 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 |