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
cdd717bc
Commit
cdd717bc
authored
Oct 11, 2006
by
James Hawkins
Committed by
Alexandre Julliard
Oct 12, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advapi32: Add missing declarations to the public headers.
parent
2730fe6d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
winbase.h
include/winbase.h
+3
-0
winreg.h
include/winreg.h
+1
-0
No files found.
include/winbase.h
View file @
cdd717bc
...
...
@@ -1819,6 +1819,9 @@ BOOL WINAPI NotifyChangeEventLog(HANDLE,HANDLE);
BOOL
WINAPI
ObjectCloseAuditAlarmA
(
LPCSTR
,
LPVOID
,
BOOL
);
BOOL
WINAPI
ObjectCloseAuditAlarmW
(
LPCWSTR
,
LPVOID
,
BOOL
);
#define ObjectCloseAuditAlarm WINELIB_NAME_AW(ObjectCloseAuditAlarm)
BOOL
WINAPI
ObjectDeleteAuditAlarmA
(
LPCSTR
,
LPVOID
,
BOOL
);
BOOL
WINAPI
ObjectDeleteAuditAlarmW
(
LPCWSTR
,
LPVOID
,
BOOL
);
#define ObjectDeleteAuditAlarm WINELIB_NAME_AW(ObjectDeleteAuditAlarm)
BOOL
WINAPI
ObjectOpenAuditAlarmA
(
LPCSTR
,
LPVOID
,
LPSTR
,
LPSTR
,
PSECURITY_DESCRIPTOR
,
HANDLE
,
DWORD
,
DWORD
,
PPRIVILEGE_SET
,
BOOL
,
BOOL
,
LPBOOL
);
BOOL
WINAPI
ObjectOpenAuditAlarmW
(
LPCWSTR
,
LPVOID
,
LPWSTR
,
LPWSTR
,
PSECURITY_DESCRIPTOR
,
HANDLE
,
...
...
include/winreg.h
View file @
cdd717bc
...
...
@@ -94,6 +94,7 @@ LONG WINAPI RegCreateKeyExA(HKEY,LPCSTR,DWORD,LPSTR,DWORD,REGSAM,
LONG
WINAPI
RegCreateKeyExW
(
HKEY
,
LPCWSTR
,
DWORD
,
LPWSTR
,
DWORD
,
REGSAM
,
LPSECURITY_ATTRIBUTES
,
PHKEY
,
LPDWORD
);
#define RegCreateKeyEx WINELIB_NAME_AW(RegCreateKeyEx)
LONG
WINAPI
RegDisablePredefinedCache
(
void
);
LONG
WINAPI
RegSaveKeyA
(
HKEY
,
LPCSTR
,
LPSECURITY_ATTRIBUTES
);
LONG
WINAPI
RegSaveKeyW
(
HKEY
,
LPCWSTR
,
LPSECURITY_ATTRIBUTES
);
#define RegSaveKey WINELIB_NAME_AW(RegSaveKey)
...
...
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