Share via


TAPE_SET_MEDIA_PARAMETERS-Struktur (minitape.h)

Die TAPE_SET_MEDIA_PARAMETERS-Struktur wird in Verbindung mit der IOCTL_TAPE_SET_MEDIA_PARAMS-Anforderung verwendet, um die Blockgröße der Medien auf einem Bandlaufwerk zurückzusetzen.

Syntax

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

Member

BlockSize

Gibt die angeforderte Blockgröße in Bytes oder 0 (null) für variable Blockgröße in einem Laufwerk an, das dies unterstützt.

Anforderungen

Anforderung Wert
Header minitape.h (include Ntddtape.h, Minitape.h)

Weitere Informationen

IOCTL_TAPE_SET_MEDIA_PARAMS

TapeMiniSetMediaParameters