Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the activation factory for the specified runtime class.
Syntax
HRESULT GetActivationFactory(
[in] HSTRING activatableClassId,
[out] T **factory
);
Parameters
[in] activatableClassId
The ID of the activatable class.
[out] factory
The activation factory.
Return value
Returns S_OK on success.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | roapi.h (include Stdafx.h) |
DLL | Combase.dll |