NWC24InitDlIterateContext

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24InitDlIterateContext( NWC24DlIterateContext* context, NWC24DlIterateOperation operation );

Description

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.

Arguments

context Pointer to the iteration context.
operation Iteration order.

Return Values

NWC24_OK: Ended normally.

See Also

NWC24IterateDlTaskEx

Revision History

2007/09/20 Added text to cover initialization of context during iterations.
2006/12/05 Initial version.


CONFIDENTIAL