ReactOS 0.4.16-dev-1470-gfbd70c8
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}
HWND hWnd
Definition: settings.c:17
#define NULL
Definition: types.h:112
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)

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

Variable Documentation

◆ hInst

HINSTANCE hInst
extern

Definition at line 13 of file dxdiag.c.