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

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

 START_TEST (certmgr)
 

Variables

static const CLASS_AND_INTERFACES ExpectedInterfaces []
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 10 of file certmgr.c.

Function Documentation

◆ START_TEST()

START_TEST ( certmgr  )

Definition at line 35 of file certmgr.c.

36{
38}
#define RTL_NUMBER_OF(x)
Definition: RtlRegistry.c:12
static const CLASS_AND_INTERFACES ExpectedInterfaces[]
Definition: certmgr.c:13
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

Variable Documentation

◆ ExpectedInterfaces

const CLASS_AND_INTERFACES ExpectedInterfaces[]
static
Initial value:
=
{
{
ID_NAME(CLSID_CERTMGR_CertMgrAboutObject_1, NTDDI_MIN, NTDDI_MAX),
{
{ NTDDI_MIN, NTDDI_MAX, &IID_ISnapInAbout },
},
L"both"
},
{
ID_NAME(CLSID_CERTMGR_CertMgrObject_1, NTDDI_MIN, NTDDI_MAX),
{
{ NTDDI_MIN, NTDDI_MAX, &IID_IComponentData },
{ NTDDI_MIN, NTDDI_MAX, &IID_IExtendPropertySheet },
},
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
const GUID IID_IPersistStream
Definition: proxy.cpp:13

Definition at line 13 of file certmgr.c.

Referenced by START_TEST().