Overview
Group
Quick Info

Windows NT
Yes
Win95
No
Win32s
No
Import Library
-
Header File
winnt.h
Unicode
No
Platform Notes
None

TAPE_SET_MEDIA_PARAMETERS

The TAPE_SET_MEDIA_PARAMETERS structure describes the tape in the tape drive.

typedef struct _TAPE_SET_MEDIA_PARAMETERS { // tsmp

ULONG BlockSize;

} TAPE_SET_MEDIA_PARAMETERS;

Members

BlockSize

Specifies the number of bytes per block. Maximum and minimum block sizes can be obtained by calling the GetTapeParameters function.

Remarks

There is no longer a requirement that block sizes be powers of 2.

See Also

GetTapeParameters
, SetTapeParameters

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples