CBaseList::GetI (Compact 2013)
3/26/2014
Retrieves the object at the specified position.
Syntax
void *GetI(
POSITION pos
);
Parameters
- pos
Position in the list from which to retrieve the object.
Return Value
Returns a pointer to the object as position pos.
Remarks
Use the CBaseList::Next, CBaseList::Prev, or CBaseList::FindI member function to obtain the position.
Asking for the object at a NULL position returns NULL without generating an error.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |