Argox PA-20 Programming Guide Manual do Utilizador Página 50

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 130
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 ”
Vista de página 49
1 2 ... 45 46 47 48 49 50 51 52 53 54 55 ... 129 130

Comentários a estes Manuais

Sem comentários