ReactOS 0.4.15-dev-7961-gdcf9eb0
browseui.c File Reference
#include "com_apitest.h"
#include <debug.h>
Include dependency graph for browseui.c:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

 START_TEST (browseui)
 

Variables

static const CLASS_AND_INTERFACES ExpectedInterfaces []
 
static const INT ExpectedInterfaceCount = RTL_NUMBER_OF(ExpectedInterfaces)
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 10 of file browseui.c.

Function Documentation

◆ START_TEST()

START_TEST ( browseui  )

Definition at line 414 of file browseui.c.

415{
417}
static const CLASS_AND_INTERFACES ExpectedInterfaces[]
Definition: browseui.c:13
static const INT ExpectedInterfaceCount
Definition: browseui.c:412
VOID TestClasses(_In_ PCWSTR ModuleName, _In_ PCCLASS_AND_INTERFACES ExpectedInterfaces, _In_ INT ExpectedInterfaceCount)
Definition: com_apitest.c:754
#define L(x)
Definition: ntvdm.h:50

Variable Documentation

◆ ExpectedInterfaceCount

const INT ExpectedInterfaceCount = RTL_NUMBER_OF(ExpectedInterfaces)
static

◆ ExpectedInterfaces