sppc: Stub SLClose.

Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Esme Povirk 2021-09-04 12:50:19 -05:00 committed by Alexandre Julliard
parent 14bbccf756
commit 8b886cdc5d
3 changed files with 9 additions and 2 deletions

View file

@ -6,7 +6,7 @@
@ stub SLpGetLicenseAcquisitionInfo
@ stub SLpGetMachineUGUID
@ stub SLpVLActivateProduct
@ stub SLClose
@ stdcall SLClose(ptr) sppc.SLClose
@ stub SLConsumeRight
@ stub SLConsumeWindowsRight
@ stub SLDepositOfflineConfirmationId

View file

@ -51,6 +51,13 @@ HRESULT WINAPI SLOpen(HSLC *handle)
return S_OK;
}
HRESULT WINAPI SLClose(HSLC handle)
{
FIXME("(%p) stub\n", 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);

View file

@ -17,7 +17,7 @@
@ stub SLpSetActivationInProgress
@ stub SLpTriggerServiceWorker
@ stub SLpVLActivateProduct
@ stub SLClose
@ stdcall SLClose(ptr)
@ stub SLConsumeRight
@ stub SLDepositMigrationBlob
@ stub SLDepositOfflineConfirmationId