Home
last modified time | relevance | path

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

/reactos/dll/win32/browseui/
H A DCProgressDialog.cpp309 HWND hwndDisable = GetAncestor(hwndParent, GA_ROOT); in StartProgressDialog() local
310 if (EnableWindow(hwndDisable, FALSE)) in StartProgressDialog()
311 this->hwndDisabledParent = hwndDisable; in StartProgressDialog()