DWC_NdGetFileListNumAsync

C Specification


#include <nd/dwc_nd.h>

BOOL DWC_NdGetFileListNumAsync( int* entrynum )
				

Description

Starts getting the total number of files that can currently be downloaded. The process fails if communications with the download server are already taking place.

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

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

Arguments

entrynum Pointer to the region that stores the total number of downloadable files.

Return Values

TRUE Successful. A callback function that is called when the process of retrieving information has completed.
FALSE Failure
Be sure to get error information using the DWC_GetLastErrorEx function.

See Also

DWC_NdSetAttr, DWC_GetlLastErrorEx

Revision History

2006/04/26 Initial version.


CONFIDENTIAL