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, |
Library |
ole32.lib, |