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) ...@@ -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 @@ ...@@ -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
......
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