Jump to content

USBCALLS.DLL: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by one other user not shown)
Line 4: Line 4:
!Date||Version||Size||Comments
!Date||Version||Size||Comments
|-
|-
|2016-12-22 18:52||10.213||36.366 bytes||Lars Erdmann [http://hobbes.nmsu.edu/h-search.php?sh=1&key=usbdrv213 usbdrv213.zip]
|2017-06-29||10.218||36,366 bytes||Lars Erdmann [usbdrv218.zip]
|-
|-
|2015-01-18 18:02||14.20150118||6,353 bytes||W.M.Brul
|2017-02-28||14.20170228||49,098 bytes||W.M.Brul [usbres05.zip]
|}
|}


==DLL Entry Points==
==DLL Entry Points==
   1  [[UsbQueryDeviceReport]]
   1  [[UsbQueryDeviceReport]]
   2  [[UsbQueryNumberDevices]]
   2  [[UsbQueryNumberDevices]]
Line 34: Line 33:
   23  [[UsbStartIsoTransfer]]
   23  [[UsbStartIsoTransfer]]
   24  [[UsbQueryVersion]]
   24  [[UsbQueryVersion]]
'''Note: The entry points below are in uppercase.'''
  100  [[UsbLoadFuncs]]
  100  [[UsbLoadFuncs]]
  101  [[UsbDropFuncs]]
  101  [[UsbDropFuncs]]
  102  RXUSBQUERYNUMBERDEVICES
  102  [[RxUsbQueryNumberDevices]]
  103  RXUSBQUERYDEVICEREPORT
  103  [[RxUsbQueryDeviceReport]]
  104  RXUSBREGISTERCHANGENOTIFICATION
  104  [[RxUsbRegisterChangeNotification]]
  105  RXUSBREGISTERDEVICENOTIFICATION
  105  [[RxUsbRegisterDeviceNotification]]
  106  RXUSBDEREGISTERNOTIFICATION
  106  [[RxUsbDeregisterNotification]]
  107  RXUSBOPEN
  107  [[RxUsbOpen]]
  108  RXUSBCLOSE
  108  [[RxUsbClose]]
  109  RXUSBCTRLMESSAGE
  109  [[RxUsbCtrlMessage]]
  110  RXUSBBULKREAD
  110  [[RxUsbBulkRead]]
  111  RXUSBBULKWRITE
  111  [[RxUsbBulkWrite]]
  112  RXUSBQUERYVERSION
  112  [[RxUsbQueryVersion]]
  113  RXUSBQUERYDEVICEINFO
  113  [[RxUsbQueryDeviceInfo]]
  114  RXUSBQUERYSTRINGREPORT
  114  [[RxUsbQueryStringReport]]
  115  RxUsbIrqRead
  115  [[RxUsbIrqRead]]
  116  RxUsbIrqWrite
  116  [[RxUsbIrqWrite]]
  117  RxUsbCtrlTransfer
  117  [[RxUsbCtrlTransfer]]
  118  RxUsbDataTransfer
  118  [[RxUsbDataTransfer]]
  120  RXUSBDEVICECLEARFEATURE
  120  [[RxUsbDeviceClearFeature]]
  121  RXUSBINTERFACECLEARFEATURE
  121  [[RxUsbInterfaceClearFeature]]
  122  RXUSBENDPOINTCLEARFEATURE
  122  [[RxUsbEndpointClearFeature]]
  123  RXUSBENDPOINTCLEARHALT
  123  [[RxUsbEndpointClearHalt]]
  124  RXUSBDEVICEGETCONFIGURATION
  124  [[RxUsbDeviceGetConfiguration]]
  125  RXUSBDEVICEGETDESCRIPTOR
  125  [[RxUsbDeviceGetDescriptor]]
  128  RXUSBCONFIGURATIONGETDESCRIPTOR
  128  [[RxUsbConfigurationGetDescriptor]]
  129  RXUSBSTRINGGETDESCRIPTOR
  129  [[RxUsbStringGetDescriptor]]
  130  RXUSBINTERFACEGETALTSETTING
  130  [[RxUsbInterfaceGetAltSetting]]
  131  RXUSBDEVICEGETSTATUS
  131  [[RxUsbDeviceGetStatus]]
  132  RXUSBINTERFACEGETSTATUS
  132  [[RxUsbInterfaceGetStatus]]
  133  RXUSBENDPOINTGETSTATUS
  133  [[RxUsbEndpointGetStatus]]
  134  RXUSBDEVICESETADDRESS
  134  [[RxUsbDeviceSetAddress]]
  135  RXUSBDEVICESETCONFIGURATION
  135  [[RxUsbDeviceSetConfiguration]]
  136  RXUSBDEVICESETDESCRIPTOR
  136  [[RxUsbDeviceSetDescriptor]]
  139  RXUSBCONFIGURATIONSETDESCRIPTOR
  139  [[RxUsbConfigurationSetDescriptor]]
  140  RXUSBSTRINGSETDESCRIPTOR
  140  [[RxUsbStringSetDescriptor]]
  141  RXUSBDEVICESETFEATURE
  141  [[RxUsbDeviceSetFeature]]
  142  RXUSBINTERFACESETFEATURE
  142  [[RxUsbInterfaceSetFeature]]
  143  RXUSBENDPOINTSETFEATURE
  143  [[RxUsbEndpointSetFeature]]
  144  RXUSBINTERFACESETALTSETTING
  144  [[RxUsbInterfaceSetAltSetting]]
  145  RXUSBENDPOINTSYNCHFRAME
  145  [[RxUsbEndpointSynchFrame]]


