コード例 #1
0
 private static extern int SetDevicePower(string pvDevice, int dwDeviceFlags, DevicePowerState DeviceState);
コード例 #2
0
ファイル: Wifi.cs プロジェクト: SeregaPru/metrohome65
 private static extern int SetDevicePower(string pvDevice, int dwDeviceFlags, DevicePowerState deviceState);
コード例 #3
0
ファイル: NativeMethods.cs プロジェクト: jaboles/BusTracker
 public static extern int DevicePowerNotify(string name, DevicePowerState state, int flags);
コード例 #4
0
ファイル: TrackerForm.cs プロジェクト: mendhak/gpstracka
 private static extern IntPtr SetPowerRequirement(String pvDevice, DevicePowerState deviceState, int deviceFlags, IntPtr pvSystemState, int stateFlags);
コード例 #5
0
ファイル: NativeMethods.cs プロジェクト: jaboles/BusTracker
 public static extern int SetPowerRequirement(string DeviceName, DevicePowerState State, uint dwDeviceFlags, string Name, ulong Reserved);