Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the bookmark with information that identifies the specified event.
Syntax
BOOL EvtUpdateBookmark(
[in] EVT_HANDLE Bookmark,
[in] EVT_HANDLE Event
);
Parameters
[in] Bookmark
The handle to the bookmark to be updated. The EvtCreateBookmark function returns this handle.
[in] Event
The handle to the event to bookmark.
Return value
Return code/value | Description |
---|---|
|
The function succeeded. |
|
The function failed. Call the GetLastError function to get the error code. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | winevt.h |
Library | Wevtapi.lib |
DLL | Wevtapi.dll |