Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeong92 committed Nov 12, 2024
1 parent 5b9e81e commit f8744b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Microsoft.O365.Security.Native.ETW/EventRecordMetadata.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ namespace Microsoft { namespace O365 { namespace Security { namespace ETW {

EventRecordMetadata() { }

/// <summary>
/// Update the underlying pointers to the event data to the given record.
/// </summary>
virtual void Update(const EVENT_RECORD& record)
{
record_ = &record;
Expand Down

0 comments on commit f8744b4

Please sign in to comment.