Home
last modified time | relevance | path

Searched refs:nCSIDL (Results 1 – 2 of 2) sorted by relevance

/reactos/base/shell/rshell/
H A DCQuickLaunchBand.cpp80 LPITEMIDLIST PidlBrowse(HWND hwnd, int nCSIDL) in PidlBrowse() argument
86 if (nCSIDL) in PidlBrowse()
88 SHGetSpecialFolderLocation(hwnd, nCSIDL, &pidlRoot); in PidlBrowse()
/reactos/dll/win32/shell32/
H A Dutils.cpp1196 _In_ INT nCSIDL, in DynamicSHGetSpecialFolderPathW() argument
1200 HRESULT hr = SHGetSpecialFolderLocation(hwndOwner, nCSIDL, &pidl); in DynamicSHGetSpecialFolderPathW()