Example #1
0
 public static extern bool GetDeviceInterfaceDetail(
     SafeDeviceSetHandle deviceInfoSet,
     DeviceInterfaceData interfaceData,
     IntPtr deviceInterfaceDetailData,
     uint deviceInterfaceDetailDataSize,
     ref uint requiredSize,
     IntPtr deviceInfoData);
Example #2
0
 public static extern bool EnumDeviceInterfaces(
     SafeDeviceSetHandle deviceInfoSet,
     uint deviceInfoData,
     ref Guid deviceClass,
     uint index,
     DeviceInterfaceData interfaceData);