DWC_NdGetFileListNumAsync

Syntax

#include <dwc.h>

BOOL DWC_NdGetFileListNumAsync(int *entrynum);

Arguments

entrynum Pointer to the region to store the total number of downloadable files. This number is obtained as a communications result.

Return Values

TRUE Successful.
FALSE Failed. Use the DWC_GetLastErrorEx function to obtain error information.

Description

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.

See Also

DWC_NdSetAttr
DWC_NdProcess DWC_GetLastError

Revision History

1.4.7
Added a description of usage.

CONFIDENTIAL