Commit f888beb5 authored by Esme Povirk's avatar Esme Povirk Committed by Alexandre Julliard

sppc: Stub SLPersistApplicationPolicies.

parent dddd5a5f
......@@ -50,3 +50,13 @@ HRESULT WINAPI SLOpen(HSLC *handle)
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 SLLoadApplicationPolicies
@ stdcall SLOpen(ptr)
@ stub SLPersistApplicationPolicies
@ stdcall SLPersistApplicationPolicies(ptr ptr long)
@ stub SLPersistRTSPayloadOverride
@ stub SLReArm
@ stub SLRegisterEvent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment