mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 15:53:49 +00:00
[COM_APITEST]
- Add test for netshell classes - Add some interfaces svn path=/trunk/; revision=67313
This commit is contained in:
parent
bea0b47db6
commit
a04d175469
8 changed files with 196 additions and 8 deletions
|
@ -274,6 +274,7 @@ static const CLASS_AND_INTERFACES ExpectedInterfaces[] =
|
|||
{ 0x10, &IID_IPersistFolder2 },
|
||||
{ 0x10, &IID_IPersistFolder },
|
||||
{ 0x10, &IID_IPersist },
|
||||
{ 0x10, &IID_IPersistFreeThreadedObject },
|
||||
{ FARAWY, &IID_IShellIconOverlay },
|
||||
{ FARAWY, &IID_IShellFolder2 },
|
||||
{ FARAWY, &IID_IShellFolder },
|
||||
|
@ -304,6 +305,7 @@ static const CLASS_AND_INTERFACES ExpectedInterfaces[] =
|
|||
{ 0x10, &IID_IPersistFolder2 },
|
||||
{ 0x10, &IID_IPersistFolder },
|
||||
{ 0x10, &IID_IPersist },
|
||||
{ 0x10, &IID_IPersistFreeThreadedObject },
|
||||
{ FARAWY, &IID_IShellIconOverlay },
|
||||
{ FARAWY, &IID_IShellFolder2 },
|
||||
{ FARAWY, &IID_IShellFolder },
|
||||
|
@ -453,6 +455,7 @@ static const CLASS_AND_INTERFACES ExpectedInterfaces[] =
|
|||
{ 0x18, &IID_IPersistFolder2 },
|
||||
{ 0x18, &IID_IPersistFolder },
|
||||
{ 0x18, &IID_IPersist },
|
||||
{ 0x18, &IID_IPersistFreeThreadedObject },
|
||||
{ 0x1c, &IID_IStorage },
|
||||
{ 0x2c, &IID_IContextMenuCB },
|
||||
{ 0x34, &IID_IOleCommandTarget },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue