mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 15:02:01 +00:00
[NETSHELL][COM_APITEST]
- Remove another MessageBox... - Also test some more interfaces found in netshell classes svn path=/trunk/; revision=67316
This commit is contained in:
parent
8083610a98
commit
e7c17c0741
9 changed files with 73 additions and 9 deletions
|
@ -12,6 +12,27 @@
|
|||
|
||||
static const CLASS_AND_INTERFACES ExpectedInterfaces[] =
|
||||
{
|
||||
{
|
||||
ID_NAME(CLSID_AdminFolderShortcut),
|
||||
{
|
||||
{ 0x0, &IID_IShellFolder2 },
|
||||
{ 0x0, &IID_IShellFolder },
|
||||
{ 0x0, &IID_IUnknown },
|
||||
{ 0x4, &IID_IPersistFolder3 },
|
||||
{ 0x4, &IID_IPersistFolder2 },
|
||||
{ 0x4, &IID_IPersistFolder },
|
||||
{ 0x4, &IID_IPersist },
|
||||
{ 0x8, &IID_IShellLinkA },
|
||||
{ 0xc, &IID_IShellLinkW },
|
||||
{ 0x10, &IID_IPersistFile },
|
||||
{ 0x14, &IID_IExtractIconW },
|
||||
{ 0x18, &IID_IQueryInfo },
|
||||
{ 0x20, &IID_IPersistStream },
|
||||
{ 0x20, &IID_IPersistStreamInit },
|
||||
{ 0x24, &IID_IPersistPropertyBag },
|
||||
{ 0x28, &IID_IBrowserFrameOptions },
|
||||
}
|
||||
},
|
||||
{
|
||||
ID_NAME(CLSID_ExplorerBand),
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue