Adic Server Instrukcja Użytkownika Strona 105

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 218
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 104
aci_flip 4-63
21 Dec 2001
EBARCODE
EAREAFULL
See Figure 4-51 for an example of the aci_flip function.
Figure 4-51 Example of the aci_flip Function
/* Flip a volume in a optical disk drive */
int rc = 0;
char *drive = "od01";
if (( rc = aci_flip( drive ) ))
{
aci_perror( "Flip command failed: " );
}
else
{
printf("Flip of in drive %s successful
completed.\n", drive );
}
Przeglądanie stron 104
1 2 ... 100 101 102 103 104 105 106 107 108 109 110 ... 217 218

Komentarze do niniejszej Instrukcji

Brak uwag