MÉTHODE IMFDXGIBuffer ::GetUnknown (mfobjects.h)
Obtient un pointeur IUnknown précédemment stocké dans l’objet de mémoire tampon multimédia.
Syntaxe
HRESULT GetUnknown(
[in] REFIID guid,
[in] REFIID riid,
[out] LPVOID *ppvObject
);
Paramètres
[in] guid
Identificateur du pointeur IUnknown .
[in] riid
Identificateur d’interface (IID) de l’interface demandée.
[out] ppvObject
Reçoit un pointeur vers l’interface. L’appelant doit libérer l’interface.
Valeur retournée
Cette méthode peut retourner l’une de ces valeurs.
Code de retour | Description |
---|---|
|
Réussite. |
|
L’objet ne prend pas en charge l’interface spécifiée. |
|
La clé spécifiée est introuvable. |
Configuration requise
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 | mfobjects.h (include Mfidl.h) |