ReactOS 0.4.17-dev-573-g8315b8c
msconfig.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

VOID DisableAllExcept (HWND hTabDlg, UINT idExcept)
 

Variables

HINSTANCE hInst
 

Function Documentation

◆ DisableAllExcept()

VOID DisableAllExcept ( HWND  hTabDlg,
UINT  idExcept 
)

Definition at line 84 of file msconfig.c.

85{
86 HWND hSkip = GetDlgItem(hTabDlg, idExcept);
87 for (HWND hWnd = NULL; (hWnd = FindWindowExW(hTabDlg, hWnd, NULL, NULL)) != NULL;)
88 EnableWindow(hWnd, hWnd == hSkip);
89 if (idExcept == IDC_SYSTEM_TREE && hSkip)
90 {
92 style &= ~TVS_EDITLABELS;
94 }
95}
Arabic default style
Definition: afstyles.h:94
HWND hWnd
Definition: settings.c:17
#define IDC_SYSTEM_TREE
Definition: resource.h:68
#define NULL
Definition: types.h:112
__int3264 LONG_PTR
Definition: mstsclib_h.h:276
#define GetWindowLongPtrW
Definition: winuser.h:4983
HWND WINAPI GetDlgItem(_In_opt_ HWND, _In_ int)
HWND WINAPI FindWindowExW(_In_opt_ HWND, _In_opt_ HWND, _In_opt_ LPCWSTR, _In_opt_ LPCWSTR)
BOOL WINAPI EnableWindow(_In_ HWND, _In_ BOOL)
#define SetWindowLongPtrW
Definition: winuser.h:5512
#define GWL_STYLE
Definition: winuser.h:863

Referenced by FreeLdrPageWndProc(), ServicesPageWndProc(), StartupPageWndProc(), and SystemPageWndProc().

Variable Documentation

◆ hInst

HINSTANCE hInst
extern

Definition at line 13 of file dxdiag.c.