estructura CHANGER_SET_ACCESS (winioctl.h)
Contiene información que el código de control IOCTL_CHANGER_SET_ACCESS debe establecer el estado del puerto de inserción/expulsión del dispositivo, la puerta o el teclado.
Sintaxis
typedef struct _CHANGER_SET_ACCESS {
CHANGER_ELEMENT Element;
DWORD Control;
} CHANGER_SET_ACCESS, *PCHANGER_SET_ACCESS;
Miembros
Element
Estructura CHANGER_ELEMENT que representa el elemento changer. El miembro ElementType puede ser uno de los siguientes valores: ChangerDoor, ChangerIEPort o ChangerKeypad.
Control
La operación que se va a realizar.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows XP |
Servidor mínimo compatible | Windows Server 2003 |
Encabezado | winioctl.h (incluya Windows.h) |