Exemple #1
0
 public static extern int DevicePowerNotify(
     string device,
     CEDevicePowerState state,
     int flags);
Exemple #2
0
 public static extern int GetDevicePower(
     string pvDevice,
     PowerDeviceFlags dwDeviceFlags,
     ref CEDevicePowerState DeviceState);
Exemple #3
0
 public static extern IntPtr SetPowerRequirement(
     String pvDevice, CEDevicePowerState DeviceState, PowerDeviceFlags DeviceFlags, IntPtr pvSystemState, int StateFlags);
Exemple #4
0
 public static extern int DevicePowerNotify(
     string device,
     CEDevicePowerState state,
     int flags);
Exemple #5
0
 public static extern int GetDevicePower(
     string pvDevice,
     PowerDeviceFlags dwDeviceFlags,
     ref CEDevicePowerState DeviceState);
Exemple #6
0
 public static extern IntPtr SetPowerRequirement(
     String pvDevice, CEDevicePowerState DeviceState, PowerDeviceFlags DeviceFlags, IntPtr pvSystemState, int StateFlags);