Freigeben über


TAPE_SET_MEDIA_PARAMETERS Struktur (ntddtape.h)

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

Syntax

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

Angehörige

BlockSize

Gibt die angeforderte Blockgröße in Byte oder Null für variable Blockgröße in einem Laufwerk an, das sie unterstützt.

Anforderungen

Anforderung Wert
Header- ntddtape.h (include Ntddtape.h, Minitape.h)

Siehe auch

IOCTL_TAPE_SET_MEDIA_PARAMS

TapeMiniSetMediaParameters