mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 13:53:38 +00:00
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);
|
||||
}
|
||||
|
||||
[
|
||||
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,
|
||||
local,
|
||||
|
Loading…
x
Reference in New Issue
Block a user