GetTapePosition
The GetTapePosition entry point is called
to retrieve the current tape position. For example:
GetTapePosition(
HANDLE hDevice,
DWORD dwPositionType,
LPDWORD lpdwPartition,
LPDWORD lpdwOffsetLow,
LPDWORD lpdwOffsetHigh
);
dwPositionType
is the type of positioning.
TAPE_ABSOLUTE_POSITION or TAPE_LOGICAL_POSITION might be specified but only the absolute position is returned.