예제 #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);