|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
| struct | DataObjectAttributes |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (shell) | |
| static HRESULT | _BindToObject (PCUIDLIST_ABSOLUTE pidl, CComPtr< IShellFolder > &spFolder) |
| EXTERN_C HRESULT WINAPI | SHGetAttributesFromDataObject (IDataObject *pDataObject, DWORD dwAttributeMask, DWORD *pdwAttributes, UINT *pcItems) |
| HRESULT | DataObject_GetHIDACount (IDataObject *pdo) |
| PIDLIST_ABSOLUTE | SHELL_CIDA_ILCloneFull (_In_ const CIDA *pCIDA, _In_ UINT Index) |
| PIDLIST_ABSOLUTE | SHELL_DataObject_ILCloneFullItem (_In_ IDataObject *pDO, _In_ UINT Index) |
| HRESULT | SHELL_CloneDataObject (_In_ IDataObject *pDO, _Out_ IDataObject **ppDO) |
Variables | |
| static CLIPFORMAT | g_DataObjectAttributes = 0 |
| static const DWORD | dwDefaultAttributeMask |
|
static |
Definition at line 29 of file shldataobject.cpp.
Referenced by SHGetAttributesFromDataObject().
| HRESULT DataObject_GetHIDACount | ( | IDataObject * | pdo | ) |
Definition at line 101 of file shldataobject.cpp.
Referenced by CFileDefExt::Initialize(), SHELL32_ShowFilesystemItemsPropertiesDialogAsync(), SHELL_GetCaptionFromDataObject(), and SHMultiFileProperties().
Definition at line 110 of file shldataobject.cpp.
Referenced by DoGetFileTitle(), CCopyMoveToMenu::DoRealFileOp(), and SHELL_DataObject_ILCloneFullItem().
| HRESULT SHELL_CloneDataObject | ( | _In_ IDataObject * | pDO, |
| _Out_ IDataObject ** | ppDO | ||
| ) |
Definition at line 125 of file shldataobject.cpp.
Referenced by ShellPropSheetDialog::ShowPropertiesThread().
| PIDLIST_ABSOLUTE SHELL_DataObject_ILCloneFullItem | ( | _In_ IDataObject * | pDO, |
| _In_ UINT | Index | ||
| ) |
Definition at line 117 of file shldataobject.cpp.
Referenced by CDesktopFolder::CallBack(), CCopyMoveToMenu::Initialize(), SHELL32_PropertySheet(), and SHELL_GetCaptionFromDataObject().
| EXTERN_C HRESULT WINAPI SHGetAttributesFromDataObject | ( | IDataObject * | pDataObject, |
| DWORD | dwAttributeMask, | ||
| DWORD * | pdwAttributes, | ||
| UINT * | pcItems | ||
| ) |
Definition at line 35 of file shldataobject.cpp.
Referenced by SHELL_LimitDropEffectToItemAttributes(), test_AttributesRegistration(), test_MultipleFiles(), and test_SpecialCases().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
Definition at line 15 of file shldataobject.cpp.
Referenced by SHGetAttributesFromDataObject().
|
static |
Definition at line 14 of file shldataobject.cpp.
Referenced by SHGetAttributesFromDataObject().