Navigation Menu

Skip to content

Commit

Permalink
[COM_APITEST] Add CFindFolder test
Browse files Browse the repository at this point in the history
  • Loading branch information
b-r-o-c-k committed Aug 30, 2019
1 parent 61a80a3 commit 99d7d2f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions modules/rostests/apitests/com/shell32.c
Expand Up @@ -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),
{
Expand Down

0 comments on commit 99d7d2f

Please sign in to comment.