Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.h79 typedef HRESULT(WINAPI* DwmIsCompositionEnabledFunc)(BOOL* enabled); typedef
101 DwmIsCompositionEnabledFunc func_ = nullptr;
Dwindow_capture_utils.cc226 func_ = reinterpret_cast<DwmIsCompositionEnabledFunc>( in WindowCaptureHelperWin()