Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CHANGER_SET_ACCESS structure (winioctl.h)
Contains information that the IOCTL_CHANGER_SET_ACCESS control code needs to set the state of the device's insert/eject port, door, or keypad.
Syntax
typedef struct _CHANGER_SET_ACCESS {
CHANGER_ELEMENT Element;
DWORD Control;
} CHANGER_SET_ACCESS, *PCHANGER_SET_ACCESS;
Members
Element
A CHANGER_ELEMENT structure that represents the changer element. The ElementType member can be one of the following values: ChangerDoor, ChangerIEPort, or ChangerKeypad.
Control
The operation to be performed.
| Value | Meaning |
|---|---|
|
The element is to be extended.
Requires that Features0 is CHANGER_OPEN_IEPORT. |
|
The element is to be locked.
Requires that Features0 is CHANGER_LOCK_UNLOCK. |
|
The element is to be retracted.
Requires that Features0 is CHANGER_CLOSE_IEPORT. |
|
The element is to be unlocked.
Requires that Features0 is CHANGER_LOCK_UNLOCK. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP |
| Minimum supported server | Windows Server 2003 |
| Header | winioctl.h (include Windows.h) |
See also
Feedback
Was this page helpful?
