Méthode IMFTopologyNode::GetObject (mfidl.h)
Obtient l’objet associé à ce nœud.
Syntaxe
HRESULT GetObject(
[out] IUnknown **ppObject
);
Paramètres
[out] ppObject
Reçoit un pointeur vers l’interface IUnknown de l’objet. L’appelant doit libérer l’interface.
Valeur retournée
Cette méthode retourne un code HRESULT. Les valeurs possibles sont notamment celles figurant dans le tableau suivant.
Code de retour | Description |
---|---|
|
S_OK |
|
Aucun objet n’est associé à ce nœud. |
Spécifications
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | mfidl.h |
Bibliothèque | Mfuuid.lib |