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
e4136355
Commit
e4136355
authored
Apr 01, 2008
by
Maarten Lankhorst
Committed by
Alexandre Julliard
Apr 02, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add BroadcastSystemMessageEx.
parent
975dc033
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
winuser.h
include/winuser.h
+10
-0
No files found.
include/winuser.h
View file @
e4136355
...
...
@@ -104,6 +104,13 @@ typedef struct tagUSEROBJECTFLAGS {
DWORD
dwFlags
;
}
USEROBJECTFLAGS
,
*
PUSEROBJECTFLAGS
;
typedef
struct
tagBSMINFO
{
UINT
cbSize
;
HDESK
hdesk
;
HWND
hwnd
;
LUID
luid
;
}
BSMINFO
,
*
PBSMINFO
;
/* Window stations */
#define WINSTA_ENUMDESKTOPS 0x0001
#define WINSTA_READATTRIBUTES 0x0002
...
...
@@ -4324,6 +4331,9 @@ WINUSERAPI BOOL WINAPI BringWindowToTop(HWND);
WINUSERAPI
LONG
WINAPI
BroadcastSystemMessageA
(
DWORD
,
LPDWORD
,
UINT
,
WPARAM
,
LPARAM
);
WINUSERAPI
LONG
WINAPI
BroadcastSystemMessageW
(
DWORD
,
LPDWORD
,
UINT
,
WPARAM
,
LPARAM
);
#define BroadcastSystemMessage WINELIB_NAME_AW(BroadcastSystemMessage)
WINUSERAPI
LONG
WINAPI
BroadcastSystemMessageExA
(
DWORD
,
LPDWORD
,
UINT
,
WPARAM
,
LPARAM
,
PBSMINFO
);
WINUSERAPI
LONG
WINAPI
BroadcastSystemMessageExW
(
DWORD
,
LPDWORD
,
UINT
,
WPARAM
,
LPARAM
,
PBSMINFO
);
#define BroadcastSystemMessageEx WINELIB_NAME_AW(BroadcastSystemMessageEx)
WINUSERAPI
void
WINAPI
CalcChildScroll
(
HWND
,
INT
);
WINUSERAPI
BOOL
WINAPI
CallMsgFilterA
(
LPMSG
,
INT
);
WINUSERAPI
BOOL
WINAPI
CallMsgFilterW
(
LPMSG
,
INT
);
...
...
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