5 references to SEEK_READ
System (5)
services\monitoring\system\diagnosticts\EventLogInternal.cs (5)
896
bool success = UnsafeNativeMethods.ReadEventLog(readHandle, NativeMethods.FORWARDS_READ | NativeMethods.
SEEK_READ
,
920
success = UnsafeNativeMethods.ReadEventLog(readHandle, NativeMethods.FORWARDS_READ | NativeMethods.
SEEK_READ
,
1078
flags = NativeMethods.FORWARDS_READ | NativeMethods.
SEEK_READ
;
1082
flags = NativeMethods.BACKWARDS_READ | NativeMethods.
SEEK_READ
;
1113
success = UnsafeNativeMethods.ReadEventLog(readHandle, NativeMethods.FORWARDS_READ | NativeMethods.
SEEK_READ
, index,