mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:35:43 +00:00
[SHELL32_APITEST] Add DragDrop testcase (#2023)
Add DragDrop testcase to shell32_apitest for testing Drag & Drop feature of the Shell. This PR tests IDropTarget::DragEnter and IDropTarget::Drop. CORE-11238
This commit is contained in:
parent
c0f340bca5
commit
6e42e63c46
3 changed files with 384 additions and 0 deletions
|
@ -11,6 +11,7 @@ extern void func_CMyComputer(void);
|
|||
extern void func_CShellDesktop(void);
|
||||
extern void func_CShellLink(void);
|
||||
extern void func_CUserNotification(void);
|
||||
extern void func_DragDrop(void);
|
||||
extern void func_IShellFolderViewCB(void);
|
||||
extern void func_menu(void);
|
||||
extern void func_OpenAs_RunDLL(void);
|
||||
|
@ -32,6 +33,7 @@ const struct test winetest_testlist[] =
|
|||
{ "CShellDesktop", func_CShellDesktop },
|
||||
{ "CShellLink", func_CShellLink },
|
||||
{ "CUserNotification", func_CUserNotification },
|
||||
{ "DragDrop", func_DragDrop },
|
||||
{ "IShellFolderViewCB", func_IShellFolderViewCB },
|
||||
{ "menu", func_menu },
|
||||
{ "OpenAs_RunDLL", func_OpenAs_RunDLL },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue