Esempio n. 1
0
 public static extern IntPtr SetupDiOpenDevRegKey(IntPtr hDeviceInfoSet, ref NativeStructures.SP_DEVINFO_DATA deviceInfoData, int scope, int hwProfile, int parameterRegistryValueKind, int samDesired);
Esempio n. 2
0
 public static extern Boolean SetupDiGetDeviceInterfaceDetail(IntPtr hDevInfo, ref NativeStructures.SP_DEVICE_INTERFACE_DATA deviceInterfaceData, ref NativeStructures.SP_DEVICE_INTERFACE_DETAIL_DATA deviceInterfaceDetailData, UInt32 deviceInterfaceDetailDataSize, ref UInt32 requiredSize, ref NativeStructures.SP_DEVINFO_DATA deviceInfoData);