Condividi tramite


Metodo ID2D1Multithread::GetMultithreadProtected (d2d1_1.h)

Restituisce se la factory Direct2D è stata creata con il flag di D2D1_FACTORY_TYPE_MULTI_THREADED .

Sintassi

BOOL GetMultithreadProtected();

Valore restituito

Restituisce true se la factory Direct2D è stata creata come multi thread o false se è stata creata come thread singolo.

Requisiti

   
Client minimo supportato Windows 8 e Platform Update per Windows 7 [app desktop | App UWP]
Server minimo supportato Windows Server 2012 e Aggiornamento della piattaforma per Windows Server 2008 R2 [app desktop | App UWP]
Piattaforma di destinazione Windows
Intestazione d2d1_1.h
Libreria D2d1.lib
DLL D2d1.dll

Vedi anche

ID2D1Multithread