Home
last modified time | relevance | path

Searched refs:CSIDL_PRINTERS (Results 1 – 9 of 9) sorted by relevance

/reactos/dll/win32/shell32/shellmenu/
H A DCStartMenu.cpp237 AddOrSetMenuItem(hMenu, IDM_PRINTERSANDFAXES, CSIDL_PRINTERS, bExpand, FALSE, FALSE); in UpdateSettingsMenu()
361 case IDM_PRINTERSANDFAXES: return CSIDL_PRINTERS; in CSIDLFromID()
374 if (csidl == CSIDL_CONTROLS || csidl == CSIDL_NETWORK || csidl == CSIDL_PRINTERS) in OnGetContextMenu()
/reactos/modules/rostests/winetests/shell32/
H A Dshfldr_special.c211 hr = SHGetSpecialFolderLocation(NULL, CSIDL_PRINTERS, &pidl2); in test_printers_folder()
H A Dshellpath.c133 DECLARE_TYPE(CSIDL_PRINTERS, printersType),
246 CSIDL_TO_STR(CSIDL_PRINTERS); in getFolderName()
756 CSIDL_PRINTERS,
1587 matchGUID(CSIDL_PRINTERS, &CLSID_Printers, NULL); in test_GUIDs()
/reactos/modules/rostests/apitests/shell32/
H A Dshell32_apitest_sub.cpp57 SHGetSpecialFolderLocation(NULL, CSIDL_PRINTERS, &ret); in DoGetPidl()
H A DItemIDList.cpp207 pidl = SHCloneSpecialIDList(NULL, CSIDL_PRINTERS, FALSE); in START_TEST()
/reactos/dll/win32/shell32/
H A Dchangenotify.cpp69 HRESULT hr = SHGetSpecialFolderLocation(NULL, CSIDL_PRINTERS, &pidlPrinters); in Shell_ParsePrinterName()
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dstartmenu.cpp1974 CreateSubmenu(id, CSIDL_PRINTERS, CSIDL_PRINTHOOD, ResString(IDS_PRINTERS)); in Command()
/reactos/dll/win32/shell32/wine/
H A Dshellpath.c3199 case CSIDL_PRINTERS: in SHGetFolderLocation()
/reactos/sdk/include/psdk/
H A Dshlobj.h2177 #define CSIDL_PRINTERS 0x0004 macro