IMILBitmapEffectGroup::GetInteriorOutputConnector 方法 (mileffects.h)
擷取指定索引處效果的輸出連接器。
語法
HRESULT GetInteriorOutputConnector(
[in] ULONG uiIndex,
[out, retval] IMILBitmapEffectInputConnector **ppConnector
);
參數
[in] uiIndex
類型: ULONG
要擷取連接器的效果索引。
[out, retval] ppConnector
類型: IMILBitmapEffectInputConnector**
接收所需效果輸出連接器指標的指標。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP 搭配 SP2、Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | mileffects.h |
可轉散發套件 | Microsoft .Net 3.0 |