From 6378c836635bbe965f821134b8688d3c1fd233ec Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Sun, 9 Dec 2018 15:58:35 +0100 Subject: [PATCH] [COM_APITEST] Add a test for CLSID_ActiveDesktop CORE-15424 --- modules/rostests/apitests/com/shell32.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/rostests/apitests/com/shell32.c b/modules/rostests/apitests/com/shell32.c index 76769e6c62f..96cea6dbe58 100644 --- a/modules/rostests/apitests/com/shell32.c +++ b/modules/rostests/apitests/com/shell32.c @@ -12,6 +12,16 @@ static const CLASS_AND_INTERFACES ExpectedInterfaces[] = { + { + ID_NAME(CLSID_ActiveDesktop), + { + { 0x0, &IID_IActiveDesktop }, + { 0x0, &IID_IUnknown }, + { 0x4, &IID_IActiveDesktopP }, + { 0x8, &IID_IADesktopP2 }, + { 0xc, &IID_IPropertyBag }, + } + }, { ID_NAME(CLSID_CDBurn), { -- 2.17.1