ホーム › Media.DirectShow.Tv › IComponents
IComponents
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 8
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT get_Count(INT* Count) |
| 8 | HRESULT get__NewEnum(IEnumVARIANT** ppNewEnum) |
| 9 | HRESULT EnumComponents(IEnumComponents** ppNewEnum) |
| 10 | HRESULT get_Item(VARIANT Index, IComponent** ppComponent) |
| 11 | HRESULT Add(IComponent* Component, VARIANT* NewIndex) |
| 12 | HRESULT Remove(VARIANT Index) |
| 13 | HRESULT Clone(IComponents** NewList) |
| 14 | HRESULT put_Item(VARIANT Index, IComponent* ppComponent) |