4 references to EvtEventPropertyId
System.Core (4)
Microsoft\Win32\UnsafeNativeMethods.cs (1)
1044
[MarshalAs(UnmanagedType.I4)]
EvtEventPropertyId
propertyId,
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (2)
229
this.containerChannel = (string)NativeWrapper.EvtGetEventInfo(this.Handle, UnsafeNativeMethods.
EvtEventPropertyId
.EvtEventPath);
242
this.matchedQueryIds = (int[])NativeWrapper.EvtGetEventInfo(this.Handle, UnsafeNativeMethods.
EvtEventPropertyId
.EvtEventQueryIDs);
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (1)
406
public static object EvtGetEventInfo(EventLogHandle handle, UnsafeNativeMethods.
EvtEventPropertyId
enumType) {