Commit 8b886cdc authored by Esme Povirk's avatar Esme Povirk Committed by Alexandre Julliard

sppc: Stub SLClose.

parent 14bbccf7
......@@ -6,7 +6,7 @@
@ stub SLpGetLicenseAcquisitionInfo
@ stub SLpGetMachineUGUID
@ stub SLpVLActivateProduct
@ stub SLClose
@ stdcall SLClose(ptr) sppc.SLClose
@ stub SLConsumeRight
@ stub SLConsumeWindowsRight
@ stub SLDepositOfflineConfirmationId
......
......@@ -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);
......
......@@ -17,7 +17,7 @@
@ stub SLpSetActivationInProgress
@ stub SLpTriggerServiceWorker
@ stub SLpVLActivateProduct
@ stub SLClose
@ stdcall SLClose(ptr)
@ stub SLConsumeRight
@ stub SLDepositMigrationBlob
@ stub SLDepositOfflineConfirmationId
......
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