ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | FILE_ATTRIBUTE_VIRTUAL 0x10000 |
#define | GetFirstDataObject(spFolder, grfFlags, spData) GetFirstDataObject_(__FILE__, __LINE__, spFolder, grfFlags, spData) |
Variables | |
static bool | g_bOldZipfldr |
const char | test_file_1_contents [] = "Some generic text in the root file.\r\nMore text on a new line." |
const char | test_file_2_contents [] = "Some generic text in the file in folder_1.\r\nMore text on a new line." |
static GUID | GUID_NULL_ |
static CLIPFORMAT | cfHIDA = RegisterClipboardFormatA(CFSTR_SHELLIDLISTA) |
static CLIPFORMAT | cfFileDescriptor = RegisterClipboardFormatW(CFSTR_FILEDESCRIPTORW) |
static CLIPFORMAT | cfFileContents = RegisterClipboardFormatW(CFSTR_FILECONTENTSW) |
#define FILE_ATTRIBUTE_VIRTUAL 0x10000 |
Definition at line 11 of file IDataObject.cpp.
#define GetFirstDataObject | ( | spFolder, | |
grfFlags, | |||
spData | |||
) | GetFirstDataObject_(__FILE__, __LINE__, spFolder, grfFlags, spData) |
Definition at line 93 of file IDataObject.cpp.
DEFINE_GUID | ( | CLSID_ZipFolderContextMenu | , |
0xb8cdcb65 | , | ||
0xb1bf | , | ||
0x4b42 | , | ||
0x94 | , | ||
0x28 | , | ||
0x1d | , | ||
0xfd | , | ||
0xb7 | , | ||
0xee | , | ||
0x92 | , | ||
0xaf | |||
) |
Definition at line 39 of file IDataObject.cpp.
Referenced by START_TEST().
|
static |
Definition at line 94 of file IDataObject.cpp.
bool InitializeShellFolder_ | ( | const char * | file, |
int | line, | ||
const WCHAR * | Filename, | ||
CComPtr< IShellFolder > & | spFolder | ||
) |
Definition at line 74 of file IDataObject.cpp.
bool IsFormatAdvertised_ | ( | const char * | file, |
int | line, | ||
IDataObject * | pDataObj, | ||
CLIPFORMAT | cfFormat, | ||
TYMED | tymed | ||
) |
Definition at line 114 of file IDataObject.cpp.
START_TEST | ( | IDataObject | ) |
Definition at line 565 of file IDataObject.cpp.
Definition at line 554 of file IDataObject.cpp.
|
static |
Definition at line 409 of file IDataObject.cpp.
Referenced by test_DataObject().
|
static |
Definition at line 476 of file IDataObject.cpp.
Referenced by test_DataObject().
Definition at line 223 of file IDataObject.cpp.
Referenced by test_DataObject_FirstFile().
Definition at line 313 of file IDataObject.cpp.
Referenced by test_DataObject_FirstFolder().
|
static |
Definition at line 163 of file IDataObject.cpp.
Referenced by test_DataObject_FirstFile().
|
static |
Definition at line 184 of file IDataObject.cpp.
Referenced by test_DataObject_FirstFolder().
Definition at line 21 of file IDataObject.cpp.
Referenced by extract_resource().
|
static |
Definition at line 407 of file IDataObject.cpp.
Referenced by test_DataObject_FirstFile(), and test_DataObject_FirstFolder().
|
static |
Definition at line 406 of file IDataObject.cpp.
Referenced by test_DataObject_FirstFile(), and test_DataObject_FirstFolder().
|
static |
Definition at line 405 of file IDataObject.cpp.
Referenced by test_DataObject_FirstFile(), and test_DataObject_FirstFolder().
|
static |
Definition at line 17 of file IDataObject.cpp.
Referenced by test_DataObject_FirstFile(), test_DataObject_FirstFolder(), test_FileContents1(), test_FileContents2(), test_FileDescriptor(), and test_FileDescriptor_Folder().
|
static |
Definition at line 222 of file IDataObject.cpp.
Referenced by test_FileContents1(), and test_FileContents2().
const char test_file_1_contents[] = "Some generic text in the root file.\r\nMore text on a new line." |
Definition at line 18 of file IDataObject.cpp.
Referenced by test_FileContents1(), and test_FileDescriptor().
const char test_file_2_contents[] = "Some generic text in the file in folder_1.\r\nMore text on a new line." |
Definition at line 19 of file IDataObject.cpp.
Referenced by test_FileContents2(), and test_FileDescriptor_Folder().