Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Inserts a list of nodes before the specified node.
BOOL AddBefore( POSITION pos , CBaseList * pList );
Parameters
Return Values
Returns TRUE if successful; otherwise, returns FALSE.
Remarks
If the list insertion fails, some of the elements might have been added. Existing positions in the list, including the position specified in the posparameter, remain valid.