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

sppc: Stub SLClose.

parent 14bbccf7
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
@ stub SLpGetLicenseAcquisitionInfo @ stub SLpGetLicenseAcquisitionInfo
@ stub SLpGetMachineUGUID @ stub SLpGetMachineUGUID
@ stub SLpVLActivateProduct @ stub SLpVLActivateProduct
@ stub SLClose @ stdcall SLClose(ptr) sppc.SLClose
@ stub SLConsumeRight @ stub SLConsumeRight
@ stub SLConsumeWindowsRight @ stub SLConsumeWindowsRight
@ stub SLDepositOfflineConfirmationId @ stub SLDepositOfflineConfirmationId
......
...@@ -51,6 +51,13 @@ HRESULT WINAPI SLOpen(HSLC *handle) ...@@ -51,6 +51,13 @@ HRESULT WINAPI SLOpen(HSLC *handle)
return S_OK; 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) 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); FIXME("(%s,%s,%x) stub\n", wine_dbgstr_guid(app), wine_dbgstr_guid(product), flags);
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
@ stub SLpSetActivationInProgress @ stub SLpSetActivationInProgress
@ stub SLpTriggerServiceWorker @ stub SLpTriggerServiceWorker
@ stub SLpVLActivateProduct @ stub SLpVLActivateProduct
@ stub SLClose @ stdcall SLClose(ptr)
@ stub SLConsumeRight @ stub SLConsumeRight
@ stub SLDepositMigrationBlob @ stub SLDepositMigrationBlob
@ stub SLDepositOfflineConfirmationId @ 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