ReactOS 0.4.16-dev-125-g798ea90
|
Go to the source code of this file.
Classes | |
class | CShellMenuCallback |
Macros | |
#define | IDM_RUN 401 |
#define | IDM_LOGOFF 402 |
#define | IDM_UNDOCKCOMPUTER 410 |
#define | IDM_TASKBARANDSTARTMENU 413 |
#define | IDM_LASTSTARTMENU_SEPARATOR 450 |
#define | IDM_DOCUMENTS 501 |
#define | IDM_HELPANDSUPPORT 503 |
#define | IDM_PROGRAMS 504 |
#define | IDM_CONTROLPANEL 505 |
#define | IDM_SHUTDOWN 506 |
#define | IDM_FAVORITES 507 |
#define | IDM_SETTINGS 508 |
#define | IDM_PRINTERSANDFAXES 510 |
#define | IDM_SEARCH 520 |
#define | IDM_SYNCHRONIZE 553 |
#define | IDM_NETWORKCONNECTIONS 557 |
#define | IDM_DISCONNECT 5000 |
#define | IDM_SECURITY 5001 |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (CStartMenu) | |
HRESULT | BindToDesktop (LPCITEMIDLIST pidl, IShellFolder **ppsfResult) |
static HRESULT | GetMergedFolder (int folder1, int folder2, IShellFolder **ppsfStartMenu) |
static HRESULT | GetStartMenuFolder (IShellFolder **ppsfStartMenu) |
static HRESULT | GetProgramsFolder (IShellFolder **ppsfStartMenu) |
HRESULT WINAPI | RSHELL_CStartMenu_CreateInstance (REFIID riid, void **ppv) |
#define IDM_CONTROLPANEL 505 |
Definition at line 40 of file CStartMenu.cpp.
#define IDM_DISCONNECT 5000 |
Definition at line 48 of file CStartMenu.cpp.
#define IDM_DOCUMENTS 501 |
Definition at line 37 of file CStartMenu.cpp.
#define IDM_FAVORITES 507 |
Definition at line 42 of file CStartMenu.cpp.
#define IDM_HELPANDSUPPORT 503 |
Definition at line 38 of file CStartMenu.cpp.
#define IDM_LASTSTARTMENU_SEPARATOR 450 |
Definition at line 36 of file CStartMenu.cpp.
#define IDM_LOGOFF 402 |
Definition at line 33 of file CStartMenu.cpp.
#define IDM_NETWORKCONNECTIONS 557 |
Definition at line 47 of file CStartMenu.cpp.
#define IDM_PRINTERSANDFAXES 510 |
Definition at line 44 of file CStartMenu.cpp.
#define IDM_PROGRAMS 504 |
Definition at line 39 of file CStartMenu.cpp.
#define IDM_RUN 401 |
Definition at line 32 of file CStartMenu.cpp.
#define IDM_SEARCH 520 |
Definition at line 45 of file CStartMenu.cpp.
#define IDM_SECURITY 5001 |
Definition at line 49 of file CStartMenu.cpp.
#define IDM_SETTINGS 508 |
Definition at line 43 of file CStartMenu.cpp.
#define IDM_SHUTDOWN 506 |
Definition at line 41 of file CStartMenu.cpp.
#define IDM_SYNCHRONIZE 553 |
Definition at line 46 of file CStartMenu.cpp.
#define IDM_TASKBARANDSTARTMENU 413 |
Definition at line 35 of file CStartMenu.cpp.
#define IDM_UNDOCKCOMPUTER 410 |
Definition at line 34 of file CStartMenu.cpp.
HRESULT BindToDesktop | ( | LPCITEMIDLIST | pidl, |
IShellFolder ** | ppsfResult | ||
) |
Definition at line 490 of file CStartMenu.cpp.
Referenced by GetMergedFolder().
|
static |
Definition at line 506 of file CStartMenu.cpp.
Referenced by GetProgramsFolder(), and GetStartMenuFolder().
|
static |
Definition at line 585 of file CStartMenu.cpp.
Referenced by RSHELL_CStartMenu_CreateInstance().
|
static |
Definition at line 580 of file CStartMenu.cpp.
Referenced by RSHELL_CStartMenu_CreateInstance().
Definition at line 592 of file CStartMenu.cpp.
Referenced by CRShellClassFactory::CreateInstance(), and CStartMenuDummy::_CreatorClass::CreateInstance().
WINE_DEFAULT_DEBUG_CHANNEL | ( | CStartMenu | ) |