ReactOS 0.4.16-dev-1946-g52006dd
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 []
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 10 of file netcfgx.c.

Function Documentation

◆ START_TEST()

START_TEST ( netcfgx  )

Definition at line 27 of file netcfgx.c.

28{
31 else
33}
#define RTL_NUMBER_OF(x)
Definition: RtlRegistry.c:12
#define GetNTVersion()
Definition: apitest.h:17
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: netcfgx.c:13
#define _WIN32_WINNT_WIN10
Definition: sdkddkver.h:32

Variable Documentation

◆ ExpectedInterfaces

const CLASS_AND_INTERFACES ExpectedInterfaces[]
static
Initial value:
=
{
{
{
},
L"Both"
},
}
#define NTDDI_MIN
Definition: apitest.h:20
#define NTDDI_MAX
Definition: apitest.h:21
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().