ReactOS 0.4.16-dev-1044-ga6558c0
|
#include "precomp.h"
Go to the source code of this file.
Definition at line 408 of file shlfolder.cpp.
Referenced by AddClsidKeyToArray(), AddFSClassKeysToArray(), CDrivesContextMenu_CreateInstance(), ClassPropDialogInitCallback(), CDesktopFolder::CreateViewObject(), CFSFolder::CreateViewObject(), CRegItemContextMenu_CreateInstance(), CDesktopFolder::GetUIObjectOf(), and CNetFolder::GetUIObjectOf().
Definition at line 423 of file shlfolder.cpp.
Referenced by CDesktopFolder::GetUIObjectOf().
void AddFSClassKeysToArray | ( | UINT | cidl, |
PCUITEMID_CHILD_ARRAY | apidl, | ||
HKEY * | array, | ||
UINT * | cKeys | ||
) |
Definition at line 430 of file shlfolder.cpp.
Referenced by FSFolderItemPropDialogInitCallback(), CDesktopFolder::GetUIObjectOf(), and CFSFolder::GetUIObjectOf().
Definition at line 402 of file shlfolder.cpp.
Definition at line 58 of file shlfolder.cpp.
Referenced by SH32_GetDetailsOfPKeyAsVariant().
HRESULT SH32_GetDetailsOfPKeyAsVariant | ( | IShellFolder2 * | pSF, |
PCUITEMID_CHILD | pidl, | ||
const SHCOLUMNID * | pscid, | ||
VARIANT * | pVar, | ||
BOOL | UseFsColMap | ||
) |
Definition at line 133 of file shlfolder.cpp.
Referenced by CControlPanelFolder::GetDetailsEx(), CDrivesFolder::GetDetailsEx(), CFSFolder::GetDetailsEx(), and CRegFolder::GetDetailsEx().
HRESULT SH_GetApidlFromDataObject | ( | IDataObject * | pDataObject, |
PIDLIST_ABSOLUTE * | ppidlfolder, | ||
PUITEMID_CHILD ** | apidlItems, | ||
UINT * | pcidl | ||
) |
Definition at line 499 of file shlfolder.cpp.
Referenced by CFSDropTarget::_RepositionItems(), DrivesContextMenuCallback(), and RegFolderContextMenuCallback().
HRESULT WINAPI SHCreateLinks | ( | HWND | hWnd, |
LPCSTR | lpszDir, | ||
IDataObject * | lpDataObject, | ||
UINT | uFlags, | ||
LPITEMIDLIST * | lppidlLinks | ||
) |
Definition at line 526 of file shlfolder.cpp.
HRESULT SHELL32_BindToSF | ( | LPCITEMIDLIST | pidlRoot, |
PERSIST_FOLDER_TARGET_INFO * | ppfti, | ||
LPCITEMIDLIST | pidl, | ||
const GUID * | clsid, | ||
REFIID | riid, | ||
LPVOID * | ppvOut | ||
) |
Definition at line 293 of file shlfolder.cpp.
Referenced by CDrivesFolder::BindToObject(), CFSFolder::BindToObject(), CNetFolder::BindToObject(), and CRegFolder::BindToObject().
HRESULT SHELL32_CoCreateInitSF | ( | LPCITEMIDLIST | pidlRoot, |
const GUID * | clsid, | ||
int | csidl, | ||
REFIID | riid, | ||
LPVOID * | ppvOut | ||
) |
Definition at line 282 of file shlfolder.cpp.
HRESULT SHELL32_CoCreateInitSF | ( | LPCITEMIDLIST | pidlRoot, |
PERSIST_FOLDER_TARGET_INFO * | ppfti, | ||
LPCITEMIDLIST | pidlChild, | ||
const GUID * | clsid, | ||
REFIID | riid, | ||
LPVOID * | ppvOut | ||
) |
Definition at line 255 of file shlfolder.cpp.
Referenced by SHELL32_BindToSF(), and SHELL32_CoCreateInitSF().
HRESULT SHELL32_CompareChildren | ( | IShellFolder2 * | psf, |
LPARAM | lParam, | ||
LPCITEMIDLIST | pidl1, | ||
LPCITEMIDLIST | pidl2 | ||
) |
Definition at line 349 of file shlfolder.cpp.
Referenced by CDrivesFolder::CompareIDs(), CFSFolder::CompareIDs(), CRegFolder::CompareIDs(), and SHELL32_CompareDetails().
HRESULT SHELL32_CompareDetails | ( | IShellFolder2 * | isf, |
LPARAM | lParam, | ||
LPCITEMIDLIST | pidl1, | ||
LPCITEMIDLIST | pidl2 | ||
) |
Definition at line 372 of file shlfolder.cpp.
Referenced by CControlPanelFolder::CompareIDs(), CDrivesFolder::CompareIDs(), CFSFolder::CompareIDs(), CPrinterFolder::CompareIDs(), and CRegFolder::CompareIDs().
HRESULT SHELL32_DefaultContextMenuCallBack | ( | IShellFolder * | psf, |
IDataObject * | pdo, | ||
UINT | msg | ||
) |
Definition at line 613 of file shlfolder.cpp.
Referenced by CDesktopFolder::CallBack(), CDrivesFolder::CallBack(), CFSFolder::CallBack(), CNetFolderBackgroundMenuCB(), DrivesContextMenuCallback(), NetFolderMenuCallback(), and RegFolderContextMenuCallback().
HRESULT SHELL32_GetDisplayNameOfChild | ( | IShellFolder2 * | psf, |
LPCITEMIDLIST | pidl, | ||
DWORD | dwFlags, | ||
LPSTRRET | strRet | ||
) |
Definition at line 331 of file shlfolder.cpp.
Referenced by CDesktopFolder::GetDisplayNameOf(), CDrivesFolder::GetDisplayNameOf(), CFSFolder::GetDisplayNameOf(), and CRegFolder::GetDisplayNameOf().
HRESULT SHELL32_ParseNextElement | ( | IShellFolder2 * | psf, |
HWND | hwndOwner, | ||
LPBC | pbc, | ||
LPITEMIDLIST * | pidlInOut, | ||
LPOLESTR | szNext, | ||
DWORD * | pEaten, | ||
DWORD * | pdwAttributes | ||
) |
Definition at line 204 of file shlfolder.cpp.
Referenced by CRegFolder::ParseDisplayName().
HRESULT SHELL32_ShowPropertiesDialog | ( | IDataObject * | pdtobj | ) |
Definition at line 605 of file shlfolder.cpp.
Referenced by CDefaultContextMenu::DoProperties(), and SHMultiFileProperties().
HRESULT SHELL_CreateAbsolutePidl | ( | IShellFolder * | pSF, |
PCUIDLIST_RELATIVE | pidlChild, | ||
PIDLIST_ABSOLUTE * | ppPidl | ||
) |
Definition at line 142 of file shlfolder.cpp.
Referenced by CRegFolder::SetNameOf().
SHCONTF SHELL_GetDefaultFolderEnumSHCONTF | ( | ) |
Definition at line 29 of file shlfolder.cpp.
Referenced by SHELL32_GetFSItemAttributes().
HRESULT SHELL_GetDetailsOfAsStringVariant | ( | IShellFolder2 * | pSF, |
PCUITEMID_CHILD | pidl, | ||
UINT | Column, | ||
VARIANT * | pVar | ||
) |
Definition at line 95 of file shlfolder.cpp.
Referenced by CFSFolder::GetDetailsEx(), and SHELL_GetDetailsOfColumnAsVariant().
HRESULT SHELL_GetDetailsOfColumnAsVariant | ( | IShellFolder2 * | pSF, |
PCUITEMID_CHILD | pidl, | ||
UINT | Column, | ||
VARTYPE | vt, | ||
VARIANT * | pVar | ||
) |
Definition at line 110 of file shlfolder.cpp.
Referenced by SH32_GetDetailsOfPKeyAsVariant().
BOOL SHELL_IncludeItemInFolderEnum | ( | IShellFolder * | pSF, |
PCUITEMID_CHILD | pidl, | ||
SFGAOF | Query, | ||
SHCONTF | Flags | ||
) |
Definition at line 41 of file shlfolder.cpp.
Referenced by CRegFolderEnum::AddItemsFromKey(), and CRegFolderEnum::Initialize().
HRESULT SHELL_MapSCIDToColumn | ( | IShellFolder2 * | pSF, |
const SHCOLUMNID * | pscid | ||
) |
Definition at line 80 of file shlfolder.cpp.
Referenced by SH32_GetDetailsOfPKeyAsVariant().
HRESULT Shell_NextElement | ( | _Inout_ LPWSTR * | ppch, |
_Out_ LPWSTR | pszOut, | ||
_In_ INT | cchOut, | ||
_In_ BOOL | bValidate | ||
) |
Definition at line 155 of file shlfolder.cpp.
Referenced by CFSFolder::_ParseSimple(), and CFSFolder::ParseDisplayName().
EXTERN_C HRESULT WINAPI SHOpenFolderAndSelectItems | ( | PCIDLIST_ABSOLUTE | pidlFolder, |
UINT | cidl, | ||
PCUITEMID_CHILD_ARRAY | apidl, | ||
DWORD | dwFlags | ||
) |
Definition at line 540 of file shlfolder.cpp.
Referenced by CFindFolderContextMenu::InvokeCommand(), and CShellLink::OnCommand().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |