ReactOS 0.4.16-dev-1067-ge98bba2
|
#include "wine/test.h"
#include "unknwn.h"
#include "uuids.h"
#include "mmdeviceapi.h"
#include "devpkey.h"
Go to the source code of this file.
Macros | |
#define | NONAMELESSUNION |
#define | COBJMACROS |
Functions | |
static | BOOL (WINAPI *pIsWow64Process)(HANDLE |
static void | test_propertystore (IPropertyStore *store) |
static void | test_deviceinterface (IPropertyStore *store) |
static void | test_getat (IPropertyStore *store) |
static void | test_setvalue_on_wow64 (IPropertyStore *store) |
START_TEST (propstore) | |
Variables | |
static BOOL *static const WCHAR | software_renderW [] |
static const WCHAR | propertiesW [] = {'P','r','o','p','e','r','t','i','e','s',0} |
#define COBJMACROS |
Definition at line 22 of file propstore.c.
#define NONAMELESSUNION |
Definition at line 19 of file propstore.c.
START_TEST | ( | propstore | ) |
Definition at line 196 of file propstore.c.
|
static |
Definition at line 83 of file propstore.c.
Referenced by START_TEST().
|
static |
Definition at line 100 of file propstore.c.
Referenced by START_TEST().
|
static |
Definition at line 46 of file propstore.c.
|
static |
Definition at line 129 of file propstore.c.
Referenced by START_TEST().
Definition at line 43 of file propstore.c.
Referenced by test_setvalue_on_wow64().
Definition at line 35 of file propstore.c.
Referenced by test_setvalue_on_wow64().