CGenericList::CGenericList

 
Microsoft DirectShow 9.0

CGenericList::CGenericList

Constructor method.

Syntax

  CGenericList(
    TCHAR *pName,
    INT iItems,
    BOOL bLock,
    BOOL bAlert
);

CGenericList(
    TCHAR *pName
);

Parameters

pName

Pointer to the name of the list.

iItems

Size of the node cache.

bLock

Not used.

bAlert

Not used.

Remarks

For efficiency, the CGenericList class maintains a cache of list nodes. If you know approximately how many items the list will hold, use the first version of the constructor. The second version uses a default cache size.

Requirements

**  Header:** Declared in Wxlist.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also