HomeSort by relevance Sort by last modified time
    Searched full:onbatterypower (Results 1 - 1 of 1) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sensevts.h 139 virtual HRESULT WINAPI OnBatteryPower(DWORD dwBatteryLifePercent) = 0;
153 HRESULT (WINAPI *OnBatteryPower)(ISensOnNow *This,DWORD dwBatteryLifePercent);
169 #define ISensOnNow_OnBatteryPower(This,dwBatteryLifePercent) (This)->lpVtbl->OnBatteryPower(This,dwBatteryLifePercent)

Completed in 1133 milliseconds