CHANGER_SET_POSITION - NtDoc

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

typedef struct _CHANGER_SET_POSITION {
  CHANGER_ELEMENT Transport;
  CHANGER_ELEMENT Destination;
  BOOLEAN         Flip;
} CHANGER_SET_POSITION, *PCHANGER_SET_POSITION;
View the official Windows Driver Kit DDI reference
// winioctl.h

typedef struct _CHANGER_SET_POSITION {
  CHANGER_ELEMENT Transport;
  CHANGER_ELEMENT Destination;
  BOOLEAN         Flip;
} CHANGER_SET_POSITION, *PCHANGER_SET_POSITION;
View the official Win32 API reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddchgr-_changer_set_position)

_CHANGER_SET_POSITION structure

Description

The CHANGER_SET_POSITION structure is used in conjunction with theIOCTL_CHANGER_SET_POSITION request to set the changer's robotic transport mechanism to the specified element address.

Members

Transport

Contains a structure of type CHANGER_ELEMENT that indicates the transport element to move. The ElementType member of the CHANGER_ELEMENT structure must be assigned a value of ChangerTransport.

Destination

Contains a structure of type CHANGER_ELEMENT that indicates the final destination of the transport element. ElementType must be ChangerSlot, ChangerDrive, or ChangerIEPort.

Flip

Indicates, when TRUE, that the Transport should be flipped. When FALSE this member indicates that the transport is not ready to be flipped. This member is applicable only if CHANGER_MEDIUM_FLIP is set in the Features0 member of the GET_CHANGER_PARAMETERS structure.

See also

CHANGER_ELEMENT

ChangerSetPosition

GET_CHANGER_PARAMETERS

IOCTL_CHANGER_SET_POSITION


Win32 API reference (ns-winioctl-changer_set_position)

CHANGER_SET_POSITION structure

Description

Contains information needed by the IOCTL_CHANGER_SET_POSITION control code to set the changer's robotic transport mechanism to the specified element address.

Members

Transport

A CHANGER_ELEMENT structure that indicates the transport to be moved. The ElementType member must be ChangerTransport.

Destination

A CHANGER_ELEMENT structure that indicates the final destination of the transport. The ElementType member must be one of the following values: ChangerSlot, ChangerDrive, or ChangerIEPort.

Flip

If this member is TRUE, the media currently carried by Transport should be flipped. Otherwise, it should not. This member is valid only if the Features0 member of the GET_CHANGER_PARAMETERS structure is CHANGER_MEDIUM_FLIP.

See also

CHANGER_ELEMENT

IOCTL_CHANGER_SET_POSITION