Jump to content

UsbQueryDeviceReport: Difference between revisions

From EDM2
Created page with "==Description== ==Syntax== <pre> APIRET APIENTRY UsbQueryDeviceReport( ULONG ulDevNumber, ULONG *ulBufLen, ..."
 
Line 1: Line 1:
==Description==
==Description==
Registers semaphores for a generic attach/detach notification of USB devices.


==Syntax==
==Syntax==

Revision as of 16:30, 5 January 2017

Description

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

Syntax

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

Parameters

Return Code

Errors

Remarks

Example Code


Related Functions