
PT-20 Programming Guide
The DicskD_totalsize function returns the total space in disk D.
0xffffffff : Disk D unformatted.
Others : The total space in disk D.(Bytes)
Checking the used space in disk C.
unsigned int DiskC_usedsize (void);
The DicskC_usedsize function returns the used space in disk C.
0xffffffff : Disk C unformatted.
Others : The used space in disk C.(Bytes)
Checking the used space in disk D.
unsigned int DiskD_usedsize (void);
The DicskD_usedsize function returns the used space in disk D.
0xffffffff : Disk D unformatted.
Others : The used space in disk D.(Bytes)
Checking the free space in disk C.
unsigned int DiskC_freesize (void);
The DicskC_freesize function returns the free space in disk C.
0xffffffff : Disk C unformatted.
Others : The free space in disk C.(Bytes)
Checking the free space in disk D.
unsigned int DiskD_freesize (void);
Kommentare zu diesen Handbüchern