InetCplLaunchInternetControlPanel Method

Launches the Internet Properties dialog box with the General tab displayed.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("InetCpl.cpl", SetLastError = true)]
public static int LaunchInternetControlPanel(
	IntPtr hWnd
)

Parameters

hWnd  IntPtr
A handle To the parent window Of the Internet Properties dialog box. This parameter can be Zero.

Return Value

Int32
Returns if successful, or otherwise.

Remarks

See Also