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
42418f8c
Commit
42418f8c
authored
Mar 17, 2003
by
Jon Griffiths
Committed by
Alexandre Julliard
Mar 17, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added prototypes for the Remote Shutdown Api calls.
parent
a49747bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
winreg.h
include/winreg.h
+9
-0
No files found.
include/winreg.h
View file @
42418f8c
...
...
@@ -55,6 +55,15 @@ typedef struct value_entW {
typedef
ACCESS_MASK
REGSAM
;
BOOL
WINAPI
AbortSystemShutdownA
(
LPSTR
);
BOOL
WINAPI
AbortSystemShutdownW
(
LPWSTR
);
#define AbortSystemShutdown WINELIB_NAME_AW(AbortSystemShutdown)
BOOL
WINAPI
InitiateSystemShutdownA
(
LPSTR
,
LPSTR
,
DWORD
,
BOOL
,
BOOL
);
BOOL
WINAPI
InitiateSystemShutdownW
(
LPWSTR
,
LPWSTR
,
DWORD
,
BOOL
,
BOOL
);
#define InitiateSystemShutdown WINELIB_NAME_AW(InitiateSystemShutdown);
BOOL
WINAPI
InitiateSystemShutdownExA
(
LPSTR
,
LPSTR
,
DWORD
,
BOOL
,
BOOL
,
DWORD
);
BOOL
WINAPI
InitiateSystemShutdownExW
(
LPWSTR
,
LPWSTR
,
DWORD
,
BOOL
,
BOOL
,
DWORD
);
#define InitiateSystemShutdownEx WINELIB_NAME_AW(InitiateSystemShutdownEx);
DWORD
WINAPI
RegCreateKeyExA
(
HKEY
,
LPCSTR
,
DWORD
,
LPSTR
,
DWORD
,
REGSAM
,
LPSECURITY_ATTRIBUTES
,
PHKEY
,
LPDWORD
);
DWORD
WINAPI
RegCreateKeyExW
(
HKEY
,
LPCWSTR
,
DWORD
,
LPWSTR
,
DWORD
,
REGSAM
,
...
...
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