2 references to EvtGetObjectArrayProperty
System.Diagnostics.EventLog (2)
System\Diagnostics\Reader\NativeWrapper.cs (2)
531bool status = UnsafeNativeMethods.EvtGetObjectArrayProperty(objArrayHandle, thePropertyId, index, 0, 0, IntPtr.Zero, out bufferNeeded); 540status = UnsafeNativeMethods.EvtGetObjectArrayProperty(objArrayHandle, thePropertyId, index, 0, bufferNeeded, buffer, out bufferNeeded);