ID2D1Multithread

<summary> A locking mechanism from a Direct2D factory that Direct2D uses to control exclusive resource access in an app that is uses multiple threads. </summary>

interface ID2D1Multithread : IUnknown {}

Members

Functions

Enter
void Enter()

<summary> Enters the D2D API critical section, if it exists. </summary>

GetMultithreadProtected
BOOL GetMultithreadProtected()

<summary> Returns whether the D2D factory was created with D2D1_FACTORY_TYPE_MULTI_THREADED. </summary>

Leave
void Leave()

<summary> Leaves the D2D API critical section, if it exists. </summary>

Meta