CHANGER_SET_POSITION structure (ntddchgr.h)
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.
Syntax
typedef struct _CHANGER_SET_POSITION {
CHANGER_ELEMENT Transport;
CHANGER_ELEMENT Destination;
BOOLEAN Flip;
} CHANGER_SET_POSITION, *PCHANGER_SET_POSITION;
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.
Requirements
Requirement | Value |
---|---|
Header | ntddchgr.h |