mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:16:18 +00:00
[ATL_APITEST] Show that CComObject's COM_MAP continues enumeration after a failing blind function.
This commit is contained in:
parent
a730e3fce1
commit
f941c78f50
6 changed files with 343 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
extern void func_atltypes(void);
|
||||
extern void func_CComBSTR(void);
|
||||
extern void func_CComHeapPtr(void);
|
||||
extern void func_CComObject(void);
|
||||
extern void func_CComVariant(void);
|
||||
extern void func_CImage(void);
|
||||
extern void func_CRegKey(void);
|
||||
|
@ -16,6 +17,7 @@ const struct test winetest_testlist[] =
|
|||
{ "atltypes", func_atltypes },
|
||||
{ "CComBSTR", func_CComBSTR },
|
||||
{ "CComHeapPtr", func_CComHeapPtr },
|
||||
{ "CComObject", func_CComObject },
|
||||
{ "CComVariant", func_CComVariant },
|
||||
{ "CImage", func_CImage },
|
||||
{ "CRegKey", func_CRegKey },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue