Microsoft DirectX 9.0 |
The GetI method retrieves the item at the specified position.
Syntax
void *GetI(
POSITION pos
);
Parameters
pos
Position indicator for the item to retrieve.
Return Value
Returns a pointer to the item.
Remarks
If pos is NULL, the method returns NULL.
See Also