Jump to content

UsbQueryDeviceReport: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
m sections with no content
Line 1: Line 1:
==Description==
Registers semaphores for a generic attach/detach notification of USB devices.
Registers semaphores for a generic attach/detach notification of USB devices.


==Syntax==
==Syntax==
<pre>
APIRET APIENTRY UsbQueryDeviceReport( ULONG ulDevNumber,
  APIRET APIENTRY UsbQueryDeviceReport( ULONG ulDevNumber,
                                         ULONG *ulBufLen,
                                         ULONG *ulBufLen,
                                         PVOID pvData);
                                         PVOID pvData);
</pre>
==Parameters==
==Parameters==
; ulDevNumber :  
; ulDevNumber :  
; *ulBufLen :  
; *ulBufLen :  
; pvData :  
; pvData :  
==Return Code==
===Errors===
==Remarks==
==Example Code==
<pre>
</pre>
==Related Functions==


[[Category:USBCalls]]
[[Category:USBCalls]]

Revision as of 08:45, 12 January 2017

Registers semaphores for a generic attach/detach notification of USB devices.

Syntax

APIRET APIENTRY UsbQueryDeviceReport( ULONG ulDevNumber,
                                       ULONG *ulBufLen,
                                       PVOID pvData);

Parameters

ulDevNumber
*ulBufLen
pvData