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