mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
[COM_APITEST] Add CFindFolder test
This commit is contained in:
parent
80f67b1111
commit
b16b396ca0
1 changed files with 14 additions and 0 deletions
|
@ -118,6 +118,20 @@ static const CLASS_AND_INTERFACES ExpectedInterfaces[] =
|
|||
{ 0x1c, &IID_IOleControlSite },
|
||||
}
|
||||
},
|
||||
{
|
||||
ID_NAME(CLSID_FindFolder),
|
||||
{
|
||||
{ 0x0, &IID_IUnknown },
|
||||
{ 0x0, &IID_IShellFolder2 },
|
||||
{ 0x0, &IID_IShellFolder },
|
||||
{ 0x0, &IID_IUnknown },
|
||||
{ 0x4, &IID_IShellIcon },
|
||||
{ 0x8, &IID_IShellIconOverlay },
|
||||
{ 0xc, &IID_IPersistFolder2 },
|
||||
{ 0xc, &IID_IPersistFolder },
|
||||
{ 0xc, &IID_IPersist },
|
||||
}
|
||||
},
|
||||
{
|
||||
ID_NAME(CLSID_FolderItem),
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue