sppc: Stub SLPersistApplicationPolicies.
Signed-off-by: Esme Povirk <esme@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
dddd5a5f5e
commit
f888beb58e
|
@ -50,3 +50,13 @@ HRESULT WINAPI SLOpen(HSLC *handle)
|
||||||
|
|
||||||
return S_OK;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
HRESULT WINAPI SLPersistApplicationPolicies(const SLID *app, const SLID *product, DWORD flags)
|
||||||
|
{
|
||||||
|
FIXME("(%s,%s,%x) stub\n", wine_dbgstr_guid(app), wine_dbgstr_guid(product), flags);
|
||||||
|
|
||||||
|
if (!app)
|
||||||
|
return E_INVALIDARG;
|
||||||
|
|
||||||
|
return S_OK;
|
||||||
|
}
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
@ stub SLIsGenuineLocalEx
|
@ stub SLIsGenuineLocalEx
|
||||||
@ stub SLLoadApplicationPolicies
|
@ stub SLLoadApplicationPolicies
|
||||||
@ stdcall SLOpen(ptr)
|
@ stdcall SLOpen(ptr)
|
||||||
@ stub SLPersistApplicationPolicies
|
@ stdcall SLPersistApplicationPolicies(ptr ptr long)
|
||||||
@ stub SLPersistRTSPayloadOverride
|
@ stub SLPersistRTSPayloadOverride
|
||||||
@ stub SLReArm
|
@ stub SLReArm
|
||||||
@ stub SLRegisterEvent
|
@ stub SLRegisterEvent
|
||||||
|
|
Loading…
Reference in New Issue