ReactOS 0.4.16-dev-13-ge2fc578
|
#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) |
PIDLIST_ABSOLUTE | SHELL_CIDA_ILCloneFull (_In_ const CIDA *pCIDA, _In_ UINT Index) |
PIDLIST_ABSOLUTE | SHELL_DataObject_ILCloneFullItem (_In_ IDataObject *pDO, _In_ UINT Index) |
Variables | |
static CLIPFORMAT | g_DataObjectAttributes = 0 |
static const DWORD | dwDefaultAttributeMask |
|
static |
Definition at line 29 of file shldataobject.cpp.
Referenced by SHGetAttributesFromDataObject().
Definition at line 100 of file shldataobject.cpp.
Referenced by DoGetFileTitle(), CCopyMoveToMenu::DoRealFileOp(), and SHELL_DataObject_ILCloneFullItem().
PIDLIST_ABSOLUTE SHELL_DataObject_ILCloneFullItem | ( | _In_ IDataObject * | pDO, |
_In_ UINT | Index | ||
) |
Definition at line 107 of file shldataobject.cpp.
Referenced by CCopyMoveToMenu::Initialize().
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().