Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
CGenericList::Find
The Find method retrieves the first position that holds the specified item.
Syntax
  POSITION Find(
    OBJECT *pObj
);
Parameters
pObj
Pointer to an object of type OBJECT (the template type).
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