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,
     CEDEVICE_POWER_STATE DeviceState,
     DevicePowerFlags DeviceFlags,
     IntPtr pSystemState,
     uint StateFlagsZero
     );
Exemplo n.º 3
0
 public static extern IntPtr SetDevicePower(
     string pDevice,
     DevicePowerFlags DeviceFlags,
     CEDEVICE_POWER_STATE DevicePowerState
     );
Exemplo n.º 4
0
 public static extern int GetDevicePower(string device, DevicePowerFlags flags, out CEDEVICE_POWER_STATE PowerState);
Exemplo n.º 5
0
 public static extern int GetDevicePower(string device, DevicePowerFlags flags, out CEDEVICE_POWER_STATE PowerState);
Exemplo n.º 6
0
 public static extern IntPtr SetDevicePower
 (
     string pDevice,
     DevicePowerFlags DeviceFlags,
     CEDEVICE_POWER_STATE DevicePowerState
 );
Exemplo n.º 7
0
 public static extern IntPtr SetPowerRequirement(
     string Device, CEDEVICE_POWER_STATE DeviceState, ulong DeviceFlags,
     IntPtr SystemState, ulong StateFlags);
Exemplo n.º 8
0
 static public extern IntPtr SetPowerRequirement(
     string Device, CEDEVICE_POWER_STATE DeviceState, ulong DeviceFlags,
     IntPtr SystemState, ulong StateFlags);