[COM_APITEST]

- Test the interfaces exposed by CLSID_ProgressDialog
CORE-4476

svn path=/trunk/; revision=66209
This commit is contained in:
Giannis Adamopoulos 2015-02-08 23:47:11 +00:00
parent 3df35a13be
commit 7b2c9d42ef

View file

@ -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);