|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 |
| static const DWORD | dwDefaultAttributeMask_WS03 = dwDefaultAttributeMask | SFGAO_FILESYSTEM | SFGAO_CAPABILITYMASK |
| #define ok_attributes (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : ok_attributes_ |
Definition at line 89 of file SHGetAttributesFromDataObject.cpp.
Definition at line 90 of file SHGetAttributesFromDataObject.cpp.
| CComPtr< IShellFolder > _BindToObject | ( | PCUIDLIST_ABSOLUTE | pidl | ) |
Definition at line 42 of file SHGetAttributesFromDataObject.cpp.
Referenced by test_MultipleFiles().
|
static |
Definition at line 57 of file SHGetAttributesFromDataObject.cpp.
| START_TEST | ( | SHGetAttributesFromDataObject | ) |
Definition at line 316 of file SHGetAttributesFromDataObject.cpp.
|
static |
Definition at line 114 of file SHGetAttributesFromDataObject.cpp.
Referenced by START_TEST().
|
static |
Definition at line 173 of file SHGetAttributesFromDataObject.cpp.
Referenced by START_TEST().
|
static |
Definition at line 92 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 19 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().