dxgi.idl: Added IDXGIKeyedMutex declaration.
This commit is contained in:
parent
6d23f3e7e1
commit
bbf8c42f69
|
@ -190,6 +190,18 @@ interface IDXGIResource : IDXGIDeviceSubObject
|
||||||
HRESULT GetEvictionPriority([out, retval] UINT *pEvictionPriority);
|
HRESULT GetEvictionPriority([out, retval] UINT *pEvictionPriority);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[
|
||||||
|
object,
|
||||||
|
uuid(9d8e1289-d7b3-465f-8126-250e349af85d),
|
||||||
|
local,
|
||||||
|
pointer_default(unique)
|
||||||
|
]
|
||||||
|
interface IDXGIKeyedMutex : IDXGIDeviceSubObject
|
||||||
|
{
|
||||||
|
HRESULT AcquireSync([in] UINT64 Key, [in] DWORD dwMilliseconds);
|
||||||
|
HRESULT ReleaseSync([in] UINT64 Key);
|
||||||
|
}
|
||||||
|
|
||||||
[
|
[
|
||||||
object,
|
object,
|
||||||
local,
|
local,
|
||||||
|
|
Loading…
Reference in New Issue