interop ::GetDXGIInterfaceFromObject, fonction (windows.graphics.directx.direct3d11.interop.h)
Récupère une interface DXGI à partir d’un objet.
Syntaxe
HRESULT GetDXGIInterfaceFromObject(
Platform::Object ^ object,
REFIID iid,
void **p
);
Paramètres
object
Type : Platform ::Object^
Objet à partir duquel récupérer l’interface DXGI.
iid
Type : REFIID
ID de l’interface à récupérer.
p
Type : void**
En retour, contient l’interface DXGI récupérée.
Valeur de retour
Type : HRESULT
Si la fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Exigences
Exigence | Valeur |
---|---|
plateforme cible | Windows |
d’en-tête | windows.graphics.directx.direct3d11.interop.h |
bibliothèque | D3D11.lib |
DLL | D3D11.dll |