Argox PA-20 Programming Guide Instrukcja Użytkownika Strona 50

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 130
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 49
PT-20 Programming Guide
48
Example call
DiskD_totalsize ( );
Includes
#include “SDK.h ”
Description
The DicskD_totalsize function returns the total space in disk D.
Returns
0xffffffff : Disk D unformatted.
Others : The total space in disk D.(Bytes)
fErrorCode
None
DiskC_usedsize
Purpose
Checking the used space in disk C.
Syntax
unsigned int DiskC_usedsize (void);
Example call
DiskC_usedsize ( );
Includes
#include “SDK.h ”
Description
The DicskC_usedsize function returns the used space in disk C.
Returns
0xffffffff : Disk C unformatted.
Others : The used space in disk C.(Bytes)
fErrorCode
None
DiskD_usedsize
Purpose
Checking the used space in disk D.
Syntax
unsigned int DiskD_usedsize (void);
Example call
DiskD_usedsize ( );
Includes
#include “SDK.h ”
Description
The DicskD_usedsize function returns the used space in disk D.
Returns
0xffffffff : Disk D unformatted.
Others : The used space in disk D.(Bytes)
fErrorCode
None
DicskC_freesize
Purpose
Checking the free space in disk C.
Syntax
unsigned int DiskC_freesize (void);
Example call
DiskC_freesize( );
Includes
#include “SDK.h ”
Description
The DicskC_freesize function returns the free space in disk C.
Returns
0xffffffff : Disk C unformatted.
Others : The free space in disk C.(Bytes)
fErrorCode
None
DicskD_freesize
Purpose
Checking the free space in disk D.
Syntax
unsigned int DiskD_freesize (void);
Example call
DiskD_freesize( );
Includes
#include “SDK.h ”
Przeglądanie stron 49
1 2 ... 45 46 47 48 49 50 51 52 53 54 55 ... 129 130

Komentarze do niniejszej Instrukcji

Brak uwag