SET_TRANSFER_SIZE_INFO

CYUSB3

SET_TRANSFER_SIZE_INFO

Top Previous Next

Header

cyioctl.h

 

 

Description

 

A pointer to a SET_TRANSFER_SIZE_INFO structure is passed to the driver for the IOCTL_ADAPT_GET_TRANSFER_SIZE and IOCTL_ADAPT_SET_TRANSFER_SIZE commands.

 

 

The structure is defined as: 

typedef struct  _SET_TRANSFER_SIZE_INFO {

UCHAR EndpointAddress;

ULONG  TransferSize;

} SET_TRANSFER_SIZE_INFO, *PSET_TRANSFER_SIZE_INFO;