ReactOS 0.4.16-dev-1946-g52006dd
ole32.c File Reference
#include "com_apitest.h"
#include <debug.h>
Include dependency graph for ole32.c:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

 START_TEST (ole32)
 

Variables

static const CLASS_AND_INTERFACES ExpectedInterfaces []
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 10 of file ole32.c.

Function Documentation

◆ START_TEST()

START_TEST ( ole32  )

Definition at line 26 of file ole32.c.

27{
29}
#define RTL_NUMBER_OF(x)
Definition: RtlRegistry.c:12
VOID TestClasses(_In_ PCWSTR ModuleName, _In_ PCCLASS_AND_INTERFACES ExpectedInterfaces, _In_ INT ExpectedInterfaceCount)
Definition: com_apitest.c:815
#define L(x)
Definition: resources.c:13
static const CLASS_AND_INTERFACES ExpectedInterfaces[]
Definition: ole32.c:13

Variable Documentation

◆ ExpectedInterfaces

const CLASS_AND_INTERFACES ExpectedInterfaces[]
static
Initial value:
=
{
{
ID_NAME(CLSID_StdComponentCategoriesMgr, NTDDI_MIN, NTDDI_WIN7SP1),
{
{ NTDDI_MIN, NTDDI_WIN7SP1, &IID_ICatRegister },
{ NTDDI_MIN, NTDDI_WIN7SP1, &IID_ICatInformation },
},
L"Both"
},
}
#define NTDDI_MIN
Definition: apitest.h:20
const GUID IID_IUnknown
#define ID_NAME(c)
Definition: com_apitest.c:38
#define NTDDI_WIN7SP1
Definition: sdkddkver.h:113

Definition at line 13 of file ole32.c.

Referenced by START_TEST().