https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8aaa5eea75121fcce0617…
commit 8aaa5eea75121fcce0617ff2f55d4227180cb11c
Author: Mark Jansen <mark.jansen(a)reactos.org>
AuthorDate: Sat Dec 16 14:50:49 2017 +0100
[COM_APITEST] Add IACLCustomMRU
---
modules/rostests/apitests/com/browseui.c | 2 ++
modules/rostests/apitests/com/com_apitest.c | 1 +
modules/rostests/apitests/com/com_apitest.h | 1 +
3 files changed, 4 insertions(+)
diff --git a/modules/rostests/apitests/com/browseui.c
b/modules/rostests/apitests/com/browseui.c
index 253cbd08c8..6550ffb3cb 100644
--- a/modules/rostests/apitests/com/browseui.c
+++ b/modules/rostests/apitests/com/browseui.c
@@ -18,6 +18,7 @@ static const CLASS_AND_INTERFACES ExpectedInterfaces[] =
{ 0x0, &IID_IEnumString },
{ 0x0, &IID_IUnknown },
{ 0x4, &IID_IACList },
+ { 0x8, &IID_IACLCustomMRU },
},
},
{
@@ -33,6 +34,7 @@ static const CLASS_AND_INTERFACES ExpectedInterfaces[] =
{ 0x0, &IID_IEnumString },
{ 0x0, &IID_IUnknown },
{ 0x4, &IID_IACList },
+ { 0x8, &IID_IACLCustomMRU },
},
},
{
diff --git a/modules/rostests/apitests/com/com_apitest.c
b/modules/rostests/apitests/com/com_apitest.c
index 1add9839b0..1627084a3d 100644
--- a/modules/rostests/apitests/com/com_apitest.c
+++ b/modules/rostests/apitests/com/com_apitest.c
@@ -48,6 +48,7 @@ static KNOWN_INTERFACE KnownInterfaces[] =
{ ID_NAME(IID_IAccessibleHandler) },
{ ID_NAME(IID_IAccessControl), TRUE },
{ ID_NAME(IID_IAccessor) },
+ { ID_NAME(IID_IACLCustomMRU) },
{ ID_NAME(IID_IActiveDesktop), TRUE },
{ ID_NAME(IID_IActiveDesktopP), TRUE },
{ ID_NAME(IID_IActionProgress) },
diff --git a/modules/rostests/apitests/com/com_apitest.h
b/modules/rostests/apitests/com/com_apitest.h
index 8820da294d..715213a725 100644
--- a/modules/rostests/apitests/com/com_apitest.h
+++ b/modules/rostests/apitests/com/com_apitest.h
@@ -107,6 +107,7 @@ DEFINE_GUID(CLSID_AttachmentServices, 0x4125dd96, 0xe03a, 0x4103,
0x8f, 0x7
DEFINE_GUID(IID_IADesktopP2, 0xb22754e2, 0x4574, 0x11d1, 0x98, 0x88, 0x00,
0x60, 0x97, 0xde, 0xac, 0xf9);
DEFINE_GUID(IID_IAccessControl, 0xeedd23e0, 0x8410, 0x11ce, 0xa1, 0xc3, 0x08,
0x00, 0x2b, 0x2b, 0x8d, 0x8f);
DEFINE_GUID(IID_IAccessor, 0x0c733a8c, 0x2a1c, 0x11ce, 0xad, 0xe5, 0x00,
0xaa, 0x00, 0x44, 0x77, 0x3d);
+DEFINE_GUID(IID_IACLCustomMRU, 0xf729fc5e, 0x8769, 0x4f3e, 0xbd, 0xb2, 0xd7,
0xb5, 0x0f, 0xd2, 0x27, 0x5b);
DEFINE_GUID(IID_IActionProgress, 0x49ff1173, 0xeadc, 0x446d, 0x92, 0x85, 0x15,
0x64, 0x53, 0xa6, 0x43, 0x1c);
DEFINE_GUID(IID_IActionProgressDialog, 0x49ff1172, 0xeadc, 0x446d, 0x92, 0x85, 0x15,
0x64, 0x53, 0xa6, 0x43, 0x1c);
DEFINE_GUID(IID_IActiveDesktop, 0xf490eb00, 0x1240, 0x11d1, 0x98, 0x88, 0x00,
0x60, 0x97, 0xde, 0xac, 0xf9);