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
a3ea8b6c
Commit
a3ea8b6c
authored
Nov 28, 2017
by
Alex Henrie
Committed by
Alexandre Julliard
Nov 28, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wevtapi: Add EvtQuery stub.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
5b0f94f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
main.c
dlls/wevtapi/main.c
+6
-0
wevtapi.spec
dlls/wevtapi/wevtapi.spec
+1
-1
No files found.
dlls/wevtapi/main.c
View file @
a3ea8b6c
...
...
@@ -86,6 +86,12 @@ EVT_HANDLE WINAPI EvtOpenChannelConfig(EVT_HANDLE Session, LPCWSTR ChannelPath,
return
NULL
;
}
EVT_HANDLE
WINAPI
EvtQuery
(
EVT_HANDLE
session
,
const
WCHAR
*
path
,
const
WCHAR
*
query
,
DWORD
flags
)
{
FIXME
(
"(%p %s %s %u) stub
\n
"
,
session
,
debugstr_w
(
path
),
debugstr_w
(
query
),
flags
);
return
NULL
;
}
BOOL
WINAPI
EvtClose
(
EVT_HANDLE
handle
)
{
FIXME
(
"(%p) stub
\n
"
,
handle
);
...
...
dlls/wevtapi/wevtapi.spec
View file @
a3ea8b6c
...
...
@@ -36,7 +36,7 @@
@ stub EvtOpenPublisherEnum
@ stub EvtOpenPublisherMetadata
@ stub EvtOpenSession
@ st
ub EvtQuery
@ st
dcall EvtQuery(ptr wstr wstr long)
@ stub EvtRender
@ stub EvtSaveChannelConfig
@ stub EvtSeek
...
...
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