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)
229this.containerChannel = (string)NativeWrapper.EvtGetEventInfo(this.Handle, UnsafeNativeMethods.EvtEventPropertyId.EvtEventPath); 242this.matchedQueryIds = (int[])NativeWrapper.EvtGetEventInfo(this.Handle, UnsafeNativeMethods.EvtEventPropertyId.EvtEventQueryIDs);
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (1)
406public static object EvtGetEventInfo(EventLogHandle handle, UnsafeNativeMethods.EvtEventPropertyId enumType) {