Skip to content

TdhGetEventInformation returns 1168 for manifest based events #27

Open
@ovidiubuligan

Description

@ovidiubuligan

Hello , I am no expert in ETW but I know I have an event stream that has some custom properties and I want to use this tool to print them out to STDOUT.

I running the code from master to debug the issue and am getting the 1168 error while querying for information via TdhGetEventInformation

image

The configuration file is verry simple :

{
  "LogConfig": {
    "sources": [
      {
        "type": "ETW",
        "providers": [
          {
            "ProviderGuid": "AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAA",
            "level": "Error"
          }
        ]
      }
    ]
  }
}

Do I need to do something extra for manifest based/ extra properties event ?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions