IShellUIHelper2::RunOnceRequiredSettingsComplete Method
Not supported. Sets a registry value to indicate whether the "first run" page completed successfully.
Syntax
HRESULT RunOnceRequiredSettingsComplete( VARIANT_BOOL fComplete );
Parameters
- fComplete
[in] One of the following values:
VARIANT_TRUE
The settings are complete.VARIANT_FALSE
The settings are not complete.
Return Value
Returns one of the following values:
S_OK Success. E_ACCESSDENIED Method is not allowed in the current domain.
Remarks
IShellUIHelper2::RunOnceRequiredSettingsComplete was introduced in Windows Internet Explorer 7.
This method can only be called from a "first run" page in the correct domain.
This method sets the following DWORD registry value to 0 or 1.
HKEY_CURRENT_USER
Software
Microsoft
Internet Explorer
Main
RunOnceComplete
See Also
IShellUIHelper2::RunOnceShown, IShellUIHelper2::RunOnceHasShown