#include <dwc.h>BOOL DWC_NdGetFileListNumAsync(int *entrynum);| entrynum | Pointer to the region to store the total number of downloadable files. This number is obtained as a communications result. |
| TRUE | Successful. |
| FALSE | Failed. Use the DWC_GetLastErrorEx function to obtain error information. |
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.
The determination as to which files are downloadable in the Download server is based on the attribute string configured by the DWC_NdSetAttr function.
DWC_NdSetAttr
DWC_NdProcess
DWC_GetLastError
CONFIDENTIAL