#include <revolution/nwc24.h>
NWC24Err NWC24InitDlIterateContext( NWC24DlIterateContext* context, NWC24DlIterateOperation operation );
Initializes the context for NWC24IterateDlTaskEx and sets the iteration order in the context.
When NWC24InitDlIterateContext is called before NWC24IterateDlTaskEx returns NWC24_ERR_DONE, the iteration is done over.
context |
Pointer to the iteration context. |
operation |
Iteration order. |
NWC24_OK: Ended normally.
2007/09/20 Added text to cover initialization of context during iterations.
2006/12/05 Initial version.
CONFIDENTIAL