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