Microsoft DirectX 9.0 |
The Find method retrieves the first position that holds the specified item.
Syntax
POSITION Find(
OBJECT *pObj
);
Parameters
pObj
Pointer to an object of type OBJECT (the template type).
Return Value
Returns a POSITION value, or NULL if the item is not in the list.
See Also