RoGetActivationFactory-Funktion (roapi.h)
Ruft die Aktivierungsfactory für die angegebene Laufzeitklasse ab.
Syntax
HRESULT RoGetActivationFactory(
[in] HSTRING activatableClassId,
[in] REFIID iid,
[out] void **factory
);
Parameter
[in] activatableClassId
Typ: HSTRING
Die ID der aktivierbaren Klasse.
[in] iid
Typ: REFIID
Die Verweis-ID der Schnittstelle.
[out] factory
Typ: void**
Die Aktivierungsfactory.
Rückgabewert
Typ: HRESULT
Wenn diese Funktion erfolgreich ist, wird S_OK zurückgegeben. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.
Anforderungen
Unterstützte Mindestversion (Client) | Windows 8 [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2012 [Desktop-Apps | UWP-Apps] |
Zielplattform | Windows |
Kopfzeile | roapi.h |
DLL | Combase.dll |