struttura TAPE_SET_MEDIA_PARAMETERS (winnt.h)

La struttura TAPE_SET_MEDIA_PARAMETERS descrive il nastro nell'unità nastro. Viene usato dalla funzione SetTapeParameters .

Sintassi

typedef struct _TAPE_SET_MEDIA_PARAMETERS {
  DWORD BlockSize;
} TAPE_SET_MEDIA_PARAMETERS, *PTAPE_SET_MEDIA_PARAMETERS;

Members

BlockSize

Numero di byte per blocco. Le dimensioni massime e minime dei blocchi possono essere ottenute chiamando la funzione GetTapeParameters .

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione winnt.h (include Windows.h)

Vedi anche

SetTapeParameters