ReactOS 0.4.15-dev-7953-g1f49173
certmgr.c
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS API tests
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: COM interface test for certmgr classes
5 * COPYRIGHT: Copyright 2021 Mark Jansen <mark.jansen@reactos.org>
6 */
7
8#include "com_apitest.h"
9
10#define NDEBUG
11#include <debug.h>
12
14{
15 {
16 ID_NAME(CLSID_CERTMGR_CertMgrAboutObject_1),
17 {
18 { 0x0, &IID_ISnapInAbout },
19 { 0x0, &IID_IUnknown },
20 },
21 L"both"
22 },
23 {
24 ID_NAME(CLSID_CERTMGR_CertMgrObject_1),
25 {
26 { -0x1c, &IID_IComponentData },
27 { 0x0, &IID_IExtendPropertySheet },
28 { 0x0, &IID_IUnknown },
29 { 0x4, &IID_IPersistStream },
30 },
31 L"both"
32 },
33};
35
36START_TEST(certmgr)
37{
39}
#define RTL_NUMBER_OF(x)
Definition: RtlRegistry.c:12
#define START_TEST(x)
Definition: atltest.h:75
const GUID IID_IUnknown
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 ID_NAME(c)
Definition: com_apitest.c:38
#define L(x)
Definition: ntvdm.h:50
const GUID IID_IPersistStream
Definition: proxy.cpp:13
int32_t INT
Definition: typedefs.h:58