1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

wevtapi: Add stub for EvtCreateBookmark.

This commit is contained in:
Etaash Mathamsetty 2023-08-22 20:04:06 -04:00 committed by Alexandre Julliard
parent 240556e2b8
commit caadb1fccb
2 changed files with 8 additions and 1 deletions

View File

@ -141,3 +141,10 @@ BOOL WINAPI EvtExportLog(EVT_HANDLE session, const WCHAR *path, const WCHAR *que
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;
}
EVT_HANDLE WINAPI EvtCreateBookmark(const WCHAR *bookmark_xml)
{
FIXME("(%s) stub!\n", debugstr_w(bookmark_xml));
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return NULL;
}

View File

@ -2,7 +2,7 @@
@ stub EvtCancel
@ stub EvtClearLog
@ stdcall EvtClose(ptr)
@ stub EvtCreateBookmark
@ stdcall EvtCreateBookmark(wstr)
@ stub EvtCreateRenderContext
@ stdcall EvtExportLog(ptr wstr wstr wstr long)
@ stub EvtFormatMessage