ID2D1Multithread::GetMultithreadProtected-Methode (d2d1_1.h)

Gibt zurück, ob die Direct2D-Factory mit dem D2D1_FACTORY_TYPE_MULTI_THREADED-Flag erstellt wurde.

Syntax

BOOL GetMultithreadProtected();

Rückgabewert

Gibt true zurück, wenn die Direct2D-Factory als Multithread erstellt wurde, oder false, wenn sie als Singlethread erstellt wurde.

Anforderungen

   
Unterstützte Mindestversion (Client) Windows 8 und Plattformupdate für Windows 7 [Desktop-Apps | UWP-Apps]
Unterstützte Mindestversion (Server) Windows Server 2012 und Plattformupdate für Windows Server 2008 R2 [Desktop-Apps | UWP-Apps]
Zielplattform Windows
Kopfzeile d2d1_1.h
Bibliothek D2d1.lib
DLL D2d1.dll

Weitere Informationen

ID2D1Multithread