Microsoft DirectX 9.0 |
The Next method retrieves the next position in the list.
Syntax
POSITION Next(
POSITION pos
);
Parameters
pos
POSITION value.
Return Value
Returns the position indicator that follows the position specified by pos.
Remarks
If pos is the last position in the list, the method returns NULL. If pos is NULL, the method returns the first position in the list.
See Also