예제 #1
0
 public static extern IntPtr SetPowerRequirement
 (
     string pDevice,
     CEDEVICE_POWER_STATE DeviceState,
     DevicePowerFlags DeviceFlags,
     IntPtr pSystemState,
     uint StateFlagsZero
 );
예제 #2
0
 public static extern IntPtr SetPowerRequirement(
     string pDevice,
     CEDEVICE_POWER_STATE DeviceState,
     DevicePowerFlags DeviceFlags,
     IntPtr pSystemState,
     uint StateFlagsZero
     );
예제 #3
0
 public static extern IntPtr SetDevicePower(
     string pDevice,
     DevicePowerFlags DeviceFlags,
     CEDEVICE_POWER_STATE DevicePowerState
     );
예제 #4
0
 public static extern int GetDevicePower(string device, DevicePowerFlags flags, out CEDEVICE_POWER_STATE PowerState);
예제 #5
0
 public static extern int GetDevicePower(string device, DevicePowerFlags flags, out CEDEVICE_POWER_STATE PowerState);
예제 #6
0
 public static extern IntPtr SetDevicePower
 (
     string pDevice,
     DevicePowerFlags DeviceFlags,
     CEDEVICE_POWER_STATE DevicePowerState
 );
예제 #7
0
 public static extern IntPtr SetPowerRequirement(
     string Device, CEDEVICE_POWER_STATE DeviceState, ulong DeviceFlags,
     IntPtr SystemState, ulong StateFlags);
예제 #8
0
 static public extern IntPtr SetPowerRequirement(
     string Device, CEDEVICE_POWER_STATE DeviceState, ulong DeviceFlags,
     IntPtr SystemState, ulong StateFlags);