Microsoft DirectX 9.0

CBaseList::FindI

The FindI method retrieves the first position that holds the specified item.

Syntax

POSITION FindI(
    void *pObj
);

Parameters

pObj

Pointer to the item.

Return Value

Returns a POSITION value, or NULL if the item is not in the list.

See Also