CGenericList::Get

 
Microsoft DirectShow 9.0

CGenericList::Get

The Get method retrieves the item at the specified position.

Syntax

  OBJECT *Get(
    POSITION pos
);

Parameters

pos

Position indicator for the item to retrieve.

Return Value

Returns a pointer to an object of type OBJECT (the template type).

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