Searched refs:CSIDL_PRINTERS (Results 1 – 9 of 9) sorted by relevance
/reactos/dll/win32/shell32/shellmenu/ |
H A D | CStartMenu.cpp | 237 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 D | shfldr_special.c | 211 hr = SHGetSpecialFolderLocation(NULL, CSIDL_PRINTERS, &pidl2); in test_printers_folder()
|
H A D | shellpath.c | 133 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 D | shell32_apitest_sub.cpp | 57 SHGetSpecialFolderLocation(NULL, CSIDL_PRINTERS, &ret); in DoGetPidl()
|
H A D | ItemIDList.cpp | 207 pidl = SHCloneSpecialIDList(NULL, CSIDL_PRINTERS, FALSE); in START_TEST()
|
/reactos/dll/win32/shell32/ |
H A D | changenotify.cpp | 69 HRESULT hr = SHGetSpecialFolderLocation(NULL, CSIDL_PRINTERS, &pidlPrinters); in Shell_ParsePrinterName()
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | startmenu.cpp | 1974 CreateSubmenu(id, CSIDL_PRINTERS, CSIDL_PRINTHOOD, ResString(IDS_PRINTERS)); in Command()
|
/reactos/dll/win32/shell32/wine/ |
H A D | shellpath.c | 3199 case CSIDL_PRINTERS: in SHGetFolderLocation()
|
/reactos/sdk/include/psdk/ |
H A D | shlobj.h | 2177 #define CSIDL_PRINTERS 0x0004 macro
|