Partager via


structure TAPE_SET_MEDIA_PARAMETERS (winnt.h)

La structure TAPE_SET_MEDIA_PARAMETERS décrit la bande dans le lecteur de bande. Il est utilisé par la fonction SetTapeParameters .

Syntaxe

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

Membres

BlockSize

Nombre d’octets par bloc. Vous pouvez obtenir des tailles de blocs maximales et minimales en appelant la fonction GetTapeParameters .

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows XP [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 [applications de bureau uniquement]
En-tête winnt.h (inclure Windows.h)

Voir aussi

SetTapeParameters