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
e66069d9
Commit
e66069d9
authored
Sep 15, 2003
by
Mike McCormack
Committed by
Alexandre Julliard
Sep 15, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Declare mailslot functions.
parent
49816197
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
winbase.h
include/winbase.h
+5
-0
No files found.
include/winbase.h
View file @
e66069d9
...
...
@@ -1248,6 +1248,9 @@ HANDLE WINAPI CreateFileW(LPCWSTR,DWORD,DWORD,LPSECURITY_ATTRIBUTES,DWORD,D
HANDLE
WINAPI
CreateFileMappingA
(
HANDLE
,
LPSECURITY_ATTRIBUTES
,
DWORD
,
DWORD
,
DWORD
,
LPCSTR
);
HANDLE
WINAPI
CreateFileMappingW
(
HANDLE
,
LPSECURITY_ATTRIBUTES
,
DWORD
,
DWORD
,
DWORD
,
LPCWSTR
);
#define CreateFileMapping WINELIB_NAME_AW(CreateFileMapping)
HANDLE
WINAPI
CreateMailslotA
(
LPCSTR
,
DWORD
,
DWORD
,
LPSECURITY_ATTRIBUTES
);
HANDLE
WINAPI
CreateMailslotW
(
LPCWSTR
,
DWORD
,
DWORD
,
LPSECURITY_ATTRIBUTES
);
#define CreateMailslot WINELIB_NAME_AW(CreateMailslot)
HANDLE
WINAPI
CreateMutexA
(
LPSECURITY_ATTRIBUTES
,
BOOL
,
LPCSTR
);
HANDLE
WINAPI
CreateMutexW
(
LPSECURITY_ATTRIBUTES
,
BOOL
,
LPCWSTR
);
#define CreateMutex WINELIB_NAME_AW(CreateMutex)
...
...
@@ -1379,6 +1382,7 @@ DWORD WINAPI GetLogicalDrives(void);
DWORD
WINAPI
GetLongPathNameA
(
LPCSTR
,
LPSTR
,
DWORD
);
DWORD
WINAPI
GetLongPathNameW
(
LPCWSTR
,
LPWSTR
,
DWORD
);
#define GetLongPathName WINELIB_NAME_AW(GetLongPathName)
BOOL
WINAPI
GetMailslotInfo
(
HANDLE
,
LPDWORD
,
LPDWORD
,
LPDWORD
,
LPDWORD
);
BOOL
WINAPI
GetNumberOfEventLogRecords
(
HANDLE
,
PDWORD
);
BOOL
WINAPI
GetOldestEventLogRecord
(
HANDLE
,
PDWORD
);
DWORD
WINAPI
GetPriorityClass
(
HANDLE
);
...
...
@@ -1543,6 +1547,7 @@ BOOL WINAPI SetFileTime(HANDLE,const FILETIME*,const FILETIME*,const FILE
BOOL
WINAPI
SetHandleInformation
(
HANDLE
,
DWORD
,
DWORD
);
BOOL
WINAPI
SetKernelObjectSecurity
(
HANDLE
,
SECURITY_INFORMATION
,
PSECURITY_DESCRIPTOR
);
BOOL
WINAPI
SetLocalTime
(
const
SYSTEMTIME
*
);
BOOL
WINAPI
SetMailslotInfo
(
HANDLE
,
DWORD
);
BOOL
WINAPI
SetNamedPipeHandleState
(
HANDLE
,
LPDWORD
,
LPDWORD
,
LPDWORD
);
BOOL
WINAPI
SetPriorityClass
(
HANDLE
,
DWORD
);
BOOL
WINAPI
SetProcessAffinityMask
(
HANDLE
,
DWORD_PTR
);
...
...
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