Compartir a través de


estructura TAPE_SET_MEDIA_PARAMETERS (minitape.h)

La estructura TAPE_SET_MEDIA_PARAMETERS se usa junto con la solicitud de IOCTL_TAPE_SET_MEDIA_PARAMS para restablecer el tamaño de bloque del medio en una unidad de cinta.

Sintaxis

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

Miembros

BlockSize

Indica el tamaño de bloque solicitado, en bytes o cero para el tamaño de bloque variable en una unidad que lo admite.

Requisitos

Requisito Valor
Header minitape.h (incluya Ntddtape.h, Minitape.h)

Consulte también

IOCTL_TAPE_SET_MEDIA_PARAMS

TapeMiniSetMediaParameters