ReactOS 0.4.16-dev-41-ge8c7597
|
#include "shelltest.h"
#include <ndk/rtlfuncs.h>
#include <stdio.h>
#include <shellutils.h>
#include <shlwapi.h>
Go to the source code of this file.
Classes | |
struct | TmpFile |
Macros | |
#define | ok_attributes (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : ok_attributes_ |
#define | ok_hr_ret(x, y) ok_hr(x, y); if (x != y) return |
Functions | |
CComPtr< IShellFolder > | _BindToObject (PCUIDLIST_ABSOLUTE pidl) |
static void | ok_attributes_ (IDataObject *pDataObject, HRESULT expect_hr, DWORD expect_mask, DWORD expect_attr, UINT expect_items) |
static void | test_SpecialCases () |
static void | test_AttributesRegistration () |
static void | test_MultipleFiles () |
START_TEST (SHGetAttributesFromDataObject) | |
Variables | |
static CLIPFORMAT | g_DataObjectAttributes = 0 |
static const DWORD | dwDefaultAttributeMask |
#define ok_attributes (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : ok_attributes_ |
Definition at line 88 of file SHGetAttributesFromDataObject.cpp.
Definition at line 89 of file SHGetAttributesFromDataObject.cpp.
CComPtr< IShellFolder > _BindToObject | ( | PCUIDLIST_ABSOLUTE | pidl | ) |
Definition at line 41 of file SHGetAttributesFromDataObject.cpp.
Referenced by test_MultipleFiles().
|
static |
Definition at line 56 of file SHGetAttributesFromDataObject.cpp.
START_TEST | ( | SHGetAttributesFromDataObject | ) |
Definition at line 302 of file SHGetAttributesFromDataObject.cpp.
|
static |
Definition at line 113 of file SHGetAttributesFromDataObject.cpp.
Referenced by START_TEST().
|
static |
Definition at line 169 of file SHGetAttributesFromDataObject.cpp.
Referenced by START_TEST().
|
static |
Definition at line 91 of file SHGetAttributesFromDataObject.cpp.
Referenced by START_TEST().
Definition at line 16 of file SHGetAttributesFromDataObject.cpp.
Referenced by test_AttributesRegistration(), and test_MultipleFiles().
|
static |
Definition at line 15 of file SHGetAttributesFromDataObject.cpp.
Referenced by ok_attributes_(), and START_TEST().