GetActivationFactory 函式 (roapi.h)
取得指定運行時間類別的啟用處理站。
語法
HRESULT GetActivationFactory(
[in] HSTRING activatableClassId,
[out] T **factory
);
參數
[in] activatableClassId
可啟用類別的識別碼。
[out] factory
啟用處理站。
傳回值
傳回成功時S_OK。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | roapi.h (包含 Stdafx.h) |
Dll | Combase.dll |