Méthode IMFMediaEngineExtension::EndCreateObject (mfmediaengine.h)
Termine une demande asynchrone de création d’un flux d’octets ou d’une source multimédia.
Syntaxe
HRESULT EndCreateObject(
[in] IMFAsyncResult *pResult,
[out] IUnknown **ppObject
);
Paramètres
[in] pResult
Pointeur vers l’interface IMFAsyncResult .
[out] ppObject
Reçoit un pointeur vers l’interface IUnknown du flux d’octets ou de la source multimédia. L’appelant doit libérer l’interface
Valeur retournée
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Notes
Le moteur multimédia appelle cette méthode pour terminer la méthode IMFMediaEngineExtension::BeginCreateObject .
Configuration requise
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 | mfmediaengine.h |