[]
IDXGIKeyedMutex
[Guid("9d8e1289-d7b3-465f-8126-250e349af85d")]
public class KeyedMutex : DeviceChild, IDisposable, IUnknown
Name | Description |
---|---|
KeyedMutex(IntPtr) | Initializes a new instance of the KeyedMutex class. |
Name | Description |
---|---|
Acquire(long, int) | HRESULT IDXGIKeyedMutex::AcquireSync([In] unsigned longlong Key,[In] unsigned int dwMilliseconds) |
Release(long) | HRESULT IDXGIKeyedMutex::ReleaseSync([In] unsigned longlong Key) |
Name | Description |
---|---|
explicit operator KeyedMutex(IntPtr) | Performs an explicit conversion from IntPtr to KeyedMutex. |