ReactOS 0.4.16-dev-533-gc7d1aa3
|
Go to the source code of this file.
Classes | |
class | CExplorerModule |
Functions | |
static VOID | InitializeAtlModule (HINSTANCE hInstance, BOOL bInitialize) |
static BOOL | SetShellReadyEvent (IN LPCWSTR lpEventName) |
static VOID | HideMinimizedWindows (IN BOOL bHide) |
static BOOL | IsExplorerSystemShell () |
static INT | StartWithCommandLine (IN HINSTANCE hInstance) |
static INT | StartWithDesktop (IN HINSTANCE hInstance) |
INT WINAPI | _tWinMain (IN HINSTANCE hInstance, IN HINSTANCE hPrevInstance, IN LPTSTR lpCmdLine, IN INT nCmdShow) |
Variables | |
HINSTANCE | hExplorerInstance |
HANDLE | hProcessHeap |
HKEY | hkExplorer = NULL |
BOOL | bExplorerIsShell = FALSE |
CExplorerModule | gModule |
CAtlWinModule | gWinModule |
INT WINAPI _tWinMain | ( | IN HINSTANCE | hInstance, |
IN HINSTANCE | hPrevInstance, | ||
IN LPTSTR | lpCmdLine, | ||
IN INT | nCmdShow | ||
) |
Definition at line 234 of file explorer.cpp.
Definition at line 71 of file explorer.cpp.
Referenced by StartWithDesktop().
Definition at line 40 of file explorer.cpp.
Referenced by StartWithDesktop().
|
static |
Definition at line 91 of file explorer.cpp.
Referenced by _tWinMain().
Definition at line 54 of file explorer.cpp.
Referenced by StartWithDesktop().
Definition at line 127 of file explorer.cpp.
Referenced by _tWinMain().
Definition at line 149 of file explorer.cpp.
Referenced by _tWinMain().
Definition at line 27 of file explorer.cpp.
Referenced by _tWinMain(), DoStartStartupItems(), InitializeStartupMutex(), and ProcessRunOnceItems().
CExplorerModule gModule |
Definition at line 37 of file explorer.cpp.
Referenced by InitializeAtlModule().
CAtlWinModule gWinModule |
Definition at line 38 of file explorer.cpp.
HINSTANCE hExplorerInstance |
Definition at line 24 of file explorer.cpp.
Referenced by CStartMenuBtnCtxMenu::AddStartContextMenuItems(), CStartMenuSite::AppendMenu(), CStartButton::Create(), DisplayTrayProperties(), CTrayShowDesktopButton::DoCreate(), CTrayWindow::ExecContextMenuCmd(), CTrayWindow::ExecResourceCmd(), CStartButton::Initialize(), CTrayWindow::OnCreate(), CNotifySettingsPage::OnCustomizeTrayIcons(), CTrayWindow::OnSettingChanged(), CStartMenuSettingsPage::OnStartMenuCustomize(), PropSheetProc(), CTrayWindowCtxMenu::QueryContextMenu(), SetBitmap(), and StartWithDesktop().
Definition at line 26 of file explorer.cpp.
Referenced by GetCurrentLoggedOnUserName(), CTrayBandSite::GetUserBandsStream(), TaskbarSettings::Load(), TaskbarSettings::Save(), and StartWithDesktop().
HANDLE hProcessHeap |
Definition at line 25 of file explorer.cpp.
Referenced by StartWithDesktop().