Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the activation factory for the specified runtime class.
Syntax
HRESULT RoGetActivationFactory(
[in] HSTRING activatableClassId,
[in] REFIID iid,
[out] void **factory
);
Parameters
[in] activatableClassId
Type: HSTRING
The ID of the activatable class.
[in] iid
Type: REFIID
The reference ID of the interface.
[out] factory
Type: void**
The activation factory.
Return value
Type: HRESULT
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | roapi.h |
| Library | mincore.lib |
| DLL | Combase.dll |