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
71592830
Commit
71592830
authored
May 26, 2009
by
Vincent Povirk
Committed by
Alexandre Julliard
Jun 08, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Extend TVITEMEX and add NMTVDISPINFOEX.
parent
61368841
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
commctrl.h
include/commctrl.h
+18
-0
No files found.
include/commctrl.h
View file @
71592830
...
...
@@ -2506,6 +2506,9 @@ typedef struct {
INT
cChildren
;
LPARAM
lParam
;
INT
iIntegral
;
UINT
uStateEx
;
/* _WIN32_IE >= 0x600 */
HWND
hwnd
;
/* _WIN32_IE >= 0x600 */
INT
iExpandedImage
;
/* _WIN32_IE >= 0x600 */
}
TVITEMEXA
,
*
LPTVITEMEXA
;
typedef
struct
{
...
...
@@ -2520,6 +2523,9 @@ typedef struct {
INT
cChildren
;
LPARAM
lParam
;
INT
iIntegral
;
UINT
uStateEx
;
/* _WIN32_IE >= 0x600 */
HWND
hwnd
;
/* _WIN32_IE >= 0x600 */
INT
iExpandedImage
;
/* _WIN32_IE >= 0x600 */
}
TVITEMEXW
,
*
LPTVITEMEXW
;
#define TVITEMEX WINELIB_NAME_AW(TVITEMEX)
...
...
@@ -2595,8 +2601,20 @@ typedef struct tagTVDISPINFOW {
TVITEMW
item
;
}
NMTVDISPINFOW
,
*
LPNMTVDISPINFOW
;
typedef
struct
tagTVDISPINFOEXA
{
NMHDR
hdr
;
TVITEMEXA
item
;
}
NMTVDISPINFOEXA
,
*
LPNMTVDISPINFOEXA
;
typedef
struct
tagTVDISPINFOEXW
{
NMHDR
hdr
;
TVITEMEXW
item
;
}
NMTVDISPINFOEXW
,
*
LPNMTVDISPINFOEXW
;
#define NMTVDISPINFO WINELIB_NAME_AW(NMTVDISPINFO)
#define LPNMTVDISPINFO WINELIB_NAME_AW(LPNMTVDISPINFO)
#define NMTVDISPINFOEX WINELIB_NAME_AW(NMTVDISPINFOEX)
#define LPNMTVDISPINFOEX WINELIB_NAME_AW(LPNMTVDISPINFOEX)
#define TV_DISPINFOA NMTVDISPINFOA
#define TV_DISPINFOW NMTVDISPINFOW
#define TV_DISPINFO NMTVDISPINFO
...
...
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