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
5ec458fd
Commit
5ec458fd
authored
Oct 14, 2004
by
Robert Shearman
Committed by
Alexandre Julliard
Oct 14, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add declarations for GetClassLongPtr{A,W}, GCLP_* defines and user
object information defines.
parent
6c50556e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
winuser.h
include/winuser.h
+18
-0
No files found.
include/winuser.h
View file @
5ec458fd
...
...
@@ -1565,6 +1565,14 @@ typedef struct
#define GCW_ATOM (-32)
#define GCL_HICONSM (-34)
#define GCLP_MENUNAME (-8)
#define GCLP_HBRBACKGROUND (-10)
#define GCLP_HCURSOR (-12)
#define GCLP_HICON (-14)
#define GCLP_HMODULE (-16)
#define GCLP_WNDPROC (-24)
#define GCLP_HICONSM (-34)
/* BroadcastSystemMessage flags */
#define BSM_ALLCOMPONENTS 0x00000000
#define BSM_VXDS 0x00000001
...
...
@@ -3212,6 +3220,13 @@ typedef struct {
#define DSS_MONO 0x0080
#define DSS_RIGHT 0x8000
/* UserObjectInformation classes */
#define UOI_FLAGS 1
#define UOI_NAME 2
#define UOI_TYPE 3
#define UOI_USER_SID 4
/* Sent as the lParam of a WM_DRAWITEM message to instruct how an
* owner drawn control is to be drawn */
typedef
struct
tagDRAWITEMSTRUCT
...
...
@@ -4153,6 +4168,9 @@ BOOL WINAPI GetClassInfoExW(HINSTANCE,LPCWSTR,WNDCLASSEXW *);
LONG
WINAPI
GetClassLongA
(
HWND
,
INT
);
LONG
WINAPI
GetClassLongW
(
HWND
,
INT
);
#define GetClassLong WINELIB_NAME_AW(GetClassLong)
#define GetClassLongPtrA GetClassLongA
#define GetClassLongPtrW GetClassLongW
#define GetClassLongPtr WINELIB_NAME_AW(GetClassLongPtr)
INT
WINAPI
GetClassNameA
(
HWND
,
LPSTR
,
INT
);
INT
WINAPI
GetClassNameW
(
HWND
,
LPWSTR
,
INT
);
#define GetClassName WINELIB_NAME_AW(GetClassName)
...
...
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