[COM_APITEST]

- Test the interfaces of CLSID_SharedTaskScheduler and CLSID_BackgroundTaskScheduler

svn path=/trunk/; revision=66422
This commit is contained in:
Giannis Adamopoulos 2015-02-23 13:49:43 +00:00
parent 1e63581c43
commit d084f43c43
2 changed files with 15 additions and 0 deletions

View file

@ -256,6 +256,20 @@ static const CLASS_AND_INTERFACES ExpectedInterfaces[] =
{ 0x10, &IID_IObjectWithSite },
},
L"Both"
},
{
ID_NAME(CLSID_SharedTaskScheduler),
{
{ 0x0, &IID_IShellTaskScheduler },
{ 0x0, &IID_IUnknown },
}
},
{
ID_NAME(CLSID_BackgroundTaskScheduler),
{
{ 0x0, &IID_IShellTaskScheduler },
{ 0x0, &IID_IUnknown },
}
}
};
static const INT ExpectedInterfaceCount = RTL_NUMBER_OF(ExpectedInterfaces);

View file

@ -235,6 +235,7 @@ static KNOWN_INTERFACE KnownInterfaces[] =
{ ID_NAME(IID_FolderItems3) },
{ ID_NAME(IID_FolderItemVerb) },
{ ID_NAME(IID_FolderItemVerbs) },
{ ID_NAME(IID_IShellTaskScheduler) },
{ ID_NAME(CLSID_ShellDesktop), TRUE }
};