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

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

 START_TEST (combase)
 

Variables

static const CLASS_AND_INTERFACES ExpectedInterfaces []
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 10 of file combase.c.

Function Documentation

◆ START_TEST()

START_TEST ( combase  )

Definition at line 26 of file combase.c.

27{
28 TestClassesEx(L"combase",
31 FALSE);
32}
#define RTL_NUMBER_OF(x)
Definition: RtlRegistry.c:12
#define NTDDI_MAX
Definition: apitest.h:21
VOID TestClassesEx(_In_ PCWSTR ModuleName, _In_ PCCLASS_AND_INTERFACES ExpectedInterfaces, _In_ INT ExpectedInterfaceCount, _In_ ULONG MinimumNTDDIVersion, _In_ ULONG MaximumNTDDIVersion, _In_ BOOLEAN IsWinRT)
Definition: com_apitest.c:779
static const CLASS_AND_INTERFACES ExpectedInterfaces[]
Definition: combase.c:13
#define FALSE
Definition: types.h:117
#define L(x)
Definition: resources.c:13
#define NTDDI_WIN8
Definition: sdkddkver.h:114

Variable Documentation

◆ ExpectedInterfaces

const CLASS_AND_INTERFACES ExpectedInterfaces[]
static
Initial value:
=
{
{
ID_NAME(CLSID_StdComponentCategoriesMgr, NTDDI_WIN8, NTDDI_MAX),
{
{ NTDDI_WIN8, NTDDI_MAX, &IID_ICatRegister },
{ NTDDI_WIN8, NTDDI_MAX, &IID_ICatInformation },
},
L"Both"
},
}
const GUID IID_IUnknown
#define ID_NAME(c)
Definition: com_apitest.c:38

Definition at line 13 of file combase.c.

Referenced by START_TEST().