ReactOS 0.4.16-dev-112-g52265ae
|
#include "umandlg.h"
Go to the source code of this file.
Functions | |
VOID | InitUtilsList (IN BOOL bInitGui) |
BOOL | DlgInitHandler (IN HWND hDlg) |
VOID | ShowAboutDlg (IN HWND hDlgParent) |
VOID | GroupBoxUpdateTitle (VOID) |
VOID | UpdateUtilityState (IN BOOL bUtilState) |
INT | ListBoxRefreshContents (VOID) |
INT_PTR APIENTRY | DlgProc (IN HWND hDlg, IN UINT Msg, IN WPARAM wParam, IN LPARAM lParam) |
BOOL WINAPI | UManStartDlg (VOID) |
BOOL WINAPI | DllMain (IN HINSTANCE hDllInstance, IN DWORD fdwReason, IN LPVOID lpvReserved) |
Variables | |
UTILMAN_GLOBALS | Globals |
UTILMAN_STATE | EntriesList [] |
@DlgInitHandler
Function which processes several operations for WM_INITDIALOG.
[in] | hDlg | The handle object of the dialog. |
Definition at line 97 of file umandlg.c.
Referenced by DlgProc().
@DlgProc
Main dialog application procedure function.
[in] | hDlg | The handle object of the dialog. |
[in] | Msg | Message events (in unsigned int). |
[in] | wParam | Message parameter (in UINT_PTR). |
[in] | lParam | Message parameter (in LONG_PTR). |
Definition at line 292 of file umandlg.c.
@DllMain
Core routine of the Utility Manager's library.
[in] | hDllInstance | The entry point instance of the library. |
[in] | fdwReason | The reason argument to indicate the motive DllMain is being called. |
[in] | lpvReserved | Reserved. |
Definition at line 457 of file umandlg.c.
@GroupBoxUpdateTitle
Updates the title of the groupbox.
Definition at line 187 of file umandlg.c.
Referenced by UpdateUtilityState().
@InitUtilsList
Initializes the list of accessibility utilities.
[in] | bInitGui | Whether we are initializing the UI list (TRUE) or the internal array (FALSE). |
Definition at line 38 of file umandlg.c.
Referenced by DlgInitHandler(), and UManStartDlg().
@ListBoxRefreshContents
Handle the tasks on a periodic cycle. This function handles WM_TIMER message.
Definition at line 226 of file umandlg.c.
Referenced by DlgInitHandler(), and DlgProc().
@ShowAboutDlg
Displays the Shell "About" dialog box.
[in] | hDlgParent | A handle to the parent dialog window. |
Definition at line 167 of file umandlg.c.
Referenced by DlgProc().
@UManStartDlg
Executes the dialog initialization mechanism and starts Utility Manager. The function is exported for use by the main process.
Definition at line 383 of file umandlg.c.
Referenced by wWinMain().
@UpdateUtilityState
Checks the state of the given accessibility tool.
[in] | bUtilState | State condition (boolean TRUE: started / FALSE: stopped). |
Definition at line 208 of file umandlg.c.
Referenced by DlgProc(), and ListBoxRefreshContents().
UTILMAN_STATE EntriesList[] |
Definition at line 19 of file umandlg.c.
Referenced by DlgProc(), GroupBoxUpdateTitle(), InitUtilsList(), and ListBoxRefreshContents().
UTILMAN_GLOBALS Globals |
Definition at line 15 of file umandlg.c.
Referenced by DlgInitHandler(), DlgProc(), DllMain(), GroupBoxUpdateTitle(), InitUtilsList(), ListBoxRefreshContents(), ShowAboutDlg(), UManStartDlg(), and UpdateUtilityState().