InetCplLaunchInternetControlPanel Method
Launches the Internet Properties dialog box with the General tab displayed.
Namespace: DevCase.Win32.NativeMethodsAssembly: 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
)
<DllImportAttribute("InetCpl.cpl", SetLastError := true>]
Public Shared Function LaunchInternetControlPanel (
hWnd As IntPtr
) As Integer
Dim hWnd As IntPtr
Dim returnValue As Integer
returnValue = InetCpl.LaunchInternetControlPanel(hWnd)
public:
[DllImportAttribute(L"InetCpl.cpl", SetLastError = true)]
static int LaunchInternetControlPanel(
IntPtr hWnd
)
[<DllImportAttribute("InetCpl.cpl", SetLastError = true)>]
static member LaunchInternetControlPanel :
hWnd : IntPtr -> int
No code example is currently available or this language may not be supported.
- hWnd IntPtr
-
A handle To the parent window Of the Internet Properties dialog box. This parameter can be Zero.
Int32
Returns
if successful, or
otherwise.