mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 07:32:23 +00:00
wevtapi: Add EvtClose stub.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
85df0c61e5
commit
bf3f65e810
@ -79,3 +79,9 @@ EVT_HANDLE WINAPI EvtOpenChannelConfig(EVT_HANDLE Session, LPCWSTR ChannelPath,
|
|||||||
FIXME("(%p %s %u) stub\n", Session, debugstr_w(ChannelPath), Flags);
|
FIXME("(%p %s %u) stub\n", Session, debugstr_w(ChannelPath), Flags);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BOOL WINAPI EvtClose(EVT_HANDLE handle)
|
||||||
|
{
|
||||||
|
FIXME("(%p) stub\n", handle);
|
||||||
|
return TRUE;
|
||||||
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
@ stub EvtArchiveExportedLog
|
@ stub EvtArchiveExportedLog
|
||||||
@ stub EvtCancel
|
@ stub EvtCancel
|
||||||
@ stub EvtClearLog
|
@ stub EvtClearLog
|
||||||
@ stub EvtClose
|
@ stdcall EvtClose(ptr)
|
||||||
@ stub EvtCreateBookmark
|
@ stub EvtCreateBookmark
|
||||||
@ stub EvtCreateRenderContext
|
@ stub EvtCreateRenderContext
|
||||||
@ stub EvtExportLog
|
@ stub EvtExportLog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user