Microsoft DirectX 9.0 |
The AddTailI method adds an item to the end of the list.
Syntax
POSITION AddTailI(
void *pObj
);
Parameters
pObj
Pointer to the item.
Return Value
Returns a POSITION value for the new tail position.
Remarks
If the method fails, it returns NULL.
See Also