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
8140bdc7
Commit
8140bdc7
authored
Feb 25, 2015
by
Andrew Eikum
Committed by
Alexandre Julliard
Feb 26, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advapi32: Stub EventActivityIdControl.
Used by the Office 2013 live installer.
parent
66514fd7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
3 deletions
+13
-3
advapi32.spec
dlls/advapi32/advapi32.spec
+1
-1
eventlog.c
dlls/advapi32/eventlog.c
+10
-0
api-ms-win-downlevel-advapi32-l1-1-0.spec
...advapi32-l1-1-0/api-ms-win-downlevel-advapi32-l1-1-0.spec
+1
-1
api-ms-win-eventing-provider-l1-1-0.spec
...-provider-l1-1-0/api-ms-win-eventing-provider-l1-1-0.spec
+1
-1
No files found.
dlls/advapi32/advapi32.spec
View file @
8140bdc7
...
...
@@ -269,7 +269,7 @@
# @ stub EventAccessControl
# @ stub EventAccessQuery
# @ stub EventAccessRemove
# @ stub EventActivityIdControl
@ stdcall EventActivityIdControl(long ptr)
@ stdcall EventEnabled(int64 ptr)
@ stdcall EventProviderEnabled(int64 long int64)
@ stdcall EventRegister(ptr ptr ptr ptr)
...
...
dlls/advapi32/eventlog.c
View file @
8140bdc7
...
...
@@ -908,6 +908,16 @@ BOOLEAN WINAPI EventProviderEnabled( REGHANDLE handle, UCHAR level, ULONGLONG ke
}
/******************************************************************************
* EventActivityIdControl [ADVAPI32.@]
*
*/
ULONG
WINAPI
EventActivityIdControl
(
ULONG
code
,
GUID
*
guid
)
{
FIXME
(
"0x%x, %p: stub
\n
"
,
code
,
guid
);
return
ERROR_SUCCESS
;
}
/******************************************************************************
* EventWrite [ADVAPI32.@]
*/
ULONG
WINAPI
EventWrite
(
REGHANDLE
handle
,
PCEVENT_DESCRIPTOR
descriptor
,
ULONG
count
,
...
...
dlls/api-ms-win-downlevel-advapi32-l1-1-0/api-ms-win-downlevel-advapi32-l1-1-0.spec
View file @
8140bdc7
...
...
@@ -38,7 +38,7 @@
@ stub EqualDomainSid
@ stdcall EqualPrefixSid(ptr ptr) advapi32.EqualPrefixSid
@ stdcall EqualSid(ptr ptr) advapi32.EqualSid
@ st
ub
EventActivityIdControl
@ st
dcall EventActivityIdControl(long ptr) advapi32.
EventActivityIdControl
@ stdcall EventEnabled(int64 ptr) advapi32.EventEnabled
@ stdcall EventProviderEnabled(int64 long int64) advapi32.EventProviderEnabled
@ stdcall EventRegister(ptr ptr ptr ptr) advapi32.EventRegister
...
...
dlls/api-ms-win-eventing-provider-l1-1-0/api-ms-win-eventing-provider-l1-1-0.spec
View file @
8140bdc7
@ st
ub
EventActivityIdControl
@ st
dcall EventActivityIdControl(long ptr) advapi32.
EventActivityIdControl
@ stdcall EventEnabled(int64 ptr) advapi32.EventEnabled
@ stdcall EventProviderEnabled(int64 long int64) advapi32.EventProviderEnabled
@ stdcall EventRegister(ptr ptr ptr ptr) advapi32.EventRegister
...
...
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