Windows Driver Kit: Imaging Devices
CHANNEL_INFO
The CHANNEL_INFO structure is used as a parameter to DeviceIoControl, when the specified I/O control code is IOCTL_GET_CHANNEL_ALIGN_RQST.
typedef struct _CHANNEL_INFO {
OUT unsigned EventChannelSize;
OUT unsigned uReadDataAlignment;
OUT unsigned uWriteDataAlignment;
}CHANNEL_INFO, *PCHANNEL_INFO;
Members
- EventChannelSize
- Maximum packet size for the interrupt transfer pipe.
- uReadDataAlignment
- Maximum packet size for the bulk IN transfer pipe.
- uWriteDataAlignment
- Maximum packet size for the bulk OUT transfer pipe.
Requirements
Headers: Declared in Usbscan.h. Include Usbscan.h.