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

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

 START_TEST (explorerframe)
 

Variables

static const CLASS_AND_INTERFACES ExpectedInterfaces []
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 10 of file explorerframe.c.

Function Documentation

◆ START_TEST()

START_TEST ( explorerframe  )

Definition at line 125 of file explorerframe.c.

126{
127 TestClassesEx(L"explorerframe",
130 FALSE);
131}
#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
#define FALSE
Definition: types.h:117
#define L(x)
Definition: resources.c:13
static const CLASS_AND_INTERFACES ExpectedInterfaces[]
Definition: explorerframe.c:13
#define NTDDI_WIN7
Definition: sdkddkver.h:112

Variable Documentation

◆ ExpectedInterfaces

const CLASS_AND_INTERFACES ExpectedInterfaces[]
static

Definition at line 13 of file explorerframe.c.

Referenced by START_TEST().