Stub definition for OpenUrl.

This commit is contained in:
Mike McCormack 2005-01-19 19:06:35 +00:00 committed by Alexandre Julliard
parent 932338890f
commit dee736764f
2 changed files with 9 additions and 1 deletions

View File

@ -95,3 +95,11 @@ static IQuickActivateVtbl WBQA_Vtbl =
};
IQuickActivateImpl SHDOCVW_QuickActivate = { &WBQA_Vtbl, 1 };
/**********************************************************************
* OpenURL (SHDOCVW.@)
*/
void WINAPI OpenURL(HWND hWnd, HINSTANCE hInst, LPCSTR lpcstrUrl, int nShowCmd)
{
FIXME("%p %p %s %d\n", hWnd, hInst, debugstr_a(lpcstrUrl), nShowCmd);
}

View File

@ -121,7 +121,7 @@
@ stub ImportPrivacySettings
@ stub InstallReg_RunDLL
@ stub IEWriteErrorLog
@ stub OpenURL
@ stdcall OpenURL(long long str long)
@ stub SHGetIDispatchForFolder
@ stdcall SetQueryNetSessionCount(long)
@ stub SoftwareUpdateMessageBox