Beispiel #1
0
 public static extern IntPtr SetPowerRequirement
 (
     string pDevice,
     CEDEVICE_POWER_STATE DeviceState,
     DevicePowerFlags DeviceFlags,
     IntPtr pSystemState,
     uint StateFlagsZero
 );
Beispiel #2
0
 public static extern IntPtr SetPowerRequirement
 (
     string pDevice,
     CEDeviceDriverPowerStates DeviceState,
     DevicePowerFlags DeviceFlags,
     IntPtr pSystemState,
     uint StateFlagsZero
 );
Beispiel #3
0
 public static extern IntPtr SetPowerRequirement
 (
     string pDevice,
     CEDeviceDriverPowerStates DeviceState,
     DevicePowerFlags DeviceFlags,
     IntPtr pSystemState,
     uint StateFlagsZero
 );
Beispiel #4
0
 public static extern int SetSystemPowerState(String stateName, PowerState powerState, DevicePowerFlags flags);
Beispiel #5
0
 public static extern int GetDevicePower(string device, DevicePowerFlags flags, out CEDeviceDriverPowerStates PowerState);
Beispiel #6
0
 public static extern IntPtr SetDevicePower
 (
     string pDevice,
     DevicePowerFlags DeviceFlags,
     CEDeviceDriverPowerStates DevicePowerState
 );
 public static extern int SetSystemPowerState(String stateName, PowerState powerState, DevicePowerFlags flags);
 public static extern IntPtr SetPowerRequirement(
     string pDevice,
     CEDEVICE_POWER_STATE DeviceState,
     DevicePowerFlags DeviceFlags,
     IntPtr pSystemState,
     uint StateFlagsZero
     );
 public static extern IntPtr SetDevicePower(
     string pDevice,
     DevicePowerFlags DeviceFlags,
     CEDEVICE_POWER_STATE DevicePowerState
     );
 public static extern int GetDevicePower(string device, DevicePowerFlags flags, out CEDEVICE_POWER_STATE PowerState);
Beispiel #11
0
 public static extern int GetDevicePower(string device, DevicePowerFlags flags, out CEDEVICE_POWER_STATE PowerState);
Beispiel #12
0
 public static extern IntPtr SetDevicePower
 (
     string pDevice,
     DevicePowerFlags DeviceFlags,
     CEDEVICE_POWER_STATE DevicePowerState
 );
Beispiel #13
0
 public static extern int GetDevicePower(string device, DevicePowerFlags flags, out CEDeviceDriverPowerStates PowerState);
Beispiel #14
0
 public static extern IntPtr SetDevicePower
     (
         string pDevice,
         DevicePowerFlags DeviceFlags,
     CEDeviceDriverPowerStates DevicePowerState
     );