CBaseList::FindI

Retrieves the first position that holds the specified object.

POSITION FindI(
void *pObj);

Parameters

  • pObj
    Pointer to the object to find.

Return Values

Returns a position cursor.

Remarks

A position cursor identifies an element on the list. Use the CBaseList::GetI member function to return the object at this position.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.