projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
570b765
)
[COM_APITEST] Add a test for CLSID_ActiveDesktop
author
Mark Jansen
<mark.jansen@reactos.org>
Sun, 9 Dec 2018 14:58:35 +0000
(15:58 +0100)
committer
Mark Jansen
<mark.jansen@reactos.org>
Wed, 12 Dec 2018 18:29:09 +0000
(19:29 +0100)
CORE-15424
modules/rostests/apitests/com/shell32.c
patch
|
blob
|
history
diff --git
a/modules/rostests/apitests/com/shell32.c
b/modules/rostests/apitests/com/shell32.c
index
76769e6
..
96cea6d
100644
(file)
--- 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),
{