Stub definition for OpenUrl.
This commit is contained in:
parent
932338890f
commit
dee736764f
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue