D:/opendownloadmanager/ODM-1.x/Include.Add/DShow/wxlist.h File Reference
Go to the source code of this file.
Define Documentation
| #define REVERSETRAVERSELIST |
( |
list, |
|
|
cursor |
|
) |
|
Value:
for ( cursor = (list).GetTailPosition() \
; cursor!=NULL \
; cursor = (list).Prev(cursor) \
)
Definition at line 250 of file wxlist.h.
| #define TRAVERSELIST |
( |
list, |
|
|
cursor |
|
) |
|
Value:
for ( cursor = (list).GetHeadPosition() \
; cursor!=NULL \
; cursor = (list).Next(cursor) \
)
Definition at line 243 of file wxlist.h.
Typedef Documentation
Variable Documentation