sppc: Stub SLPersistApplicationPolicies.

Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Esme Povirk 2021-06-08 10:47:45 -05:00 committed by Alexandre Julliard
parent dddd5a5f5e
commit f888beb58e
2 changed files with 11 additions and 1 deletions

View File

@ -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;
}

View File

@ -52,7 +52,7 @@
@ stub SLIsGenuineLocalEx
@ stub SLLoadApplicationPolicies
@ stdcall SLOpen(ptr)
@ stub SLPersistApplicationPolicies
@ stdcall SLPersistApplicationPolicies(ptr ptr long)
@ stub SLPersistRTSPayloadOverride
@ stub SLReArm
@ stub SLRegisterEvent