FindI (Compact 2013)

3/26/2014

Retrieves the first position that holds the specified object.

Syntax

POSITION FindI(
  void* pObj
);

Parameters

  • pObj
    Pointer to the object to find.

Return Value

Returns a position cursor.

Remarks

A position cursor identifies an element on the list.

To return the object at this position, use the CBaseList::GetI member function.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseList Class