#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;Stores the file information that the download library receives.
name |
Filename 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. |
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL