| 
 Desktop Functions: Smart Device Functions: 
 
 
 | Search Results for "CM_Get_DevNode_Registry_Property" in [All]setupapi
public static extern int CM_Get_DevNode_Registry_Property( 
Declare Function CM_Get_DevNode_Registry_Property Lib "setupapi.dll" (TODO) As TODO 
   CM_Get_DevNode_Registry_Property(devinst, CM_DRP_DRIVER, out kind, IntPtr.Zero, ref length, 0); 
     if (CR_SUCCESS == CM_Get_DevNode_Registry_Property(devinst, CM_DRP_DRIVER, out kind, buffer, ref length, 0)) |