mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
[COM_APITEST] Add a test for CLSID_ActiveDesktop
CORE-15424
This commit is contained in:
parent
570b7655ab
commit
6378c83663
1 changed files with 10 additions and 0 deletions
|
@ -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),
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue