3 references to EvtLoginClass
System.Core (3)
Microsoft\Win32\UnsafeNativeMethods.cs (1)
1351
[MarshalAs(UnmanagedType.I4)]
EvtLoginClass
loginClass,
System\Diagnostics\Eventing\Reader\EventLogSession.cs (1)
139
handle = NativeWrapper.EvtOpenSession(UnsafeNativeMethods.
EvtLoginClass
.EvtRpcLogin, ref erLogin, 0, 0);
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (1)
374
public static EventLogHandle EvtOpenSession(UnsafeNativeMethods.
EvtLoginClass
loginClass, ref UnsafeNativeMethods.EvtRpcLogin login, int timeout, int flags) {