ID3D11VideoDevice ::SetPrivateDataInterface, méthode (d3d11.h)
Définit un pointeur IUnknown privé sur l’appareil vidéo et associe ce pointeur à un GUID.
Syntaxe
HRESULT SetPrivateDataInterface(
[in] REFGUID guid,
[in] const IUnknown *pData
);
Paramètres
[in] guid
GUID associé au pointeur.
[in] pData
Pointeur vers l’interface IUnknown .
Valeur retournée
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | d3d11.h |