13 references to Handle
System.Core (13)
System\Diagnostics\Eventing\Reader\EventLogConfiguration.cs (1)
83handle = NativeWrapper.EvtOpenChannelConfig(this.session.Handle, this.channelName, 0);
System\Diagnostics\Eventing\Reader\EventLogInformation.cs (1)
44EventLogHandle logHandle = NativeWrapper.EvtOpenLog(session.Handle, channelName, pathType);
System\Diagnostics\Eventing\Reader\EventLogReader.cs (1)
115handle = NativeWrapper.EvtQuery(this.eventQuery.Session.Handle,
System\Diagnostics\Eventing\Reader\EventLogSession.cs (6)
196using (EventLogHandle ProviderEnum = NativeWrapper.EvtOpenProviderEnum(this.Handle, 0)) 218using (EventLogHandle channelEnum = NativeWrapper.EvtOpenChannelEnum(this.Handle, 0)) 266NativeWrapper.EvtExportLog(this.Handle, path, query, targetFilePath, (int)flag); 268NativeWrapper.EvtExportLog(this.Handle, path, query, targetFilePath, (int)flag | (int)UnsafeNativeMethods.EvtExportLogFlags.EvtExportLogTolerateQueryErrors); 280NativeWrapper.EvtArchiveExportedLog(this.Handle, targetFilePath, targetCultureInfo.LCID, 0); 293NativeWrapper.EvtClearLog(this.Handle, logName, backupPath, 0);
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (1)
179handle = NativeWrapper.EvtSubscribe(this.eventQuery.Session.Handle,
System\Diagnostics\Eventing\Reader\ProviderMetadata.cs (3)
88handle = NativeWrapper.EvtOpenProviderMetadata(this.session.Handle, this.providerName, this.logFilePath, this.cultureInfo.LCID, 0); 215this.defaultProviderHandle = NativeWrapper.EvtOpenProviderMetadata(this.session.Handle, null, null, this.cultureInfo.LCID, 0); 364this.defaultProviderHandle = NativeWrapper.EvtOpenProviderMetadata(this.session.Handle, null, null, this.cultureInfo.LCID, 0);