Example #1
0
 private static extern UInt32 XInputGetBatteryInformation(UInt32 dwUserIndex, Byte devType, ref XINPUT_BATTERY_INFORMATION pBatteryInformation);
Example #2
0
 public UInt32 GetBatteryInformation(UInt32 dwUserIndex, Byte devType, ref XINPUT_BATTERY_INFORMATION pBatteryInformation)
 {
     return(XInputGetBatteryInformation(dwUserIndex, devType, ref pBatteryInformation));
 }