The TAPE_GET_POSITION structure describes the position of the tape.
typedef struct _TAPE_GET_POSITION { // tgpos
ULONG Type;
ULONG Partition;
ULONG OffsetLow;
ULONG OffsetHigh;
} TAPE_GET_POSITION;
Value | Description |
---|---|
TAPE_ABSOLUTE_POSITION | The position specified by the OffsetLow and OffsetHigh members is an absolute number of blocks from the beginning of the partition specified by the Partition member. |
TAPE_LOGICAL_POSITION | The position specified by OffsetLow and OffsetHigh is relative to the current position in the partition specified by Partition. |
Windows NT: Requires version 3.1 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in winnt.h.
Tape Backup Overview, Tape Backup Structures