CanEasy COM-Help
CanEasy::ICaptureEntryCol Interface Reference

Inherits IDispatch.

Detailed Description

Collection containing ICaptureEntry items

interface ICaptureEntryCol : IDispatch
{
//VSTAHidden
HRESULT _NewEnum([out, retval] IUnknown** pVal);
HRESULT Item([in] long lIndex, [out, retval] ICaptureEntry** pVal);
HRESULT Count([out, retval] long* pVal);
};

Definition at line 7266 of file cand_tlb.idl.

Property Documentation

◆ _NewEnum

IUnknown CanEasy::ICaptureEntryCol::_NewEnum
get

Returns enumerator of type IEnumVARIANT

◆ Count

long CanEasy::ICaptureEntryCol::Count
get

Returns count of items in the collection

◆ Item

ICaptureEntry CanEasy::ICaptureEntryCol::Item([in] long lIndex)
get

Returns item by name or by index (starting from 1)

CanEasy::ICaptureEntryCol::Item
ICaptureEntry Item([in] long lIndex)
CanEasy::ICaptureEntryCol::_NewEnum
IUnknown _NewEnum
CanEasy::ICaptureEntryCol::Count
long Count