コード例 #1
0
ファイル: DeviceHelper.cs プロジェクト: Tarik02/touchpad-fix
 public static extern bool SetupDiEnumDeviceInfo(SafeDeviceInfoSetHandle deviceInfoSet, int memberIndex, ref DeviceInfoData deviceInfoData);
コード例 #2
0
ファイル: DeviceHelper.cs プロジェクト: Tarik02/touchpad-fix
 public static extern bool SetupDiSetClassInstallParams(SafeDeviceInfoSetHandle deviceInfoSet, [In()]
                                                        ref DeviceInfoData deviceInfoData, [In()]
                                                        ref PropertyChangeParameters classInstallParams, int classInstallParamsSize);
コード例 #3
0
ファイル: DeviceHelper.cs プロジェクト: Tarik02/touchpad-fix
 public static extern bool SetupDiCallClassInstaller(DiFunction installFunction, SafeDeviceInfoSetHandle deviceInfoSet, [In()]
                                                     ref DeviceInfoData deviceInfoData);