Go to the source code of this file.
Functions |
| VOID | FillDafaultSettings (PSETTINGS_INFO pSettingsInfo) |
| static BOOL | LoadSettings (VOID) |
| VOID | SaveSettings (HWND hwnd) |
| VOID | FreeInstalledAppList (VOID) |
| BOOL CALLBACK | EnumInstalledAppProc (INT ItemIndex, LPWSTR lpName, INSTALLED_INFO Info) |
| VOID | FreeAvailableAppList (VOID) |
| BOOL CALLBACK | EnumAvailableAppProc (APPLICATION_INFO Info) |
| VOID | UpdateApplicationsList (INT EnumType) |
| VOID | InitApplicationsList (VOID) |
| HTREEITEM | AddCategory (HTREEITEM hRootItem, UINT TextIndex, UINT IconIndex) |
| VOID | InitCategoriesList (VOID) |
| BOOL | InitControls (HWND hwnd) |
| VOID | MainWndOnCommand (HWND hwnd, WPARAM wParam, LPARAM lParam) |
| VOID | MainWndOnSize (HWND hwnd, WPARAM wParam, LPARAM lParam) |
| LRESULT CALLBACK | MainWindowProc (HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam) |
| int WINAPI | wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nShowCmd) |
Variables |
| HWND | hMainWnd |
| HINSTANCE | hInst |
| HIMAGELIST | hImageTreeView = NULL |
| INT | SelectedEnumType = ENUM_ALL_COMPONENTS |
| SETTINGS_INFO | SettingsInfo |