ReactOS 0.4.16-dev-533-gc7d1aa3
|
#include <apitest.h>
#include <shlwapi.h>
#include <shlobj.h>
#include <stdio.h>
#include <shlwapi_undoc.h>
#include <versionhelpers.h>
#include <strsafe.h>
#include <pseh/pseh2.h>
Go to the source code of this file.
Classes | |
class | CDummyPropertyBag |
Functions | |
static void | ResetTest (VARTYPE vt, LPCWSTR pszName0=NULL, LPCWSTR pszName1=NULL, LPCWSTR pszName2=NULL, LPCWSTR pszName3=NULL) |
static SAFEARRAY * | CreateByteArray (LPCVOID pvSrc, DWORD cbSize) |
static void | SHPropertyBag_ReadTest (void) |
static void | SHPropertyBag_WriteTest (void) |
static void | SHPropertyBag_OnMemory (void) |
static void | SHPropertyBag_OnRegKey (void) |
static void | SHPropertyBag_SHSetIniStringW (void) |
static void | SHPropertyBag_OnIniFile (void) |
static void | SHPropertyBag_PerScreenRes (void) |
START_TEST (SHPropertyBag) | |
Variables | |
static LPCWSTR | s_pszPropNames [4] = { NULL, NULL, NULL, NULL } |
static VARTYPE | s_vt |
static INT | s_cRead = 0 |
static INT | s_cWrite = 0 |
Definition at line 35 of file SHPropertyBag.cpp.
Referenced by CDummyPropertyBag::Read().
|
static |
Definition at line 23 of file SHPropertyBag.cpp.
Referenced by SHPropertyBag_ReadTest(), and SHPropertyBag_WriteTest().
Definition at line 692 of file SHPropertyBag.cpp.
Referenced by START_TEST().
Definition at line 330 of file SHPropertyBag.cpp.
Referenced by START_TEST().
Definition at line 461 of file SHPropertyBag.cpp.
Referenced by START_TEST().
Definition at line 827 of file SHPropertyBag.cpp.
Referenced by START_TEST().
Definition at line 156 of file SHPropertyBag.cpp.
Referenced by START_TEST().
Definition at line 643 of file SHPropertyBag.cpp.
Referenced by START_TEST().
Definition at line 253 of file SHPropertyBag.cpp.
Referenced by START_TEST().
START_TEST | ( | SHPropertyBag | ) |
Definition at line 843 of file SHPropertyBag.cpp.
|
static |
Definition at line 20 of file SHPropertyBag.cpp.
Referenced by CDummyPropertyBag::Read(), ResetTest(), SHPropertyBag_ReadTest(), and SHPropertyBag_WriteTest().
|
static |
Definition at line 21 of file SHPropertyBag.cpp.
Referenced by ResetTest(), SHPropertyBag_ReadTest(), SHPropertyBag_WriteTest(), and CDummyPropertyBag::Write().
Definition at line 18 of file SHPropertyBag.cpp.
Referenced by CDummyPropertyBag::Read(), ResetTest(), SHPropertyBag_ReadTest(), SHPropertyBag_WriteTest(), and CDummyPropertyBag::Write().
|
static |
Definition at line 19 of file SHPropertyBag.cpp.
Referenced by CDummyPropertyBag::Read(), ResetTest(), and CDummyPropertyBag::Write().