==DLLs Loaded==
==DLLs Loaded==
Line 81: Line 83:
==Links==
==Links==
* [https://svn.netlabs.org/repos/usb/basedrv/branches/lars/usbcalls/ Source Code]
* [https://svn.netlabs.org/repos/usb/basedrv/branches/lars/usbcalls/ Source Code]


[[Category:Files]]
[[Category:Files]]

Latest revision as of 00:53, 18 January 2020

Versions

Date Version Size Comments
2017-06-29 10.218 36,366 bytes Lars Erdmann [usbdrv218.zip]
2017-02-28 14.20170228 49,098 bytes W.M.Brul [usbres05.zip]

DLL Entry Points

  1  UsbQueryDeviceReport
  2  UsbQueryNumberDevices
  3  UsbBulkRead
  4  UsbQueryDeviceInfo
  5  UsbQueryStringReport
  6  UsbBulkWrite
  7  UsbCtrlTransfer
  8  UsbDataTransfer
  9  UsbCtrlMessage
 11  UsbDeregisterNotification
 12  UsbIrqWrite
 13  UsbIsoOpen
 14  UsbOpen
 15  UsbRegisterChangeNotification
 16  UsbClose
 17  UsbRegisterDeviceNotification
 18  UsbIrqRead
 19  UsbIsoClose
 20  UsbCancelTransfer
 21  UsbStartCtrlTransfer
 22  UsbStartDataTransfer
 23  UsbStartIsoTransfer
 24  UsbQueryVersion

Note: The entry points below are in uppercase.

100  UsbLoadFuncs
101  UsbDropFuncs
102  RxUsbQueryNumberDevices
103  RxUsbQueryDeviceReport
104  RxUsbRegisterChangeNotification
105  RxUsbRegisterDeviceNotification
106  RxUsbDeregisterNotification
107  RxUsbOpen
108  RxUsbClose
109  RxUsbCtrlMessage
110  RxUsbBulkRead
111  RxUsbBulkWrite
112  RxUsbQueryVersion
113  RxUsbQueryDeviceInfo
114  RxUsbQueryStringReport
115  RxUsbIrqRead
116  RxUsbIrqWrite
117  RxUsbCtrlTransfer
118  RxUsbDataTransfer
120  RxUsbDeviceClearFeature
121  RxUsbInterfaceClearFeature
122  RxUsbEndpointClearFeature
123  RxUsbEndpointClearHalt
124  RxUsbDeviceGetConfiguration
125  RxUsbDeviceGetDescriptor
128  RxUsbConfigurationGetDescriptor
129  RxUsbStringGetDescriptor
130  RxUsbInterfaceGetAltSetting
131  RxUsbDeviceGetStatus
132  RxUsbInterfaceGetStatus
133  RxUsbEndpointGetStatus
134  RxUsbDeviceSetAddress
135  RxUsbDeviceSetConfiguration
136  RxUsbDeviceSetDescriptor
139  RxUsbConfigurationSetDescriptor
140  RxUsbStringSetDescriptor
141  RxUsbDeviceSetFeature
142  RxUsbInterfaceSetFeature
143  RxUsbEndpointSetFeature
144  RxUsbInterfaceSetAltSetting
145  RxUsbEndpointSynchFrame

DLLs Loaded

Links