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. |
file: /Techref/os/win/api/win32/struc/src/str20_51.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/8 00:34,
3.148.104.191:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/struc/src/str20_51.htm"> TAPE_GET_POSITION</A> |
Did you find what you needed? |