mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[COM_APITEST]
- Test the interfaces exposed by CLSID_ProgressDialog CORE-4476 svn path=/trunk/; revision=66209
This commit is contained in:
parent
3df35a13be
commit
7b2c9d42ef
1 changed files with 10 additions and 0 deletions
|
@ -225,6 +225,16 @@ static const CLASS_AND_INTERFACES ExpectedInterfaces[] =
|
|||
{ 0x4, &IID_IObjectWithSite },
|
||||
}
|
||||
},
|
||||
{
|
||||
ID_NAME(CLSID_ProgressDialog),
|
||||
{
|
||||
{ 0x0, &IID_IProgressDialog },
|
||||
{ 0x0, &IID_IUnknown },
|
||||
{ 0x4, &IID_IOleWindow },
|
||||
{ 0x10, &IID_IObjectWithSite },
|
||||
},
|
||||
L"Both"
|
||||
}
|
||||
};
|
||||
static const INT ExpectedInterfaceCount = RTL_NUMBER_OF(ExpectedInterfaces);
|
||||
|
||||
|
|
Loading…
Reference in a new issue