inetcpl: Add stub for DllInstall.

This commit is contained in:
André Hentschel 2012-03-08 22:32:00 +01:00 committed by Alexandre Julliard
parent f135f18b58
commit 0ff72271d1
2 changed files with 10 additions and 1 deletions

View File

@ -60,6 +60,15 @@ BOOL WINAPI DllMain(HINSTANCE hdll, DWORD reason, LPVOID reserved)
return TRUE;
}
/***********************************************************************
* DllInstall (inetcpl.@)
*/
HRESULT WINAPI DllInstall(BOOL bInstall, LPCWSTR cmdline)
{
FIXME("(%s, %s): stub\n", bInstall ? "TRUE" : "FALSE", debugstr_w(cmdline));
return S_OK;
}
/******************************************************************************
* propsheet_callback [internal]
*

View File

@ -3,7 +3,7 @@
@ stub AddInternetPropertySheetsEx
@ stdcall CPlApplet(long long long long)
@ stub DisplayPopupWindowManagementDialog
@ stub DllInstall
@ stdcall -private DllInstall(long wstr)
@ stub GetAddSitesDisplayUrl
@ stub ImportExportPFX
@ stub LaunchAddSitesDialog