Home
last modified time | relevance | path

Searched refs:CSIDL_STARTMENU (Results 1 – 8 of 8) sorted by relevance

/reactos/base/shell/explorer/
H A Dstartctxmnu.cpp163 pidlStart = SHCloneSpecialIDList(m_Owner, CSIDL_STARTMENU, TRUE); in QueryContextMenu()
H A Dstartmnucust.cpp38 if (SUCCEEDED(SHGetFolderPathW(NULL, CSIDL_STARTMENU, NULL, 0, szPath))) in OnAdvancedStartMenuItems()
/reactos/dll/win32/shell32/shellmenu/
H A DCStartMenu.cpp582 return GetMergedFolder(CSIDL_STARTMENU, CSIDL_COMMON_STARTMENU, ppsfStartMenu); in GetStartMenuFolder()
/reactos/modules/rostests/winetests/shell32/
H A Dshellpath.c138 DECLARE_TYPE(CSIDL_STARTMENU, folderType),
253 CSIDL_TO_STR(CSIDL_STARTMENU); in getFolderName()
1118 CSIDL_STARTMENU,
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dstartmenu.cpp1572 …ShellDirectory usr_startmenu(GetDesktopFolder(), SpecialFolderPath(CSIDL_STARTMENU, _hwnd), _hwnd); in StartMenuRoot()
/reactos/dll/win32/shell32/wine/
H A Dshellpath.c2978 CSIDL_STARTMENU, in _SHRegisterUserShellFolders()
/reactos/sdk/include/psdk/
H A Dshlobj.h2184 #define CSIDL_STARTMENU 0x000b macro
/reactos/dll/win32/msi/
H A Dpackage.c667 SHGetFolderPathW(NULL, CSIDL_STARTMENU, NULL, 0, pth); in set_installer_properties()