Microsoft DirectX 9.0 |
The AddHeadI method adds an item to the front of the list.
Syntax
POSITION AddHeadI(
void *pObj
);
Parameters
pObj
Pointer to the item.
Return Value
Returns a POSITION value indicating the new head position.
Remarks
If the method fails, the return value is NULL.
See Also