ITsSbResourcePluginStoreEx::ReleaseTargetLock method

Releases a lock on a target.

Syntax

HRESULT ReleaseTargetLock(
  [in] IUnknown *pContext
);

Parameters

pContext [in]

A pointer to the context returned by the AcquireTargetLock method.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

This method is only available on Windows Server 2012 R2 with KB3091411 installed in the ITsSbResourcePluginStoreEx interface. This method is available on the ITsSbResourcePluginStore interface starting with Windows Server 2016.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
End of server support
Windows Server 2012 R2
IDL
SbTsV.idl
IID
IID_ITsSbResourcePluginStoreEx is defined as 80b83ffd-625d-11e5-bea1-a0481c7e9064

See also

ITsSbResourcePluginStoreEx