CBaseList::MoveToTail (Windows CE 5.0)

Send Feedback

Moves the node or list of nodes to the end of a second list.

BOOL MoveToTail(POSITIONpos,CBaseList* pList);

Parameters

  • pos
    Position that marks the split in the list.
  • pList
    List in which to add the section of the list specified in the pos parameter.

Return Values

Returns TRUE if successful; otherwise, returns FALSE.

Remarks

This member function splits the current list after the position specified in the pos parameter in the list and retains the tail portion of the original list. It then adds the head portion to the tail end of the second list, using the pList parameter.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements.

For more information, see Setting Up the Build Environment.

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.