Exemplo n.º 1
0
 private static extern int SetDevicePower(string pvDevice, int dwDeviceFlags, DevicePowerState DeviceState);
Exemplo n.º 2
0
 private static extern int SetDevicePower(string pvDevice, int dwDeviceFlags, DevicePowerState deviceState);
Exemplo n.º 3
0
 public static extern int DevicePowerNotify(string name, DevicePowerState state, int flags);
Exemplo n.º 4
0
 private static extern IntPtr SetPowerRequirement(String pvDevice, DevicePowerState deviceState, int deviceFlags, IntPtr pvSystemState, int stateFlags);
Exemplo n.º 5
0
 public static extern int SetPowerRequirement(string DeviceName, DevicePowerState State, uint dwDeviceFlags, string Name, ulong Reserved);