TAPE_SET_MEDIA_PARAMETERS structure (winnt.h)
The TAPE_SET_MEDIA_PARAMETERS structure describes the tape in the tape drive. It is used by the SetTapeParameters function.
Syntax
typedef struct _TAPE_SET_MEDIA_PARAMETERS {
DWORD BlockSize;
} TAPE_SET_MEDIA_PARAMETERS, *PTAPE_SET_MEDIA_PARAMETERS;
Members
BlockSize
Number of bytes per block. Maximum and minimum block sizes can be obtained by calling the GetTapeParameters function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | winnt.h (include Windows.h) |