mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 04:33:12 +00:00
[COM_APITEST]
- Add some more interfaces - Add CLSID_CDBurn svn path=/trunk/; revision=66453
This commit is contained in:
parent
4a69037878
commit
4c25d9683c
4 changed files with 60 additions and 2 deletions
|
@ -75,6 +75,7 @@ static const CLASS_AND_INTERFACES ExpectedInterfaces[] =
|
|||
{ 0x0, &IID_IAutoComplete2 },
|
||||
{ 0x0, &IID_IAutoComplete },
|
||||
{ 0x0, &IID_IUnknown },
|
||||
{ 0x4, &IID_IAutoCompleteDropDown },
|
||||
{ 0x8, &IID_IEnumString },
|
||||
{ 0xc, &IID_IAccessible },
|
||||
{ 0xc, &IID_IDispatch },
|
||||
|
@ -218,6 +219,8 @@ static const CLASS_AND_INTERFACES ExpectedInterfaces[] =
|
|||
{ 0x0, &IID_IProgressDialog },
|
||||
{ 0x0, &IID_IUnknown },
|
||||
{ 0x4, &IID_IOleWindow },
|
||||
{ 0x8, &IID_IActionProgressDialog },
|
||||
{ 0xc, &IID_IActionProgress },
|
||||
{ 0x10, &IID_IObjectWithSite },
|
||||
},
|
||||
L"Both"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue