mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:45:40 +00:00
[COM_APITEST]
- Test the interfaces of CLSID_SharedTaskScheduler and CLSID_BackgroundTaskScheduler svn path=/trunk/; revision=66422
This commit is contained in:
parent
1e63581c43
commit
d084f43c43
2 changed files with 15 additions and 0 deletions
|
@ -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);
|
||||
|
|
|
@ -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 }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue