TAPE_GET_POSITION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// minitape.h

typedef struct _TAPE_GET_POSITION {
  ULONG         Type;
  ULONG         Partition;
  LARGE_INTEGER Offset;
} TAPE_GET_POSITION, *PTAPE_GET_POSITION;
View the official Windows Driver Kit DDI reference
// ntddtape.h

typedef struct _TAPE_GET_POSITION {
  ULONG         Type;
  ULONG         Partition;
  LARGE_INTEGER Offset;
} TAPE_GET_POSITION, *PTAPE_GET_POSITION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-minitape-_tape_get_position)

_TAPE_GET_POSITION structure (minitape.h)

Description

The TAPE_GET_POSITION structure is used in conjunction with the IOCTL_TAPE_GET_POSITION request to retrieve the current absolute, logical, or pseudological partition and offset position on the tape.

Members

Type

Indicates the type of position requested. This member can be TAPE_ABSOLUTE_POSITION, TAPE_LOGICAL_POSITION, or TAPE_PSEUDO_LOGICAL_POSITION.

Partition

Indicates the number of the partition where the current position is located.

Offset

Indicates the number of bytes from the beginning of the partition to the current position.

See also

IOCTL_TAPE_GET_POSITION


Windows Driver Kit DDI reference (ns-ntddtape-_tape_get_position)

_TAPE_GET_POSITION structure (ntddtape.h)

Description

The TAPE_GET_POSITION structure is used in conjunction with the IOCTL_TAPE_GET_POSITION request to retrieve the current absolute, logical, or pseudological partition and offset position on the tape.

Members

Type

Indicates the type of position requested. This member can be TAPE_ABSOLUTE_POSITION, TAPE_LOGICAL_POSITION, or TAPE_PSEUDO_LOGICAL_POSITION.

Partition

Indicates the number of the partition where the current position is located.

Offset

Indicates the number of bytes from the beginning of the partition to the current position.

See also

IOCTL_TAPE_GET_POSITION