Share via


CBaseList::FindI

 
Microsoft DirectShow 9.0

CBaseList::FindI

The FindI method retrieves the first position that holds the specified item.

Syntax

  POSITION FindI(
    void *pObj
);

Parameters

pObj

Pointer to the item.

Return Value

Returns a POSITION value, or NULL if the item is not in the list.

Requirements

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

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

See Also