#include <nd/dwc_nd.h>
BOOL DWC_NdGetFileListNumAsync( int* entrynum )
Starts getting the total number 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 determination as to which files are downloadable in the Download server is based on the attribute string specified by the DWC_NdSetAttr
function.
entrynum |
Pointer to the region that stores the total number of downloadable files. |
TRUE |
Successful. Callback function that is called when the process of retrieving information has completed. |
FALSE |
Failure. Use the DWC_GetLastError function to get the error information. |
DWC_NdSetAttr, DWC_GetlLastError
04/26/2006 Initial version.
CONFIDENTIAL