table of contents
other versions
- wheezy 1.4.1-4
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,LaunchInternetControlPanelIMPLEMENTATION¶
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 |