TAPE_SET_MEDIA_PARAMETERS structure (ntddtape.h)

The TAPE_SET_MEDIA_PARAMETERS structure is used in conjunction with the IOCTL_TAPE_SET_MEDIA_PARAMS request to reset the block size of the media in a tape drive.

Syntax

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

Members

BlockSize

Indicates the requested block size, in bytes, or zero for variable block size in a drive that supports it.

Requirements

Requirement Value
Header ntddtape.h (include Ntddtape.h, Minitape.h)

See also

IOCTL_TAPE_SET_MEDIA_PARAMS

TapeMiniSetMediaParameters