ReactOS 0.4.15-dev-7924-g5949c20
netcfgx.c File Reference
#include "com_apitest.h"
#include <debug.h>
Include dependency graph for netcfgx.c:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

 START_TEST (netcfgx)
 

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 netcfgx.c.

Function Documentation

◆ START_TEST()

START_TEST ( netcfgx  )

Definition at line 28 of file netcfgx.c.

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

Variable Documentation

◆ ExpectedInterfaceCount

const INT ExpectedInterfaceCount = RTL_NUMBER_OF(ExpectedInterfaces)
static

Definition at line 26 of file netcfgx.c.

Referenced by START_TEST().

◆ ExpectedInterfaces

const CLASS_AND_INTERFACES ExpectedInterfaces[]
static
Initial value:
=
{
{
{
{ 0x0, &IID_INetCfg },
{ 0x0, &IID_IUnknown },
{ 0x4, &IID_INetCfgLock },
},
L"Both"
},
}
const GUID IID_IUnknown
#define ID_NAME(c)
Definition: com_apitest.c:38
EXTERN_C const IID IID_INetCfgPnpReconfigCallback
Definition: netcfgn.h:29
EXTERN_C const IID IID_INetCfgLock
Definition: netcfgx.h:17
EXTERN_C const GUID CLSID_CNetCfg
Definition: netcfgx.h:299
EXTERN_C const IID IID_INetCfg
Definition: netcfgx.h:300

Definition at line 13 of file netcfgx.c.

Referenced by START_TEST().