Adic Server Bedienungsanleitung Seite 105

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 218
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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 );
}
Seitenansicht 104
1 2 ... 100 101 102 103 104 105 106 107 108 109 110 ... 217 218

Kommentare zu diesen Handbüchern

Keine Kommentare