[]
        
(Showing Draft Content)

C1.Util.DX.DXGI.KeyedMutex

KeyedMutex Class

IDXGIKeyedMutex

Implements
Namespace: C1.Util.DX.DXGI
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("9d8e1289-d7b3-465f-8126-250e349af85d")]
public class KeyedMutex : DeviceChild, IDisposable, IUnknown

Constructors

Name Description
KeyedMutex(IntPtr)

Initializes a new instance of the KeyedMutex class.

Methods

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)

Operators

Name Description
explicit operator KeyedMutex(IntPtr)

Performs an explicit conversion from IntPtr to KeyedMutex.