|
ReactOS 0.4.17-dev-470-gf9e3448
|
#include "precomp.h"
Go to the source code of this file.
Definition at line 440 of file shlfolder.cpp.
Referenced by AddClsidKeyToArray(), and AddFSClassKeysToArray().
Definition at line 455 of file shlfolder.cpp.
Referenced by CRegItemContextMenu_CreateInstance(), and CDesktopFolder::GetUIObjectOf().
| void AddFSClassKeysToArray | ( | UINT | cidl, |
| PCUITEMID_CHILD_ARRAY | apidl, | ||
| HKEY * | array, | ||
| UINT * | cKeys | ||
| ) |
Definition at line 462 of file shlfolder.cpp.
Referenced by AddPidlClassKeysToArray(), FSFolderItemPropDialogInitCallback(), CDesktopFolder::GetUIObjectOf(), and CFSFolder::GetUIObjectOf().
| void AddPidlClassKeysToArray | ( | LPCITEMIDLIST | pidl, |
| HKEY * | array, | ||
| UINT * | cKeys | ||
| ) |
Definition at line 536 of file shlfolder.cpp.
Referenced by CFSDropTarget::_GetEffectFromMenu().
Definition at line 434 of file shlfolder.cpp.
Referenced by CRegKeyHandleArray::~CRegKeyHandleArray().
|
inlinestatic |
Definition at line 95 of file shlfolder.cpp.
Referenced by SHELL_GetDetailsOfAsStringVariant().
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 152 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 542 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 569 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 325 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 314 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 287 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 381 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 404 of file shlfolder.cpp.
Referenced by CControlPanelFolder::CompareIDs(), CDrivesFolder::CompareIDs(), CFSFolder::CompareIDs(), CPrinterFolder::CompareIDs(), CRegFolder::CompareIDs(), and CRegFolder::CompareRegItemsSortOrder().
| HRESULT SHELL32_DefaultContextMenuCallBack | ( | IShellFolder * | psf, |
| IDataObject * | pdo, | ||
| UINT | msg | ||
| ) |
Definition at line 656 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 363 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 236 of file shlfolder.cpp.
Referenced by CRegFolder::ParseDisplayName().
| HRESULT SHELL32_ShowPropertiesDialog | ( | IDataObject * | pdtobj | ) |
Definition at line 648 of file shlfolder.cpp.
Referenced by CDesktopFolder::CallBack(), and CDefaultContextMenu::DoProperties().
| HRESULT SHELL_CreateAbsolutePidl | ( | IShellFolder * | pSF, |
| PCUIDLIST_RELATIVE | pidlChild, | ||
| PIDLIST_ABSOLUTE * | ppPidl | ||
| ) |
Definition at line 174 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 | ( | IShellFolder * | pSF, |
| PCUITEMID_CHILD | pidl, | ||
| UINT | Column, | ||
| VARIANT * | pVar | ||
| ) |
Definition at line 116 of file shlfolder.cpp.
Referenced by CFSFolder::GetDetailsEx(), and CFolder::GetDetailsOf().
| HRESULT SHELL_GetDetailsOfAsStringVariant | ( | IShellFolder2 * | pSF, |
| PCUITEMID_CHILD | pidl, | ||
| UINT | Column, | ||
| VARIANT * | pVar | ||
| ) |
Definition at line 110 of file shlfolder.cpp.
Referenced by SHELL_GetDetailsOfAsStringVariant(), and SHELL_GetDetailsOfColumnAsVariant().
| HRESULT SHELL_GetDetailsOfColumnAsVariant | ( | IShellFolder2 * | pSF, |
| PCUITEMID_CHILD | pidl, | ||
| UINT | Column, | ||
| VARTYPE | vt, | ||
| VARIANT * | pVar | ||
| ) |
Definition at line 129 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 187 of file shlfolder.cpp.
Referenced by CFSFolder::_ParseSimple(), and CFSFolder::ParseDisplayName().
| HRESULT SHELL_QueryInfoTipAlloc | ( | _In_ IShellFolder * | pSF, |
| _In_ DWORD | dwFlags, | ||
| _In_ LPCITEMIDLIST | pidl, | ||
| _Out_ PWSTR * | ppTip | ||
| ) |
Definition at line 162 of file shlfolder.cpp.
Referenced by CFolder::GetDetailsOf().
| EXTERN_C HRESULT WINAPI SHOpenFolderAndSelectItems | ( | PCIDLIST_ABSOLUTE | pidlFolder, |
| UINT | cidl, | ||
| PCUITEMID_CHILD_ARRAY | apidl, | ||
| DWORD | dwFlags | ||
| ) |
Definition at line 583 of file shlfolder.cpp.
Referenced by CFindFolderContextMenu::InvokeCommand(), and CShellLink::OnCommand().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |