Share via


CBaseList::GetNextI

 
Microsoft DirectShow 9.0

CBaseList::GetNextI

The GetNextI method retrieves the item at the specified position, and advances the position.

Syntax

  void *GetNextI(
    POSITION& rp
);

Parameters

rp

Reference to a POSITION value.

Return Value

Returns a pointer to the item. If rp is NULL, the method returns NULL.

Remarks

This method advances the position indicator to the next position. If the position indicator moves past the end of the list, the method sets it to NULL.

Requirements

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

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

See Also