IMFActivate Interface
Enables the application to defer the creation of an object. This interface is exposed by activation objects.
Mitglieder
IMFActivateSchnittstelle erbt von IMFAttributes. IMFActivate umfasst auch die folgenden Typen von Mitgliedern:
- Methoden
Methoden
IMFActivateSchnittstelle umfasst die folgenden Methoden.
Methode | Beschreibung |
---|---|
ActivateObject | Creates the object associated with this activation object. |
DetachObject | Detaches the created object from the activation object. |
ShutdownObject | Shuts down the created object. |
Hinweise
Typically, the application calls some function that returns an IMFActivate pointer and then passes that pointer to another component. The other component calls ActivateObject at a later time to create the object. In the protected media path (PMP), the IMFActivate pointer might be marshaled to the protected process, so that the object can be created in that process.
Anforderungen
Mindestens unterstützter Client |
Windows Vista |
Mindestens unterstützter Server |
Windows Server 2008 |
Header |
Mfidl.h |
Bibliothek |
Mfuuid.lib |