CHANGER_MOVE_MEDIUM structure (winioctl.h)

Contains information that the IOCTL_CHANGER_MOVE_MEDIUM control code uses to move a piece of media to a destination.

Syntax

typedef struct _CHANGER_MOVE_MEDIUM {
  CHANGER_ELEMENT Transport;
  CHANGER_ELEMENT Source;
  CHANGER_ELEMENT Destination;
  BOOLEAN         Flip;
} CHANGER_MOVE_MEDIUM, *PCHANGER_MOVE_MEDIUM;

Members

Transport

A CHANGER_ELEMENT structure that indicates which transport element to use for the move operation.

Source

A CHANGER_ELEMENT structure that indicates the element that contains the media that is to be moved.

Destination

A CHANGER_ELEMENT structure that indicates the element that is the destination of the media originally at Source.

Flip

If this member is TRUE, the media 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.

Requirements

Requirement Value
Minimum supported client Windows XP
Minimum supported server Windows Server 2003
Header winioctl.h (include Windows.h)

See also

CHANGER_ELEMENT

IOCTL_CHANGER_MOVE_MEDIUM