ReactOS 0.4.15-dev-7842-g558ab78
netcfgx.c
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS api tests
3 * LICENSE: LGPLv2.1+ - See COPYING.LIB in the top level directory
4 * PURPOSE: COM interface test for netcfgx classes
5 * PROGRAMMER: Thomas Faber <thomas.faber@reactos.org>
6 */
7
8#include "com_apitest.h"
9
10#define NDEBUG
11#include <debug.h>
12
14{
15 {
17 {
18 { 0x0, &IID_INetCfg },
19 { 0x0, &IID_IUnknown },
20 { 0x4, &IID_INetCfgLock },
22 },
23 L"Both"
24 },
25};
27
28START_TEST(netcfgx)
29{
31}
#define RTL_NUMBER_OF(x)
Definition: RtlRegistry.c:12
#define START_TEST(x)
Definition: atltest.h:75
const GUID IID_IUnknown
VOID TestClasses(_In_ PCWSTR ModuleName, _In_ PCCLASS_AND_INTERFACES ExpectedInterfaces, _In_ INT ExpectedInterfaceCount)
Definition: com_apitest.c:754
#define ID_NAME(c)
Definition: com_apitest.c:38
static const CLASS_AND_INTERFACES ExpectedInterfaces[]
Definition: netcfgx.c:13
static const INT ExpectedInterfaceCount
Definition: netcfgx.c:26
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
#define L(x)
Definition: ntvdm.h:50
int32_t INT
Definition: typedefs.h:58