From: Mark Jansen Date: Sun, 9 Dec 2018 14:58:35 +0000 (+0100) Subject: [COM_APITEST] Add a test for CLSID_ActiveDesktop X-Git-Tag: 0.4.13-dev~1042 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=6378c836635bbe965f821134b8688d3c1fd233ec [COM_APITEST] Add a test for CLSID_ActiveDesktop CORE-15424 --- 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), {