ReactOS 0.4.16-dev-823-g9a093ec
|
#include "precomp.h"
Go to the source code of this file.
Typedefs | |
typedef HRESULT(WINAPI * | PSTARTMENU_CREATEINSTANCE) (REFIID riid, void **ppv) |
typedef HANDLE(WINAPI * | PSHCREATEDESKTOP) (IShellDesktopTray *ShellDesk) |
typedef BOOL(WINAPI * | PSHDESKTOPMESSAGELOOP) (HANDLE hDesktop) |
typedef BOOL(WINAPI * | PWINLIST_INIT) (void) |
typedef void(WINAPI * | PSHELLDDEINIT) (BOOL bInit) |
typedef HRESULT(WINAPI * | CBANDSITEMENU_CREATEINSTANCE) (REFIID riid, void **ppv) |
typedef HRESULT(WINAPI * | CBANDSITE_CREATEINSTANCE) (LPUNKNOWN pUnkOuter, REFIID riid, void **ppv) |
Functions | |
VOID | InitRSHELL (VOID) |
HRESULT WINAPI | _CStartMenu_CreateInstance (REFIID riid, void **ppv) |
HANDLE WINAPI | _SHCreateDesktop (IShellDesktopTray *ShellDesk) |
BOOL WINAPI | _SHDesktopMessageLoop (HANDLE hDesktop) |
BOOL WINAPI | _WinList_Init (void) |
void WINAPI | _ShellDDEInit (BOOL bInit) |
HRESULT WINAPI | _CBandSiteMenu_CreateInstance (REFIID riid, void **ppv) |
HRESULT WINAPI | _CBandSite_CreateInstance (LPUNKNOWN pUnkOuter, REFIID riid, void **ppv) |
Variables | |
static HINSTANCE | ghRShell = NULL |
Definition at line 185 of file rshell.cpp.
Definition at line 166 of file rshell.cpp.
Definition at line 50 of file rshell.cpp.
Definition at line 79 of file rshell.cpp.
Definition at line 137 of file rshell.cpp.
Definition at line 25 of file rshell.cpp.
Definition at line 108 of file rshell.cpp.
Definition at line 186 of file rshell.cpp.
Referenced by CTrayBandSite::_Init().
Definition at line 167 of file rshell.cpp.
Referenced by CTrayBandSite::AddContextMenus().
Definition at line 32 of file rshell.cpp.
Referenced by CreateStartMenu().
Definition at line 52 of file rshell.cpp.
Referenced by CDesktopThread::DesktopThreadProc().
Definition at line 81 of file rshell.cpp.
Referenced by CDesktopThread::DesktopThreadProc().
Definition at line 139 of file rshell.cpp.
Referenced by StartWithDesktop().
Definition at line 110 of file rshell.cpp.
Referenced by StartWithDesktop().
Definition at line 27 of file rshell.cpp.
Referenced by _tWinMain().
Definition at line 23 of file rshell.cpp.
Referenced by _CBandSite_CreateInstance(), _CBandSiteMenu_CreateInstance(), _CStartMenu_CreateInstance(), _SHCreateDesktop(), _SHDesktopMessageLoop(), _ShellDDEInit(), _WinList_Init(), and InitRSHELL().