TAPE_SET_MEDIA_PARAMETERS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// minitape.h

typedef struct _TAPE_SET_MEDIA_PARAMETERS {
  ULONG BlockSize;
} TAPE_SET_MEDIA_PARAMETERS, *PTAPE_SET_MEDIA_PARAMETERS;
View the official Windows Driver Kit DDI reference
// ntddtape.h

typedef struct _TAPE_SET_MEDIA_PARAMETERS {
  ULONG BlockSize;
} TAPE_SET_MEDIA_PARAMETERS, *PTAPE_SET_MEDIA_PARAMETERS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-minitape-_tape_set_media_parameters)

_TAPE_SET_MEDIA_PARAMETERS structure (minitape.h)

Description

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.

Members

BlockSize

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

See also

IOCTL_TAPE_SET_MEDIA_PARAMS

TapeMiniSetMediaParameters


Windows Driver Kit DDI reference (ns-ntddtape-_tape_set_media_parameters)

_TAPE_SET_MEDIA_PARAMETERS structure (ntddtape.h)

Description

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.

Members

BlockSize

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

See also

IOCTL_TAPE_SET_MEDIA_PARAMS

TapeMiniSetMediaParameters