Microsoft Windows CE 3.0  

CBaseList::GetI

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Retrieves the object at the specified position.

void *GetI(
POSITION
pos
);

Parameters

pos
Position in the list from which to retrieve the object.

Return Values

Returns a pointer to the object as position pos.

Remarks

Use the CBaseList::Next, CBaseList::Prev, or CBaseList::FindImember function to obtain the position. Asking for the object at a NULL position returns NULL without generating an error.