Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
ebdd0c1c
Commit
ebdd0c1c
authored
Feb 01, 2022
by
Zebediah Figura
Committed by
Alexandre Julliard
Feb 02, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Move IShellFolderViewCB definitions to shlview.c.
Signed-off-by:
Zebediah Figura
<
zfigura@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
086ba9ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
42 deletions
+39
-42
shlview.c
dlls/shell32/shlview.c
+39
-0
undocshell.h
dlls/shell32/undocshell.h
+0
-42
No files found.
dlls/shell32/shlview.c
View file @
ebdd0c1c
...
...
@@ -66,6 +66,45 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
shell
);
/* Generic structure used by several messages */
typedef
struct
{
DWORD
dwReserved
;
DWORD
dwReserved2
;
LPCITEMIDLIST
pidl
;
DWORD
*
lpdwUser
;
}
SFVCBINFO
;
/* SFVCB_SELECTIONCHANGED structure */
typedef
struct
{
UINT
uOldState
;
UINT
uNewState
;
LPCITEMIDLIST
pidl
;
DWORD
*
lpdwUser
;
}
SFVSELECTSTATE
;
/* SFVCB_COPYHOOKCALLBACK structure */
typedef
struct
{
HWND
hwnd
;
UINT
wFunc
;
UINT
wFlags
;
const
char
*
pszSrcFile
;
DWORD
dwSrcAttribs
;
const
char
*
pszDestFile
;
DWORD
dwDestAttribs
;
}
SFVCOPYHOOKINFO
;
/* SFVCB_GETDETAILSOF structure */
typedef
struct
{
LPCITEMIDLIST
pidl
;
int
fmt
;
int
cx
;
STRRET
lpText
;
}
SFVCOLUMNINFO
;
typedef
struct
{
BOOL
bIsAscending
;
INT
nHeaderID
;
...
...
dlls/shell32/undocshell.h
View file @
ebdd0c1c
...
...
@@ -204,48 +204,6 @@ BOOL WINAPI PathFindOnPathAW(LPVOID sFile, LPCVOID *sOtherDirs);
* Shell Namespace Routines
*/
/* Generic structure used by several messages */
typedef
struct
{
DWORD
dwReserved
;
DWORD
dwReserved2
;
LPCITEMIDLIST
pidl
;
LPDWORD
lpdwUser
;
}
SFVCBINFO
,
*
LPSFVCBINFO
;
typedef
const
SFVCBINFO
*
LPCSFVCBINFO
;
/* SFVCB_SELECTIONCHANGED structure */
typedef
struct
{
UINT
uOldState
;
UINT
uNewState
;
LPCITEMIDLIST
pidl
;
LPDWORD
lpdwUser
;
}
SFVSELECTSTATE
,
*
LPSFVSELECTSTATE
;
typedef
const
SFVSELECTSTATE
*
LPCSFVSELECTSTATE
;
/* SFVCB_COPYHOOKCALLBACK structure */
typedef
struct
{
HWND
hwnd
;
UINT
wFunc
;
UINT
wFlags
;
LPCSTR
pszSrcFile
;
DWORD
dwSrcAttribs
;
LPCSTR
pszDestFile
;
DWORD
dwDestAttribs
;
}
SFVCOPYHOOKINFO
,
*
LPSFVCOPYHOOKINFO
;
typedef
const
SFVCOPYHOOKINFO
*
LPCSFVCOPYHOOKINFO
;
/* SFVCB_GETDETAILSOF structure */
typedef
struct
{
LPCITEMIDLIST
pidl
;
int
fmt
;
int
cx
;
STRRET
lpText
;
}
SFVCOLUMNINFO
,
*
LPSFVCOLUMNINFO
;
/****************************************************************************
* Misc Stuff
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment