Partager via


ID2D1Device2::GetDxgiDevice, méthode (d2d1_3.h)

Retourne l’appareil DXGI associé à cet appareil Direct2D.

Syntaxe

HRESULT GetDxgiDevice(
  [out] IDXGIDevice **dxgiDevice
);

Paramètres

[out] dxgiDevice

Type : IDXGIDevice**

Appareil DXGI associé à cet appareil Direct2D.

Valeur retournée

Type : HRESULT

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

   
Plateforme cible Windows
En-tête d2d1_3.h
Bibliothèque D2d1_3.lib
DLL D2d1_3.dll

Voir aussi

ID2D1Device2