ReactOS 0.4.15-dev-7953-g1f49173
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 []
 
static const INT ExpectedInterfaceCount = RTL_NUMBER_OF(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 36 of file certmgr.c.

37{
39}
static const CLASS_AND_INTERFACES ExpectedInterfaces[]
Definition: certmgr.c:13
static const INT ExpectedInterfaceCount
Definition: certmgr.c:34
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

Definition at line 34 of file certmgr.c.

Referenced by START_TEST().

◆ ExpectedInterfaces

const CLASS_AND_INTERFACES ExpectedInterfaces[]
static
Initial value:
=
{
{
ID_NAME(CLSID_CERTMGR_CertMgrAboutObject_1),
{
{ 0x0, &IID_ISnapInAbout },
{ 0x0, &IID_IUnknown },
},
L"both"
},
{
ID_NAME(CLSID_CERTMGR_CertMgrObject_1),
{
{ -0x1c, &IID_IComponentData },
{ 0x0, &IID_IExtendPropertySheet },
{ 0x0, &IID_IUnknown },
{ 0x4, &IID_IPersistStream },
},
L"both"
},
}
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().