Microsoft DirectX 9.0

CGenericList::Get

The Get method retrieves the item at the specified position.

Syntax

OBJECT *Get(
    POSITION pos
);

Parameters

pos

Position indicator for the item to retrieve.

Return Value

Returns a pointer to an object of type OBJECT (the template type).

Remarks

If pos is NULL, the method returns NULL.

See Also