#include <dwc.h>
typedef struct DWCNdFileInfo {
char name[DWC_ND_FILENAME_LEN+1];
short explain[DWC_ND_FILEEXPLSIN_LEN+1];
char param1[DWC_ND_FILEATTR_LEN+1];
char param2[DWC_ND_FILEATTR_LEN+1];
char param3[DWC_ND_FILEATTR_LEN+1];
unsigned int size;
} DWCNdFileInfo;| name | File name expressed as a string of up to 32 ASCII characters terminated with the NULL character. |
| explain | File description expressed as a string of up to 50 UTF-16BE characters terminated with the NULL character. |
| param1 | Attribute string 1 expressed as a string of up to 10 ASCII characters terminated with a NULL character. |
| param2 | Attribute string 2 expressed as a string of up to 10 ASCII characters terminated with a NULL character. |
| param3 | Attribute string 3 expressed as a string of up to 10 ASCII characters terminated with a NULL character. |
| size | File size. |
DWC_NdGetFileListAsync
DWC_NdGetFileAsync
CONFIDENTIAL