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);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
BOOL WINAPI EvtClose(EVT_HANDLE handle)
|
||||
{
|
||||
FIXME("(%p) stub\n", handle);
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@ stub EvtArchiveExportedLog
|
||||
@ stub EvtCancel
|
||||
@ stub EvtClearLog
|
||||
@ stub EvtClose
|
||||
@ stdcall EvtClose(ptr)
|
||||
@ stub EvtCreateBookmark
|
||||
@ stub EvtCreateRenderContext
|
||||
@ stub EvtExportLog
|
||||
|
|
Loading…
Reference in New Issue