inetcpl: Implement LaunchInternetControlPanel.

This commit is contained in:
Detlef Riekenberg 2010-10-01 13:16:56 +02:00 committed by Alexandre Julliard
parent 6d9e5162d6
commit ca042b2922
2 changed files with 22 additions and 1 deletions

View File

@ -162,3 +162,24 @@ LONG CALLBACK CPlApplet(HWND hWnd, UINT command, LPARAM lParam1, LPARAM lParam2)
return FALSE;
}
/*********************************************************************
* LaunchInternetControlPanel (inetcpl.@)
*
* Launch the Internet Control Panel dialog
*
* PARAMS
* parent [I] Handle for the parent window
*
* RETURNS
* Success: TRUE
*
* NOTES
* rundll32 callable function: rundll32 inetcpl.cpl,LaunchInternetControlPanel
*
*/
BOOL WINAPI LaunchInternetControlPanel(HWND parent)
{
display_cpl_sheets(parent);
return TRUE;
}

View File

@ -8,7 +8,7 @@
@ stub ImportExportPFX
@ stub LaunchAddSitesDialog
@ stub LaunchConnectionDialog
@ stub LaunchInternetControlPanel
@ stdcall LaunchInternetControlPanel(long)
@ stub LaunchPerSitePrivacyActionDialog
@ stub LaunchPopupWindowManagementDialog
@ stub LaunchPrivacyDialog