| ePass1000 C/C++ API Reference Manual Version 2.0 |
The EPAS_SYSINFO structure defines system information of the ePass1000. A ePass1000 must be opened to obtain this information.
typedef struct{
unsigned long ulFlags;
unsigned long ulFreeSpace;
unsigned long ulReserved1[2];
unsigned char ucFileSysType;
unsigned char ucMaxDirLevels;
unsigned char ucReserved2[14];
}EPAS_SYSINFO,*PEPAS_SYSINFO;
| Name | Description |
|---|---|
| EPAS_SYS_TYPE1 | The device supports Type 1 file system. |
Application should zero initialize this structure before invoke any functions.
EPAS_ACCESSINFO, EPAS_VERSIONINFO, EPAS_FILEINFO, EPAS_DIRINFO