In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
36 bytes added ,  01:27, 12 April 2015
→‎0x11 - UhsQueryInterfaces(): Specifying nothing for match_params selects all interfaces
Line 7: Line 7:  
<syntaxhighlight lang="C">
 
<syntaxhighlight lang="C">
 
/* Determines which parameters to check */
 
/* Determines which parameters to check */
 +
#define MATCH_DEV_ANY        0x000
 
#define MATCH_DEV_CLASS      0x010
 
#define MATCH_DEV_CLASS      0x010
 
#define MATCH_DEV_SUBCLASS    0x020
 
#define MATCH_DEV_SUBCLASS    0x020
203

edits

Navigation menu