From f8744b468530eb2627fe502a4399fd42805bfeae Mon Sep 17 00:00:00 2001 From: Min Jeong Date: Tue, 12 Nov 2024 15:00:07 -0800 Subject: [PATCH] Add comment --- Microsoft.O365.Security.Native.ETW/EventRecordMetadata.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Microsoft.O365.Security.Native.ETW/EventRecordMetadata.hpp b/Microsoft.O365.Security.Native.ETW/EventRecordMetadata.hpp index 2d07f42..2af4662 100644 --- a/Microsoft.O365.Security.Native.ETW/EventRecordMetadata.hpp +++ b/Microsoft.O365.Security.Native.ETW/EventRecordMetadata.hpp @@ -28,6 +28,9 @@ namespace Microsoft { namespace O365 { namespace Security { namespace ETW { EventRecordMetadata() { } + /// + /// Update the underlying pointers to the event data to the given record. + /// virtual void Update(const EVENT_RECORD& record) { record_ = &record;