5 references to SEEK_READ
System.Diagnostics.EventLog (5)
System\Diagnostics\EventLogInternal.cs (5)
727
bool success = Interop.Advapi32.ReadEventLog(readHandle, Interop.Advapi32.FORWARDS_READ | Interop.Advapi32.
SEEK_READ
,
744
success = Interop.Advapi32.ReadEventLog(readHandle, Interop.Advapi32.FORWARDS_READ | Interop.Advapi32.
SEEK_READ
,
891
flags = Interop.Advapi32.FORWARDS_READ | Interop.Advapi32.
SEEK_READ
;
896
flags = Interop.Advapi32.BACKWARDS_READ | Interop.Advapi32.
SEEK_READ
;
924
success = Interop.Advapi32.ReadEventLog(readHandle, Interop.Advapi32.FORWARDS_READ | Interop.Advapi32.
SEEK_READ
, index,