Jump to content

UsbQueryNumberDevices: Difference between revisions

From EDM2
Created page with "==Description== Obtains the total number of USB devices currently attached. ==Syntax== <pre> ulrc=UsbQueryNumberDevices(*pulNumDev) </pre> ==Parameters== ; pulNumDev : ==R..."
 
Ak120 (talk | contribs)
m sections with no content
Line 1: Line 1:
==Description==
Obtains the total number of USB devices currently attached.
Obtains the total number of USB devices currently attached.


Line 11: Line 10:


==Return Code==
==Return Code==
Errors
[0000] - NO_ERROR
[0057] - ERROR_INVALID_PARAMETER
[1B58] - USB_NOT_INIT (7000)
[FF13] - ERROR_I24_INVALID_PARAMETER
[FF1F] - ERROR_GEN_FAILURE
[FF57] - ERROR_INVALID_PARAMETER


===Errors===
[[Category:Stub]]
 
  [0000] - NO_ERROR
  [0057] - ERROR_INVALID_PARAMETER
  [1B58] - USB_NOT_INIT (7000)
  [FF13] - ERROR_I24_INVALID_PARAMETER
  [FF1F] - ERROR_GEN_FAILURE
  [FF57] - ERROR_INVALID_PARAMETER
 
==Remarks==
 
==Example Code==
<pre>
</pre>
 
==Related Functions==
 
[[Category:USBCalls]]

Revision as of 08:47, 12 January 2017

Obtains the total number of USB devices currently attached.

Syntax

ulrc=UsbQueryNumberDevices(*pulNumDev)

Parameters

pulNumDev

Return Code

Errors

[0000] - NO_ERROR
[0057] - ERROR_INVALID_PARAMETER
[1B58] - USB_NOT_INIT (7000)
[FF13] - ERROR_I24_INVALID_PARAMETER
[FF1F] - ERROR_GEN_FAILURE
[FF57] - ERROR_INVALID_PARAMETER