https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6378c836635bbe965f821…
commit 6378c836635bbe965f821134b8688d3c1fd233ec
Author: Mark Jansen <mark.jansen(a)reactos.org>
AuthorDate: Sun Dec 9 15:58:35 2018 +0100
Commit: Mark Jansen <mark.jansen(a)reactos.org>
CommitDate: Wed Dec 12 19:29:09 2018 +0100
[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 76769e6c62..96cea6dbe5 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),
{