Compartir a través de


estructura USBSCAN_PIPE_CONFIGURATION (usbscan.h)

La estructura USBSCAN_PIPE_CONFIGURATION se usa como parámetro para DeviceIoControl, cuando el código de control de E/S especificado es IOCTL_GET_PIPE_CONFIGURATION.

Sintaxis

typedef struct _USBSCAN_PIPE_CONFIGURATION {
  ULONG                    NumberOfPipes;
  USBSCAN_PIPE_INFORMATION PipeInfo[MAX_NUM_PIPES];
} USBSCAN_PIPE_CONFIGURATION, *PUSBSCAN_PIPE_CONFIGURATION;

Miembros

NumberOfPipes

Número de canalizaciones de transferencia admitidas para el dispositivo.

PipeInfo[MAX_NUM_PIPES]

Puntero a una matriz NumberOfPipestamaño de las estructuras de USBSCAN_PIPE_INFORMATION.

Requisitos

Requisito Valor
encabezado de usbscan.h (incluya Usbscan.h)