Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
Inserts a list of nodes after the specified node.
Syntax
BOOL AddAfter(
POSITION pos,
CBaseList* pList
);
Parameters
- pos
Position after which to add the list of nodes.
- pList
Pointer to the list of objects to add.
Return Value
Returns TRUE if successful; otherwise, returns FALSE.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |