shdocvw: Added ResetProfileSharing stub.
This commit is contained in:
parent
258942f28f
commit
bf2d38fbc1
|
@ -46,7 +46,7 @@
|
|||
161 stub @ # CSearchAssistantOC::OnDraw
|
||||
162 stub -noname CDDEAuto_Navigate
|
||||
163 stub SHAddSubscribeFavorite
|
||||
164 stub -noname ResetProfileSharing
|
||||
164 stdcall -noname ResetProfileSharing(long)
|
||||
165 stub -noname URLSubstitution
|
||||
167 stub -noname IsIEDefaultBrowser
|
||||
169 stdcall -noname ParseURLFromOutsideSourceA(str ptr ptr ptr)
|
||||
|
|
|
@ -533,3 +533,12 @@ BOOL WINAPI ImportPrivacySettings(LPCWSTR filename, BOOL *pGlobalPrefs, BOOL * p
|
|||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/******************************************************************
|
||||
* ResetProfileSharing (SHDOCVW.164)
|
||||
*/
|
||||
HRESULT WINAPI ResetProfileSharing(HWND hwnd)
|
||||
{
|
||||
FIXME("(%p) stub\n", hwnd);
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue