DWC_NdGetFileListAsync

C Specification


#include <nd/dwc_nd.h>

BOOL DWC_NdGetFileListAsync( DWCNdFileInfo *filelist, unsigned int offset, unsigned int num )
				

Description

Starts getting the list of files that can currently be downloaded. The process fails if communication with the download server is already in progress.

When the download process has completed, the callback function specified by DWC_NdInitAsync is called.

The downloaded file information is stored in an array of DWCNdFileInfo structures specified by filelist.

Determining which files can be downloaded from the download server is based on the attribute string specified by the DWC_NdSetAttr function.

Arguments

filelist Pointer to the array that stores the list of information retrieved.
offset Index of the first element in the list of retrieved information.
num Maximum number of items in the list of retrieved information.

Return Values

TRUE Successful. A callback function is called when the get process is completed.
FALSE Failure.
Use the DWC_GetLastError function to get the error information.

See Also

DWC_NdInitAsync, DWC_NdSetAttr, DWC_GetLastError, DWCNdFileInfo

Revision History

04/26/2006 Initial version.


CONFIDENTIAL