/reactos/modules/rostests/winetests/shell32/ |
H A D | shlview.c | 1354 SHCreateShellFolderView(NULL, NULL); in test_SHCreateShellFolderView() 1358 hr = SHCreateShellFolderView(NULL, &psv); in test_SHCreateShellFolderView() 1364 hr = SHCreateShellFolderView(&sfvc, &psv); in test_SHCreateShellFolderView() 1371 hr = SHCreateShellFolderView(&sfvc, &psv); in test_SHCreateShellFolderView() 1378 hr = SHCreateShellFolderView(&sfvc, &psv); in test_SHCreateShellFolderView() 1388 hr = SHCreateShellFolderView(&sfvc, &psv); in test_SHCreateShellFolderView() 1396 hr = SHCreateShellFolderView(&sfvc, &psv); in test_SHCreateShellFolderView() 1404 hr = SHCreateShellFolderView(&sfvc, &psv); in test_SHCreateShellFolderView()
|
/reactos/dll/win32/shell32/ |
H A D | CDefViewUtil.cpp | 139 return SHCreateShellFolderView(&create, ppsv); in SHCreateShellFolderViewEx()
|
H A D | shell32.spec | 255 256 stdcall SHCreateShellFolderView(ptr ptr)
|
H A D | CDefView.cpp | 4675 HRESULT WINAPI SHCreateShellFolderView(const SFV_CREATE *pcsfv, in SHCreateShellFolderView() function
|
/reactos/dll/win32/shell32/folders/ |
H A D | CPrinterFolder.cpp | 300 hr = SHCreateShellFolderView(&sfvparams, (IShellView**)ppvOut); in CreateViewObject()
|
H A D | CNetFolder.cpp | 366 hr = SHCreateShellFolderView(&sfvparams, (IShellView**)ppvOut); in CreateViewObject()
|
H A D | CControlPanelFolder.cpp | 382 hr = SHCreateShellFolderView(&sfvparams, (IShellView**)ppvOut); in CreateViewObject()
|
H A D | CDesktopFolder.cpp | 656 hr = SHCreateShellFolderView(&create, (IShellView**)ppvOut); in CreateViewObject()
|
H A D | CDrivesFolder.cpp | 824 hr = SHCreateShellFolderView(&sfvparams, (IShellView**)ppvOut); in CreateViewObject()
|
H A D | CRecycleBin.cpp | 764 hr = SHCreateShellFolderView(&sfvparams, (IShellView**)ppv); in CreateViewObject()
|
H A D | CFSFolder.cpp | 1246 hr = SHCreateShellFolderView(&sfvparams, (IShellView**)ppvOut); in CreateViewObject()
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | IShellFolderViewCB.cpp | 454 hr = SHCreateShellFolderView(&sfvc, &psv); in START_TEST()
|
/reactos/dll/shellext/ntobjshex/ |
H A D | foldercommon.h | 357 hr = SHCreateShellFolderView(&sfv, &view); in CreateViewObject()
|
/reactos/dll/shellext/zipfldr/ |
H A D | CZipFolder.hpp | 297 hr = SHCreateShellFolderView(&sfvparams, (IShellView**)ppvOut); in CreateViewObject()
|
/reactos/dll/shellext/fontext/ |
H A D | CFontExt.cpp | 334 hr = SHCreateShellFolderView(&sfv, (IShellView**)ppvOut); in CreateViewObject()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | shellbrowser.cpp | 451 HRESULT hr = SHCreateShellFolderView(&sfv_create, &_pShellView); in UpdateFolderView()
|
/reactos/dll/shellext/cabview/ |
H A D | folder.cpp | 530 return SHCreateShellFolderView(&sfvc, (IShellView**)ppv); in CreateViewObject()
|
/reactos/dll/win32/browseui/shellfind/ |
H A D | CFindFolder.cpp | 759 HRESULT hr = SHCreateShellFolderView(&sfvparams, (IShellView **) ppvOut); in CreateViewObject()
|
/reactos/dll/win32/shell32/wine/ |
H A D | shellord.c | 2721 HRESULT WINAPI SHCreateShellFolderView(const SFV_CREATE *pcsfv, in SHCreateShellFolderView() function
|
/reactos/sdk/include/psdk/ |
H A D | shlobj.h | 1367 SHCreateShellFolderView(
|