CBaseList::GetI

 
Microsoft DirectShow 9.0

CBaseList::GetI

The GetI method retrieves the item at the specified position.

Syntax

  void *GetI(
    POSITION pos
);

Parameters

pos

Position indicator for the item to retrieve.

Return Value

Returns a pointer to the item.

Remarks

If pos is NULL, the method returns NULL.

Requirements

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

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

See Also