[DllImport("coredll.dll", SetLastError = true)] public static extern uint DevicePowerState( IntPtr hDevice, PowerState po, ref int pdwState );
Last updated 1 year ago