Méthode IMFPMPHostApp::ActivateClassById (mfidl.h)
Crée un objet Windows Runtime dans le processus PMP (Protected Media Path).
Syntaxe
HRESULT ActivateClassById(
[in] LPCWSTR id,
[in] IStream *pStream,
[in] REFIID riid,
[out] void **ppv
);
Paramètres
[in] id
ID de l’objet à créer.
[in] pStream
Données à passer à l’objet par le biais d’un IPersistStream.
[in] riid
Identificateur d’interface (IID) de l’interface à récupérer.
[out] ppv
Reçoit un pointeur vers l’objet créé.
Valeur retournée
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
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 | mfidl.h |