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
67884201
Commit
67884201
authored
Jun 22, 2005
by
Mike McCormack
Committed by
Alexandre Julliard
Jun 22, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Declare ProcessIdToSessionId.
parent
a6dd1258
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
winbase.h
include/winbase.h
+1
-0
No files found.
include/winbase.h
View file @
67884201
...
@@ -1619,6 +1619,7 @@ HANDLE WINAPI OpenWaitableTimerW(DWORD,BOOL,LPCWSTR);
...
@@ -1619,6 +1619,7 @@ HANDLE WINAPI OpenWaitableTimerW(DWORD,BOOL,LPCWSTR);
#define OpenWaitableTimer WINELIB_NAME_AW(OpenWaitableTimer)
#define OpenWaitableTimer WINELIB_NAME_AW(OpenWaitableTimer)
BOOL
WINAPI
PeekNamedPipe
(
HANDLE
,
PVOID
,
DWORD
,
PDWORD
,
PDWORD
,
PDWORD
);
BOOL
WINAPI
PeekNamedPipe
(
HANDLE
,
PVOID
,
DWORD
,
PDWORD
,
PDWORD
,
PDWORD
);
DWORD
WINAPI
PrepareTape
(
HANDLE
,
DWORD
,
BOOL
);
DWORD
WINAPI
PrepareTape
(
HANDLE
,
DWORD
,
BOOL
);
BOOL
WINAPI
ProcessIdToSessionId
(
DWORD
,
DWORD
*
);
BOOL
WINAPI
PrivilegeCheck
(
HANDLE
,
PPRIVILEGE_SET
,
LPBOOL
);
BOOL
WINAPI
PrivilegeCheck
(
HANDLE
,
PPRIVILEGE_SET
,
LPBOOL
);
BOOL
WINAPI
PrivilegedServiceAuditAlarmA
(
LPCSTR
,
LPCSTR
,
HANDLE
,
PPRIVILEGE_SET
,
BOOL
);
BOOL
WINAPI
PrivilegedServiceAuditAlarmA
(
LPCSTR
,
LPCSTR
,
HANDLE
,
PPRIVILEGE_SET
,
BOOL
);
BOOL
WINAPI
PrivilegedServiceAuditAlarmW
(
LPCWSTR
,
LPCWSTR
,
HANDLE
,
PPRIVILEGE_SET
,
BOOL
);
BOOL
WINAPI
PrivilegedServiceAuditAlarmW
(
LPCWSTR
,
LPCWSTR
,
HANDLE
,
PPRIVILEGE_SET
,
BOOL
);
...
...
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