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