Scroll to navigation

LaunchInternetControlPanel(3w) Wine API LaunchInternetControlPanel(3w)

NAME

LaunchInternetControlPanel (INETCPL.@)

SYNOPSIS

BOOL LaunchInternetControlPanel
(
HWND parent
)
 

DESCRIPTION

Launch the Internet Control Panel dialog.
 

PARAMS

parent [In] Handle for the parent window.
 

RETURNS

Success: TRUE.
 

NOTES

rundll32 callable function: rundll32 inetcpl.cpl,LaunchInternetControlPanel
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/inetcpl.cpl/inetcpl.c".
Debug channel "inetcpl".
Oct 2012 Wine API