示例#1
0
文件: Extern.cs 项目: paulyc/Aaru
 public static extern bool SetupDiEnumDeviceInterfaces(SafeFileHandle hDevInfo, IntPtr devInfo,
                                                       ref Guid interfaceClassGuid, uint memberIndex,
                                                       ref DeviceInterfaceData deviceInterfaceData);
示例#2
0
文件: Extern.cs 项目: paulyc/Aaru
 public static extern bool SetupDiGetDeviceInterfaceDetail(SafeFileHandle hDevInfo,
                                                           ref DeviceInterfaceData deviceInterfaceData,
                                                           IntPtr deviceInterfaceDetailData,
                                                           uint deviceInterfaceDetailDataSize,
                                                           ref uint requiredSize, IntPtr deviceInfoData);