Adic Server Instrukcja Użytkownika Strona 107

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 218
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 106
aci_force 4-65
21 Dec 2001
EBADCLIENT
ENOTMOUNTED
ECANCELED
EDASINT
ENOMATCH
ETIMEOUT
ESWITCHINPROG
EHICAPINUSE
ECOORDINATE
EBARCODE
EINVALIDDEV
ENOROBOT
EDATABASE
ENOTSUPPHCMD
EAREAEMPTY
EBARCODE
EAREAFULL
See Figure 4-53 for an example of the aci_force function.
Figure 4-53 Example of the aci_force Function
/* Dismount any volume from drive */
int rc = 0;
rc = aci_force( "Drive1" );
if( rc )
{
aci_perror( "Command failed: " );
}
else
{
printf( "Dismount of Drive1 successful.\n" );
}
Przeglądanie stron 106
1 2 ... 102 103 104 105 106 107 108 109 110 111 112 ... 217 218

Komentarze do niniejszej Instrukcji

Brak uwag