Home
last modified time | relevance | path

Searched refs:DwmIsCompositionEnabledFunc (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.h25 typedef HRESULT (WINAPI *DwmIsCompositionEnabledFunc)(BOOL* enabled); typedef
35 DwmIsCompositionEnabledFunc func_;
Dwindow_capture_utils.cc50 func_ = reinterpret_cast<DwmIsCompositionEnabledFunc>( in AeroChecker()