Ejemplo n.º 1
0
 public static extern bool SetupDiEnumDeviceInterfaces(SafeFileHandle hDevInfo, IntPtr devInfo,
                                                       ref Guid interfaceClassGuid, uint memberIndex,
                                                       ref DeviceInterfaceData deviceInterfaceData);
Ejemplo n.º 2
0
 public static extern bool SetupDiGetDeviceInterfaceDetail(SafeFileHandle hDevInfo,
                                                           ref DeviceInterfaceData deviceInterfaceData,
                                                           IntPtr deviceInterfaceDetailData,
                                                           uint deviceInterfaceDetailDataSize,
                                                           ref uint requiredSize, IntPtr deviceInfoData);