ReactOS 0.4.15-dev-7093-g01a8288
|
#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) |
Variables | |
static CLIPFORMAT | g_DataObjectAttributes = 0 |
static const DWORD | dwDefaultAttributeMask |
|
static |
Definition at line 29 of file shldataobject.cpp.
Referenced by SHGetAttributesFromDataObject().
EXTERN_C HRESULT WINAPI SHGetAttributesFromDataObject | ( | IDataObject * | pDataObject, |
DWORD | dwAttributeMask, | ||
DWORD * | pdwAttributes, | ||
UINT * | pcItems | ||
) |
Definition at line 40 of file shldataobject.cpp.
Referenced by 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().