Example #1
0
 public SP_CLASS_PARAMS(int Size, Scopes Scope, DiFunction Function, StateChangeAction State)
 {
     Profile       = 0;
     this.Size     = Size;
     this.Scope    = Scope;
     this.Function = Function;
     this.State    = State;
 }
Example #2
0
 public static extern bool SetupDiCallClassInstaller(
     DiFunction installFunction,
     SafeDeviceInfoSetHandle deviceInfoSet,
     [In()] ref DeviceInfoData deviceInfoData);
Example #3
0
 public static extern bool SetupDiCallClassInstaller(
     DiFunction installFunction,
     SafeDeviceInfoSetHandle deviceInfoSet,
     [In()] ref DeviceInfoData deviceInfoData );
Example #4
0
 public SP_CLASS_PARAMS(Scopes Scope, DiFunction Function, StateChangeAction State) : this(8, Scope, Function, State)
 {
 }
Example #5
0
 internal static extern bool SetupDiCallClassInstaller(DiFunction installFunction, IntPtr deviceInfoSet,
                                                       [In] ref SP_DEVINFO_DATA deviceInfoData);
Example #6
0
 private static extern bool SetupDiCallClassInstaller(DiFunction InstallFunction, SP_DEVINFO_HANDLE DeviceInfoSet, ref SP_DEVINFO_DATA DeviceInfoData);
Example #7
0
 public static extern bool SetupDiCallClassInstaller(DiFunction installFunction, IntPtr deviceInfoList, ref SP_DEVICE_INFO_DATA deviceInfoData);