Fonction MFCreateTopologyNode (mfidl.h)
Crée un nœud de topologie.
Syntaxe
HRESULT MFCreateTopologyNode(
[in] MF_TOPOLOGY_TYPE NodeType,
[out] IMFTopologyNode **ppNode
);
Paramètres
[in] NodeType
Type de nœud à créer, spécifié en tant que membre de l’énumération MF_TOPOLOGY_TYPE .
[out] ppNode
Reçoit un pointeur vers l’interface IMFTopologyNode du nœud. L’appelant doit libérer l’interface.
Valeur retournée
Si cette fonction 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 Vista [applications de bureau | applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau | applications UWP] |
Plateforme cible | Windows |
En-tête | mfidl.h |
Bibliothèque | Mf.lib |
DLL | Mf.dll |