#include <nd/dwc_nd.h>
typedef struct {
char name[32+1];
short explain[50+1];
char param1[DWCI_NDI_FILEATTR_LEN+1];
char param2[DWCI_NDI_FILEATTR_LEN+1];
char param3[DWCI_NDI_FILEATTR_LEN+1];
unsigned int size;
} DWCNdFileInfo;
This structure stores the file information that the Download library gets.
name |
The file name, which is a string of up to 32 ASCII characters terminated with the NULL character. |
explain |
The file's description, which is a string of up to 50 UTF16LE characters terminated with the NULL character. |
param1 |
Attribute string 1, which is a string of up to 10 ASCII characters terminated with a NULL character. |
param2 |
Attribute string 2, which is a string of up to 10 ASCII characters terminated with a NULL character. |
param3 |
Attribute string 3, which is a string of up to 10 ASCII characters terminated with a NULL character. |
size |
The file size |
DWC_NdGetFileListAsync, DWC_NdGetFileAsync
04/26/2006 Initial version.
CONFIDENTIAL