mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 18:00:41 +00:00
[COM_APITEST] Add ICurrentWorkingDirectory for CORE-9281
svn path=/trunk/; revision=71334
This commit is contained in:
parent
fb1cfa467b
commit
dd2544d913
2 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@ static const CLASS_AND_INTERFACES ExpectedInterfaces[] =
|
|||
{ 0x0, &IID_IUnknown },
|
||||
{ 0x4, &IID_IACList2 },
|
||||
{ 0x4, &IID_IACList },
|
||||
{ 0x8, &IID_ICurrentWorkingDirectory },
|
||||
{ 0xc, &IID_IShellService },
|
||||
{ 0x10, &IID_IPersistFolder },
|
||||
}
|
||||
|
|
|
@ -97,6 +97,7 @@ static KNOWN_INTERFACE KnownInterfaces[] =
|
|||
{ ID_NAME(IID_IContinue) },
|
||||
{ ID_NAME(IID_ICopyHookA), TRUE },
|
||||
{ ID_NAME(IID_ICopyHookW), TRUE },
|
||||
{ ID_NAME(IID_ICurrentWorkingDirectory), TRUE },
|
||||
{ ID_NAME(IID_ICustomizeInfoTip) },
|
||||
{ ID_NAME(IID_IDVGetEnum), TRUE },
|
||||
{ ID_NAME(IID_IDataObject) },
|
||||
|
|
Loading…
Reference in a new issue