DWCNdFileInfo

Definition


#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;
				

Description

This structure stores the file information that the download library receives.

name File name, which is a string of up to 32 ASCII characters terminated with the NULL character.
explain File description, which is a string of up to 50 UTF-16LE 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 File size.

See Also

DWC_NdGetFileListAsync
DWC_NdGetFileAsync

Revision History

2006/04/26 Initial version.


CONFIDENTIAL