Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
bb47d54d
Commit
bb47d54d
authored
May 20, 2005
by
James Hawkins
Committed by
Alexandre Julliard
May 20, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update LVGROUP struct to match MSDN.
parent
dace466c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
30 deletions
+7
-30
commctrl.h
include/commctrl.h
+7
-30
No files found.
include/commctrl.h
View file @
bb47d54d
...
...
@@ -3433,32 +3433,19 @@ typedef struct tagLVFINDINFOW
/* Groups relates structures */
typedef
struct
LVGROUPA
{
UINT
cbSize
;
UINT
mask
;
LPSTR
pszHeader
;
int
cchHeader
;
int
iGroupId
;
UINT
stateMask
;
UINT
state
;
UINT
uAlign
;
}
LVGROUPA
,
*
PLVGROUPA
;
typedef
struct
LVGROUPW
typedef
struct
LVGROUP
{
UINT
cbSize
;
UINT
mask
;
LPWSTR
pszHeader
;
int
cchHeader
;
LPWSTR
pszFooter
;
int
cchFooter
;
int
iGroupId
;
UINT
stateMask
;
UINT
state
;
UINT
uAlign
;
}
LVGROUPW
,
*
PLVGROUPW
;
#define LVGROUP WINELIB_NAME_AW(LVGROUP)
#define PLVGROUP WINELIB_NAME_AW(PLVGROUP)
}
LVGROUP
,
*
PLVGROUP
;
typedef
struct
LVGROUPMETRICS
{
...
...
@@ -3478,22 +3465,12 @@ typedef struct LVGROUPMETRICS
typedef
INT
(
*
PFNLVGROUPCOMPARE
)(
INT
,
INT
,
VOID
*
);
typedef
struct
LVINSERTGROUPSORTED
A
typedef
struct
LVINSERTGROUPSORTED
{
PFNLVGROUPCOMPARE
pfnGroupCompare
;
LPVOID
*
pvData
;
LVGROUPA
lvGroup
;
}
LVINSERTGROUPSORTEDA
,
*
PLVINSERTGROUPSORTEDA
;
typedef
struct
LVINSERTGROUPSORTEDW
{
PFNLVGROUPCOMPARE
pfnGroupCompare
;
LPVOID
*
pvData
;
LVGROUPW
lvGroup
;
}
LVINSERTGROUPSORTEDW
,
*
PLVINSERTGROUPSORTEDW
;
#define LVINSERTGROUPSORTED WINELIB_NAME_AW(LVINSERTGROUPSORTED)
#define PLVINSERTGROUPSORTED WINELIB_NAME_AW(PLVINSERTGROUPSORTED)
LVGROUP
lvGroup
;
}
LVINSERTGROUPSORTED
,
*
PLVINSERTGROUPSORTED
;
/* Tile related structures */
...
...
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