Fonction MFCreateCollection (mfapi.h)

Crée un objet de collection vide.

Syntaxe

HRESULT MFCreateCollection(
  [out] IMFCollection **ppIMFCollection
);

Paramètres

[out] ppIMFCollection

Reçoit un pointeur vers l’interface IMFCollection de l’objet de collection. L’appelant doit libérer l’interface.

Valeur retournée

La fonction retourne un HRESULT. Les valeurs possibles sont notamment celles figurant dans le tableau suivant.

Code de retour Description
S_OK
S_OK

Spécifications

   
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 mfapi.h
Bibliothèque Mfplat.lib
DLL Mfplat.dll

Voir aussi

Fonctions Media Foundation