├── DelphiWmiClassGen.dpr ├── DelphiWmiClassGen.dproj ├── DelphiWmiClassGen.res ├── DelphiWmiClassGen_Icon.ico ├── Demos ├── Apps │ └── Process Viewer │ │ ├── ProcessViewer.dpr │ │ ├── ProcessViewer.dproj │ │ ├── ProcessViewer.res │ │ ├── uMain.dfm │ │ └── uMain.pas ├── Console │ ├── TestRemote.dpr │ ├── TestRemoteShareConnection.dpr │ ├── TestWin32Process.dpr │ ├── TestWin32_BaseBoard.dpr │ ├── TestWin32_Volume.dpr │ ├── Test_WiFi_AdapterCachedScanList.dpr │ ├── Test_WiFi_AvailableNetwork.dpr │ └── Test_Win32_LogicalDisk.dpr └── FPC │ ├── Test_Process.lpi │ └── Test_Process.lpr ├── Extras ├── ISSkin.dll ├── Office2007.cjstyles └── Office2007Gray.bmp ├── Images ├── Icon.ico ├── Logo.png ├── Logo_m.png ├── Logo_s.png └── Main.png ├── Installer.iss ├── Main.dfm ├── Main.pas ├── README.md ├── root_CIMV2 ├── TestLib.dpr ├── WbemScripting_TLB.pas ├── uCIM_DataFile.pas ├── uCIM_DirectoryContainsFile.pas ├── uCIM_ProcessExecutable.pas ├── uCIM_VideoControllerResolution.pas ├── uMsft_Providers.pas ├── uMsft_WmiProvider_Counters.pas ├── uSoftwareLicensingProduct.pas ├── uSoftwareLicensingService.pas ├── uSoftwareLicensingTokenActivationLicense.pas ├── uStdRegProv.pas ├── uWiFi_AdapterAssocStats.pas ├── uWiFi_AdapterAssociationInfo.pas ├── uWiFi_AdapterCachedScanList.pas ├── uWiFi_AdapterChannel.pas ├── uWiFi_AdapterConfigSettings.pas ├── uWiFi_AdapterDevice.pas ├── uWiFi_AdapterFeatures.pas ├── uWiFi_AdapterSignalParameters.pas ├── uWiFi_AdapterTcpIpSettings.pas ├── uWiFi_AdapterTcpIpv6Settings.pas ├── uWiFi_AdapterTxRxStats.pas ├── uWiFi_AdapterVersion.pas ├── uWiFi_AvailableNetwork.pas ├── uWiFi_NetworkAdapter.pas ├── uWiFi_NetworkAdapterConfiguration.pas ├── uWiFi_NetworkAdapterSetting.pas ├── uWiFi_PreferredProfile.pas ├── uWin32_1394Controller.pas ├── uWin32_1394ControllerDevice.pas ├── uWin32_AccountSID.pas ├── uWin32_ActionCheck.pas ├── uWin32_ActiveRoute.pas ├── uWin32_AllocatedResource.pas ├── uWin32_ApplicationCommandLine.pas ├── uWin32_ApplicationService.pas ├── uWin32_AssociatedProcessorMemory.pas ├── uWin32_AutochkSetting.pas ├── uWin32_BIOS.pas ├── uWin32_BaseBoard.pas ├── uWin32_Battery.pas ├── uWin32_Binary.pas ├── uWin32_BindImageAction.pas ├── uWin32_BootConfiguration.pas ├── uWin32_Bus.pas ├── uWin32_CDROMDrive.pas ├── uWin32_CIMLogicalDeviceCIMDataFile.pas ├── uWin32_COMApplicationSettings.pas ├── uWin32_CacheMemory.pas ├── uWin32_CheckCheck.pas ├── uWin32_ClassInfoAction.pas ├── uWin32_ClassicCOMApplicationClasses.pas ├── uWin32_ClassicCOMClass.pas ├── uWin32_ClassicCOMClassSetting.pas ├── uWin32_ClassicCOMClassSettings.pas ├── uWin32_ClientApplicationSetting.pas ├── uWin32_ClusterShare.pas ├── uWin32_CodecFile.pas ├── uWin32_ComClassAutoEmulator.pas ├── uWin32_ComClassEmulator.pas ├── uWin32_CommandLineAccess.pas ├── uWin32_ComponentCategory.pas ├── uWin32_ComputerSystem.pas ├── uWin32_ComputerSystemProcessor.pas ├── uWin32_ComputerSystemProduct.pas ├── uWin32_Condition.pas ├── uWin32_ConnectionShare.pas ├── uWin32_ControllerHasHub.pas ├── uWin32_CreateFolderAction.pas ├── uWin32_CurrentProbe.pas ├── uWin32_DCOMApplication.pas ├── uWin32_DCOMApplicationAccessAllowedSetting.pas ├── uWin32_DCOMApplicationLaunchAllowedSetting.pas ├── uWin32_DCOMApplicationSetting.pas ├── uWin32_DMAChannel.pas ├── uWin32_DependentService.pas ├── uWin32_Desktop.pas ├── uWin32_DesktopMonitor.pas ├── uWin32_DeviceBus.pas ├── uWin32_DeviceMemoryAddress.pas ├── uWin32_DfsNode.pas ├── uWin32_DfsNodeTarget.pas ├── uWin32_DfsTarget.pas ├── uWin32_Directory.pas ├── uWin32_DirectorySpecification.pas ├── uWin32_DiskDrive.pas ├── uWin32_DiskDrivePhysicalMedia.pas ├── uWin32_DiskDriveToDiskPartition.pas ├── uWin32_DiskPartition.pas ├── uWin32_DiskQuota.pas ├── uWin32_DisplayConfiguration.pas ├── uWin32_DisplayControllerConfiguration.pas ├── uWin32_DriverForDevice.pas ├── uWin32_DuplicateFileAction.pas ├── uWin32_Environment.pas ├── uWin32_EnvironmentSpecification.pas ├── uWin32_ExtensionInfoAction.pas ├── uWin32_Fan.pas ├── uWin32_FileSpecification.pas ├── uWin32_FloppyController.pas ├── uWin32_FloppyDrive.pas ├── uWin32_FontInfoAction.pas ├── uWin32_Group.pas ├── uWin32_GroupInDomain.pas ├── uWin32_GroupUser.pas ├── uWin32_HeatPipe.pas ├── uWin32_IDEController.pas ├── uWin32_IDEControllerDevice.pas ├── uWin32_IP4PersistedRouteTable.pas ├── uWin32_IP4RouteTable.pas ├── uWin32_IRQResource.pas ├── uWin32_ImplementedCategory.pas ├── uWin32_InfraredDevice.pas ├── uWin32_IniFileSpecification.pas ├── uWin32_InstalledSoftwareElement.pas ├── uWin32_Keyboard.pas ├── uWin32_LaunchCondition.pas ├── uWin32_LoadOrderGroup.pas ├── uWin32_LoadOrderGroupServiceDependencies.pas ├── uWin32_LoadOrderGroupServiceMembers.pas ├── uWin32_LocalTime.pas ├── uWin32_LoggedOnUser.pas ├── uWin32_LogicalDisk.pas ├── uWin32_LogicalDiskRootDirectory.pas ├── uWin32_LogicalDiskToPartition.pas ├── uWin32_LogicalFileAccess.pas ├── uWin32_LogicalFileAuditing.pas ├── uWin32_LogicalFileGroup.pas ├── uWin32_LogicalFileOwner.pas ├── uWin32_LogicalFileSecuritySetting.pas ├── uWin32_LogicalProgramGroup.pas ├── uWin32_LogicalProgramGroupDirectory.pas ├── uWin32_LogicalProgramGroupItem.pas ├── uWin32_LogicalProgramGroupItemDataFile.pas ├── uWin32_LogicalShareAccess.pas ├── uWin32_LogicalShareAuditing.pas ├── uWin32_LogicalShareSecuritySetting.pas ├── uWin32_LogonSession.pas ├── uWin32_LogonSessionMappedDisk.pas ├── uWin32_MIMEInfoAction.pas ├── uWin32_MappedLogicalDisk.pas ├── uWin32_MemoryArray.pas ├── uWin32_MemoryArrayLocation.pas ├── uWin32_MemoryDevice.pas ├── uWin32_MemoryDeviceArray.pas ├── uWin32_MemoryDeviceLocation.pas ├── uWin32_MotherboardDevice.pas ├── uWin32_MountPoint.pas ├── uWin32_MoveFileAction.pas ├── uWin32_NTDomain.pas ├── uWin32_NTEventlogFile.pas ├── uWin32_NTLogEvent.pas ├── uWin32_NTLogEventComputer.pas ├── uWin32_NTLogEventLog.pas ├── uWin32_NTLogEventUser.pas ├── uWin32_NamedJobObject.pas ├── uWin32_NamedJobObjectActgInfo.pas ├── uWin32_NamedJobObjectLimit.pas ├── uWin32_NamedJobObjectLimitSetting.pas ├── uWin32_NamedJobObjectProcess.pas ├── uWin32_NamedJobObjectSecLimit.pas ├── uWin32_NamedJobObjectSecLimitSetting.pas ├── uWin32_NamedJobObjectStatistics.pas ├── uWin32_NetworkAdapter.pas ├── uWin32_NetworkAdapterConfiguration.pas ├── uWin32_NetworkAdapterSetting.pas ├── uWin32_NetworkClient.pas ├── uWin32_NetworkConnection.pas ├── uWin32_NetworkLoginProfile.pas ├── uWin32_NetworkProtocol.pas ├── uWin32_ODBCAttribute.pas ├── uWin32_ODBCDataSourceAttribute.pas ├── uWin32_ODBCDataSourceSpecification.pas ├── uWin32_ODBCDriverAttribute.pas ├── uWin32_ODBCDriverSoftwareElement.pas ├── uWin32_ODBCDriverSpecification.pas ├── uWin32_ODBCSourceAttribute.pas ├── uWin32_ODBCTranslatorSpecification.pas ├── uWin32_OSRecoveryConfiguration.pas ├── uWin32_OfflineFilesCache.pas ├── uWin32_OfflineFilesChangeInfo.pas ├── uWin32_OfflineFilesConnectionInfo.pas ├── uWin32_OfflineFilesDirtyInfo.pas ├── uWin32_OfflineFilesFileSysInfo.pas ├── uWin32_OfflineFilesItem.pas ├── uWin32_OfflineFilesPinInfo.pas ├── uWin32_OfflineFilesSuspendInfo.pas ├── uWin32_OnBoardDevice.pas ├── uWin32_OperatingSystem.pas ├── uWin32_OperatingSystemAutochkSetting.pas ├── uWin32_OperatingSystemQFE.pas ├── uWin32_OptionalFeature.pas ├── uWin32_PCMCIAController.pas ├── uWin32_PNPAllocatedResource.pas ├── uWin32_POTSModem.pas ├── uWin32_POTSModemToSerialPort.pas ├── uWin32_PageFile.pas ├── uWin32_PageFileElementSetting.pas ├── uWin32_PageFileSetting.pas ├── uWin32_PageFileUsage.pas ├── uWin32_ParallelPort.pas ├── uWin32_Patch.pas ├── uWin32_PatchFile.pas ├── uWin32_PatchPackage.pas ├── uWin32_PerfFormattedData_ASPNET4030319_ASPNETAppsv4030319.pas ├── uWin32_PerfFormattedData_ASPNET4030319_ASPNETv4030319.pas ├── uWin32_PerfFormattedData_ASPNET_ASPNET.pas ├── uWin32_PerfFormattedData_ASPNET_ASPNETApplications.pas ├── uWin32_PerfFormattedData_AuthorizationManager_AuthorizationManagerApplications.pas ├── uWin32_PerfFormattedData_BITS_BITSNetUtilization.pas ├── uWin32_PerfFormattedData_Counters_EventTracingforWindows.pas ├── uWin32_PerfFormattedData_Counters_EventTracingforWindowsSession.pas ├── uWin32_PerfFormattedData_Counters_GenericIKEv1AuthIPandIKEv2.pas ├── uWin32_PerfFormattedData_Counters_HTTPService.pas ├── uWin32_PerfFormattedData_Counters_HTTPServiceRequestQueues.pas ├── uWin32_PerfFormattedData_Counters_HTTPServiceUrlGroups.pas ├── uWin32_PerfFormattedData_Counters_IPHTTPSGlobal.pas ├── uWin32_PerfFormattedData_Counters_IPHTTPSSession.pas ├── uWin32_PerfFormattedData_Counters_IPsecAuthIPIPv4.pas ├── uWin32_PerfFormattedData_Counters_IPsecAuthIPIPv6.pas ├── uWin32_PerfFormattedData_Counters_IPsecDriver.pas ├── uWin32_PerfFormattedData_Counters_IPsecIKEv1IPv4.pas ├── uWin32_PerfFormattedData_Counters_IPsecIKEv1IPv6.pas ├── uWin32_PerfFormattedData_Counters_IPsecIKEv2IPv4.pas ├── uWin32_PerfFormattedData_Counters_IPsecIKEv2IPv6.pas ├── uWin32_PerfFormattedData_Counters_Netlogon.pas ├── uWin32_PerfFormattedData_Counters_PacerFlow.pas ├── uWin32_PerfFormattedData_Counters_PacerPipe.pas ├── uWin32_PerfFormattedData_Counters_PerProcessorNetworkActivityCycles.pas ├── uWin32_PerfFormattedData_Counters_PerProcessorNetworkInterfaceCardActivity.pas ├── uWin32_PerfFormattedData_Counters_ProcessorInformation.pas ├── uWin32_PerfFormattedData_Counters_Synchronization.pas ├── uWin32_PerfFormattedData_Counters_TeredoClient.pas ├── uWin32_PerfFormattedData_Counters_TeredoRelay.pas ├── uWin32_PerfFormattedData_Counters_TeredoServer.pas ├── uWin32_PerfFormattedData_Counters_WFP.pas ├── uWin32_PerfFormattedData_Counters_WFPv4.pas ├── uWin32_PerfFormattedData_Counters_WFPv6.pas ├── uWin32_PerfFormattedData_Counters_WSManQuotaStatistics.pas ├── uWin32_PerfFormattedData_DTSPipeline100_SQLServerSSISPipeline100.pas ├── uWin32_PerfFormattedData_DistributedRoutingTable_DistributedRoutingTable.pas ├── uWin32_PerfFormattedData_ESENT_Database.pas ├── uWin32_PerfFormattedData_ESENT_DatabaseInstances.pas ├── uWin32_PerfFormattedData_ESENT_DatabaseTableClasses.pas ├── uWin32_PerfFormattedData_FaxService_FaxService.pas ├── uWin32_PerfFormattedData_LocalSessionManager_TerminalServices.pas ├── uWin32_PerfFormattedData_Lsa_SecurityPerProcessStatistics.pas ├── uWin32_PerfFormattedData_Lsa_SecuritySystemWideStatistics.pas ├── uWin32_PerfFormattedData_MSDTCBridge3000_MSDTCBridge3000.pas ├── uWin32_PerfFormattedData_MSDTCBridge4000_MSDTCBridge4000.pas ├── uWin32_PerfFormattedData_MSDTC_DistributedTransactionCoordinator.pas ├── uWin32_PerfFormattedData_MSRS2008WebService_MSRS2008WebService.pas ├── uWin32_PerfFormattedData_MSRS2008WindowsService_MSRS2008WindowsService.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerAccessMethods.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBackupDevice.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBrokerActivation.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBrokerDBMTransport.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBrokerStatistics.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBrokerTOStatistics.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBufferManager.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBufferNode.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBufferPartition.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerCLR.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerCatalogMetadata.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerCursorManagerTotal.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerCursorManagerbyType.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerDatabaseMirroring.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerDatabases.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerDeprecatedFeatures.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerExecStatistics.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerGeneralStatistics.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerLatches.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerLocks.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerMemoryManager.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerPlanCache.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerReplicationAgents.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerReplicationDist.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerReplicationLogreader.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerReplicationMerge.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerReplicationSnapshot.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerResourcePoolStats.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerSQLErrors.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerSQLStatistics.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerTraceEventStatistics_Costly.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerTraceStatistics_Costly.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerTransactions.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerUserSettable.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerWaitStatistics.pas ├── uWin32_PerfFormattedData_MSSQLSERVER_SQLServerWorkloadGroupStats.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSAccessMethods.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBackupDevice.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerActivation.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerDBMTransport.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerStatistics.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerTOStatistics.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferManager.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferNode.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferPartition.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCLR.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCatalogMetadata.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCursorManagerTotal.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCursorManagerbyType.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDatabaseMirroring.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDatabases.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDeprecatedFeatures.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSExecStatistics.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSGeneralStatistics.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLatches.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLocks.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSMemoryManager.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSPlanCache.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationAgents.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationDist.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationLogreader.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationMerge.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationSnapshot.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSResourcePoolStats.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSSQLErrors.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSSQLStatistics.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSTraceEventStatistics_Costly.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSTraceStatistics_Costly.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSTransactions.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSUserSettable.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSWaitStatistics.pas ├── uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSWorkloadGroupStats.pas ├── uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Cache.pas ├── uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Connection.pas ├── uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008DataMiningModelProcessing.pas ├── uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008DataMiningPrediction.pas ├── uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Locks.pas ├── uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008MDX.pas ├── uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Memory.pas ├── uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008ProactiveCaching.pas ├── uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008ProcAggregations.pas ├── uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008ProcIndexes.pas ├── uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Processing.pas ├── uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008StorageEngineQuery.pas ├── uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Threads.pas ├── uWin32_PerfFormattedData_MsDtsServer100_SQLServerSSISService100.pas ├── uWin32_PerfFormattedData_NETCLRData_NETCLRData.pas ├── uWin32_PerfFormattedData_NETCLRNetworking4000_NETCLRNetworking4000.pas ├── uWin32_PerfFormattedData_NETCLRNetworking_NETCLRNetworking.pas ├── uWin32_PerfFormattedData_NETDataProviderforOracle_NETDataProviderforOracle.pas ├── uWin32_PerfFormattedData_NETDataProviderforSqlServer_NETDataProviderforSqlServer.pas ├── uWin32_PerfFormattedData_NETFramework_NETCLRExceptions.pas ├── uWin32_PerfFormattedData_NETFramework_NETCLRInterop.pas ├── uWin32_PerfFormattedData_NETFramework_NETCLRJit.pas ├── uWin32_PerfFormattedData_NETFramework_NETCLRLoading.pas ├── uWin32_PerfFormattedData_NETFramework_NETCLRLocksAndThreads.pas ├── uWin32_PerfFormattedData_NETFramework_NETCLRMemory.pas ├── uWin32_PerfFormattedData_NETFramework_NETCLRRemoting.pas ├── uWin32_PerfFormattedData_NETFramework_NETCLRSecurity.pas ├── uWin32_PerfFormattedData_NETMemoryCache40_NETMemoryCache40.pas ├── uWin32_PerfFormattedData_OfflineFiles_ClientSideCaching.pas ├── uWin32_PerfFormattedData_OfflineFiles_OfflineFiles.pas ├── uWin32_PerfFormattedData_Outlook_Outlook.pas ├── uWin32_PerfFormattedData_PeerDistSvc_BranchCache.pas ├── uWin32_PerfFormattedData_PeerNameResolutionProtocol_PeerNameResolutionProtocol.pas ├── uWin32_PerfFormattedData_PerfDisk_LogicalDisk.pas ├── uWin32_PerfFormattedData_PerfDisk_PhysicalDisk.pas ├── uWin32_PerfFormattedData_PerfNet_Browser.pas ├── uWin32_PerfFormattedData_PerfNet_Redirector.pas ├── uWin32_PerfFormattedData_PerfNet_Server.pas ├── uWin32_PerfFormattedData_PerfNet_ServerWorkQueues.pas ├── uWin32_PerfFormattedData_PerfOS_Cache.pas ├── uWin32_PerfFormattedData_PerfOS_Memory.pas ├── uWin32_PerfFormattedData_PerfOS_Objects.pas ├── uWin32_PerfFormattedData_PerfOS_PagingFile.pas ├── uWin32_PerfFormattedData_PerfOS_Processor.pas ├── uWin32_PerfFormattedData_PerfOS_System.pas ├── uWin32_PerfFormattedData_PerfProc_FullImage_Costly.pas ├── uWin32_PerfFormattedData_PerfProc_Heap_Costly.pas ├── uWin32_PerfFormattedData_PerfProc_Image_Costly.pas ├── uWin32_PerfFormattedData_PerfProc_JobObject.pas ├── uWin32_PerfFormattedData_PerfProc_JobObjectDetails.pas ├── uWin32_PerfFormattedData_PerfProc_Process.pas ├── uWin32_PerfFormattedData_PerfProc_ProcessAddressSpace_Costly.pas ├── uWin32_PerfFormattedData_PerfProc_Thread.pas ├── uWin32_PerfFormattedData_PerfProc_ThreadDetails_Costly.pas ├── uWin32_PerfFormattedData_PowerMeterCounter_PowerMeter.pas ├── uWin32_PerfFormattedData_RemoteAccess_RASPort.pas ├── uWin32_PerfFormattedData_RemoteAccess_RASTotal.pas ├── uWin32_PerfFormattedData_ReportServer_ReportServerService.pas ├── uWin32_PerfFormattedData_SMSvcHost3000_SMSvcHost3000.pas ├── uWin32_PerfFormattedData_SMSvcHost4000_SMSvcHost4000.pas ├── uWin32_PerfFormattedData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSAlerts.pas ├── uWin32_PerfFormattedData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSJobSteps.pas ├── uWin32_PerfFormattedData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSJobs.pas ├── uWin32_PerfFormattedData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSStatistics.pas ├── uWin32_PerfFormattedData_SQLSERVERAGENT_SQLAgentAlerts.pas ├── uWin32_PerfFormattedData_SQLSERVERAGENT_SQLAgentJobSteps.pas ├── uWin32_PerfFormattedData_SQLSERVERAGENT_SQLAgentJobs.pas ├── uWin32_PerfFormattedData_SQLSERVERAGENT_SQLAgentStatistics.pas ├── uWin32_PerfFormattedData_ServiceModel4000_ServiceModelEndpoint4000.pas ├── uWin32_PerfFormattedData_ServiceModel4000_ServiceModelOperation4000.pas ├── uWin32_PerfFormattedData_ServiceModel4000_ServiceModelService4000.pas ├── uWin32_PerfFormattedData_ServiceModelEndpoint3000_ServiceModelEndpoint3000.pas ├── uWin32_PerfFormattedData_ServiceModelOperation3000_ServiceModelOperation3000.pas ├── uWin32_PerfFormattedData_ServiceModelService3000_ServiceModelService3000.pas ├── uWin32_PerfFormattedData_Spooler_PrintQueue.pas ├── uWin32_PerfFormattedData_TBS_TBScounters.pas ├── uWin32_PerfFormattedData_TapiSrv_Telephony.pas ├── uWin32_PerfFormattedData_Tcpip_ICMP.pas ├── uWin32_PerfFormattedData_Tcpip_ICMPv6.pas ├── uWin32_PerfFormattedData_Tcpip_IPv4.pas ├── uWin32_PerfFormattedData_Tcpip_IPv6.pas ├── uWin32_PerfFormattedData_Tcpip_NBTConnection.pas ├── uWin32_PerfFormattedData_Tcpip_NetworkInterface.pas ├── uWin32_PerfFormattedData_Tcpip_TCPv4.pas ├── uWin32_PerfFormattedData_Tcpip_TCPv6.pas ├── uWin32_PerfFormattedData_Tcpip_UDPv4.pas ├── uWin32_PerfFormattedData_Tcpip_UDPv6.pas ├── uWin32_PerfFormattedData_TermService_TerminalServicesSession.pas ├── uWin32_PerfFormattedData_UGTHRSVC_SearchGatherer.pas ├── uWin32_PerfFormattedData_UGatherer_SearchGathererProjects.pas ├── uWin32_PerfFormattedData_VMware_VMware.pas ├── uWin32_PerfFormattedData_WSearchIdxPi_SearchIndexer.pas ├── uWin32_PerfFormattedData_WindowsMediaPlayer_WindowsMediaPlayerMetadata.pas ├── uWin32_PerfFormattedData_WindowsWorkflowFoundation3000_WindowsWorkflowFoundation.pas ├── uWin32_PerfFormattedData_WindowsWorkflowFoundation4000_WFSystemWorkflow4000.pas ├── uWin32_PerfFormattedData_aspnetstate_ASPNETStateService.pas ├── uWin32_PerfFormattedData_rdyboost_ReadyBoostCache.pas ├── uWin32_PerfFormattedData_usbhub_USB.pas ├── uWin32_PerfRawData_ASPNET4030319_ASPNETAppsv4030319.pas ├── uWin32_PerfRawData_ASPNET4030319_ASPNETv4030319.pas ├── uWin32_PerfRawData_ASPNET_ASPNET.pas ├── uWin32_PerfRawData_ASPNET_ASPNETApplications.pas ├── uWin32_PerfRawData_AuthorizationManager_AuthorizationManagerApplications.pas ├── uWin32_PerfRawData_BITS_BITSNetUtilization.pas ├── uWin32_PerfRawData_Counters_EventTracingforWindows.pas ├── uWin32_PerfRawData_Counters_EventTracingforWindowsSession.pas ├── uWin32_PerfRawData_Counters_GenericIKEv1AuthIPandIKEv2.pas ├── uWin32_PerfRawData_Counters_HTTPService.pas ├── uWin32_PerfRawData_Counters_HTTPServiceRequestQueues.pas ├── uWin32_PerfRawData_Counters_HTTPServiceUrlGroups.pas ├── uWin32_PerfRawData_Counters_IPHTTPSGlobal.pas ├── uWin32_PerfRawData_Counters_IPHTTPSSession.pas ├── uWin32_PerfRawData_Counters_IPsecAuthIPIPv4.pas ├── uWin32_PerfRawData_Counters_IPsecAuthIPIPv6.pas ├── uWin32_PerfRawData_Counters_IPsecDriver.pas ├── uWin32_PerfRawData_Counters_IPsecIKEv1IPv4.pas ├── uWin32_PerfRawData_Counters_IPsecIKEv1IPv6.pas ├── uWin32_PerfRawData_Counters_IPsecIKEv2IPv4.pas ├── uWin32_PerfRawData_Counters_IPsecIKEv2IPv6.pas ├── uWin32_PerfRawData_Counters_Netlogon.pas ├── uWin32_PerfRawData_Counters_PacerFlow.pas ├── uWin32_PerfRawData_Counters_PacerPipe.pas ├── uWin32_PerfRawData_Counters_PerProcessorNetworkActivityCycles.pas ├── uWin32_PerfRawData_Counters_PerProcessorNetworkInterfaceCardActivity.pas ├── uWin32_PerfRawData_Counters_ProcessorInformation.pas ├── uWin32_PerfRawData_Counters_Synchronization.pas ├── uWin32_PerfRawData_Counters_TeredoClient.pas ├── uWin32_PerfRawData_Counters_TeredoRelay.pas ├── uWin32_PerfRawData_Counters_TeredoServer.pas ├── uWin32_PerfRawData_Counters_WFP.pas ├── uWin32_PerfRawData_Counters_WFPv4.pas ├── uWin32_PerfRawData_Counters_WFPv6.pas ├── uWin32_PerfRawData_Counters_WSManQuotaStatistics.pas ├── uWin32_PerfRawData_DTSPipeline100_SQLServerSSISPipeline100.pas ├── uWin32_PerfRawData_DistributedRoutingTable_DistributedRoutingTable.pas ├── uWin32_PerfRawData_ESENT_Database.pas ├── uWin32_PerfRawData_ESENT_DatabaseInstances.pas ├── uWin32_PerfRawData_ESENT_DatabaseTableClasses.pas ├── uWin32_PerfRawData_FaxService_FaxService.pas ├── uWin32_PerfRawData_LocalSessionManager_TerminalServices.pas ├── uWin32_PerfRawData_Lsa_SecurityPerProcessStatistics.pas ├── uWin32_PerfRawData_Lsa_SecuritySystemWideStatistics.pas ├── uWin32_PerfRawData_MSDTCBridge3000_MSDTCBridge3000.pas ├── uWin32_PerfRawData_MSDTCBridge4000_MSDTCBridge4000.pas ├── uWin32_PerfRawData_MSDTC_DistributedTransactionCoordinator.pas ├── uWin32_PerfRawData_MSRS2008WebService_MSRS2008WebService.pas ├── uWin32_PerfRawData_MSRS2008WindowsService_MSRS2008WindowsService.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerAccessMethods.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerBackupDevice.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerBrokerActivation.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerBrokerDBMTransport.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerBrokerStatistics.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerBrokerTOStatistics.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerBufferManager.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerBufferNode.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerBufferPartition.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerCLR.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerCatalogMetadata.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerCursorManagerTotal.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerCursorManagerbyType.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerDatabaseMirroring.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerDatabases.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerDeprecatedFeatures.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerExecStatistics.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerGeneralStatistics.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerLatches.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerLocks.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerMemoryManager.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerPlanCache.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerReplicationAgents.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerReplicationDist.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerReplicationLogreader.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerReplicationMerge.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerReplicationSnapshot.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerResourcePoolStats.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerSQLErrors.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerSQLStatistics.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerTraceEventStatistics_Costly.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerTraceStatistics_Costly.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerTransactions.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerUserSettable.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerWaitStatistics.pas ├── uWin32_PerfRawData_MSSQLSERVER_SQLServerWorkloadGroupStats.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSAccessMethods.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBackupDevice.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerActivation.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerDBMTransport.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerStatistics.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBrokerTOStatistics.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferManager.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferNode.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferPartition.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCLR.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCatalogMetadata.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCursorManagerTotal.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCursorManagerbyType.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDatabaseMirroring.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDatabases.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDeprecatedFeatures.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSExecStatistics.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSGeneralStatistics.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLatches.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLocks.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSMemoryManager.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSPlanCache.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationAgents.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationDist.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationLogreader.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationMerge.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSReplicationSnapshot.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSResourcePoolStats.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSSQLErrors.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSSQLStatistics.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSTraceEventStatistics_Costly.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSTraceStatistics_Costly.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSTransactions.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSUserSettable.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSWaitStatistics.pas ├── uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSWorkloadGroupStats.pas ├── uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008Cache.pas ├── uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008Connection.pas ├── uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008DataMiningModelProcessing.pas ├── uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008DataMiningPrediction.pas ├── uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008Locks.pas ├── uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008MDX.pas ├── uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008Memory.pas ├── uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008ProactiveCaching.pas ├── uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008ProcAggregations.pas ├── uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008ProcIndexes.pas ├── uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008Processing.pas ├── uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008StorageEngineQuery.pas ├── uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008Threads.pas ├── uWin32_PerfRawData_MsDtsServer100_SQLServerSSISService100.pas ├── uWin32_PerfRawData_NETCLRData_NETCLRData.pas ├── uWin32_PerfRawData_NETCLRNetworking4000_NETCLRNetworking4000.pas ├── uWin32_PerfRawData_NETCLRNetworking_NETCLRNetworking.pas ├── uWin32_PerfRawData_NETDataProviderforOracle_NETDataProviderforOracle.pas ├── uWin32_PerfRawData_NETDataProviderforSqlServer_NETDataProviderforSqlServer.pas ├── uWin32_PerfRawData_NETFramework_NETCLRExceptions.pas ├── uWin32_PerfRawData_NETFramework_NETCLRInterop.pas ├── uWin32_PerfRawData_NETFramework_NETCLRJit.pas ├── uWin32_PerfRawData_NETFramework_NETCLRLoading.pas ├── uWin32_PerfRawData_NETFramework_NETCLRLocksAndThreads.pas ├── uWin32_PerfRawData_NETFramework_NETCLRMemory.pas ├── uWin32_PerfRawData_NETFramework_NETCLRRemoting.pas ├── uWin32_PerfRawData_NETFramework_NETCLRSecurity.pas ├── uWin32_PerfRawData_NETMemoryCache40_NETMemoryCache40.pas ├── uWin32_PerfRawData_OfflineFiles_ClientSideCaching.pas ├── uWin32_PerfRawData_OfflineFiles_OfflineFiles.pas ├── uWin32_PerfRawData_Outlook_Outlook.pas ├── uWin32_PerfRawData_PeerDistSvc_BranchCache.pas ├── uWin32_PerfRawData_PeerNameResolutionProtocol_PeerNameResolutionProtocol.pas ├── uWin32_PerfRawData_PerfDisk_LogicalDisk.pas ├── uWin32_PerfRawData_PerfDisk_PhysicalDisk.pas ├── uWin32_PerfRawData_PerfNet_Browser.pas ├── uWin32_PerfRawData_PerfNet_Redirector.pas ├── uWin32_PerfRawData_PerfNet_Server.pas ├── uWin32_PerfRawData_PerfNet_ServerWorkQueues.pas ├── uWin32_PerfRawData_PerfOS_Cache.pas ├── uWin32_PerfRawData_PerfOS_Memory.pas ├── uWin32_PerfRawData_PerfOS_Objects.pas ├── uWin32_PerfRawData_PerfOS_PagingFile.pas ├── uWin32_PerfRawData_PerfOS_Processor.pas ├── uWin32_PerfRawData_PerfOS_System.pas ├── uWin32_PerfRawData_PerfProc_FullImage_Costly.pas ├── uWin32_PerfRawData_PerfProc_Heap_Costly.pas ├── uWin32_PerfRawData_PerfProc_Image_Costly.pas ├── uWin32_PerfRawData_PerfProc_JobObject.pas ├── uWin32_PerfRawData_PerfProc_JobObjectDetails.pas ├── uWin32_PerfRawData_PerfProc_Process.pas ├── uWin32_PerfRawData_PerfProc_ProcessAddressSpace_Costly.pas ├── uWin32_PerfRawData_PerfProc_Thread.pas ├── uWin32_PerfRawData_PerfProc_ThreadDetails_Costly.pas ├── uWin32_PerfRawData_PowerMeterCounter_PowerMeter.pas ├── uWin32_PerfRawData_RemoteAccess_RASPort.pas ├── uWin32_PerfRawData_RemoteAccess_RASTotal.pas ├── uWin32_PerfRawData_ReportServer_ReportServerService.pas ├── uWin32_PerfRawData_SMSvcHost3000_SMSvcHost3000.pas ├── uWin32_PerfRawData_SMSvcHost4000_SMSvcHost4000.pas ├── uWin32_PerfRawData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSAlerts.pas ├── uWin32_PerfRawData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSJobSteps.pas ├── uWin32_PerfRawData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSJobs.pas ├── uWin32_PerfRawData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSStatistics.pas ├── uWin32_PerfRawData_SQLSERVERAGENT_SQLAgentAlerts.pas ├── uWin32_PerfRawData_SQLSERVERAGENT_SQLAgentJobSteps.pas ├── uWin32_PerfRawData_SQLSERVERAGENT_SQLAgentJobs.pas ├── uWin32_PerfRawData_SQLSERVERAGENT_SQLAgentStatistics.pas ├── uWin32_PerfRawData_ServiceModel4000_ServiceModelEndpoint4000.pas ├── uWin32_PerfRawData_ServiceModel4000_ServiceModelOperation4000.pas ├── uWin32_PerfRawData_ServiceModel4000_ServiceModelService4000.pas ├── uWin32_PerfRawData_ServiceModelEndpoint3000_ServiceModelEndpoint3000.pas ├── uWin32_PerfRawData_ServiceModelOperation3000_ServiceModelOperation3000.pas ├── uWin32_PerfRawData_ServiceModelService3000_ServiceModelService3000.pas ├── uWin32_PerfRawData_Spooler_PrintQueue.pas ├── uWin32_PerfRawData_TBS_TBScounters.pas ├── uWin32_PerfRawData_TapiSrv_Telephony.pas ├── uWin32_PerfRawData_Tcpip_ICMP.pas ├── uWin32_PerfRawData_Tcpip_ICMPv6.pas ├── uWin32_PerfRawData_Tcpip_IPv4.pas ├── uWin32_PerfRawData_Tcpip_IPv6.pas ├── uWin32_PerfRawData_Tcpip_NBTConnection.pas ├── uWin32_PerfRawData_Tcpip_NetworkInterface.pas ├── uWin32_PerfRawData_Tcpip_TCPv4.pas ├── uWin32_PerfRawData_Tcpip_TCPv6.pas ├── uWin32_PerfRawData_Tcpip_UDPv4.pas ├── uWin32_PerfRawData_Tcpip_UDPv6.pas ├── uWin32_PerfRawData_TermService_TerminalServicesSession.pas ├── uWin32_PerfRawData_UGTHRSVC_SearchGatherer.pas ├── uWin32_PerfRawData_UGatherer_SearchGathererProjects.pas ├── uWin32_PerfRawData_VMware_VMware.pas ├── uWin32_PerfRawData_WSearchIdxPi_SearchIndexer.pas ├── uWin32_PerfRawData_WindowsMediaPlayer_WindowsMediaPlayerMetadata.pas ├── uWin32_PerfRawData_WindowsWorkflowFoundation3000_WindowsWorkflowFoundation.pas ├── uWin32_PerfRawData_WindowsWorkflowFoundation4000_WFSystemWorkflow4000.pas ├── uWin32_PerfRawData_aspnetstate_ASPNETStateService.pas ├── uWin32_PerfRawData_rdyboost_ReadyBoostCache.pas ├── uWin32_PerfRawData_usbhub_USB.pas ├── uWin32_PhysicalMedia.pas ├── uWin32_PhysicalMemory.pas ├── uWin32_PhysicalMemoryArray.pas ├── uWin32_PhysicalMemoryLocation.pas ├── uWin32_PingStatus.pas ├── uWin32_PnPDevice.pas ├── uWin32_PnPEntity.pas ├── uWin32_PnPSignedDriver.pas ├── uWin32_PnPSignedDriverCIMDataFile.pas ├── uWin32_PointingDevice.pas ├── uWin32_PortConnector.pas ├── uWin32_PortResource.pas ├── uWin32_PortableBattery.pas ├── uWin32_PrintJob.pas ├── uWin32_Printer.pas ├── uWin32_PrinterConfiguration.pas ├── uWin32_PrinterController.pas ├── uWin32_PrinterDriver.pas ├── uWin32_PrinterDriverDll.pas ├── uWin32_PrinterSetting.pas ├── uWin32_PrinterShare.pas ├── uWin32_Process.pas ├── uWin32_Processor.pas ├── uWin32_Product.pas ├── uWin32_ProductCheck.pas ├── uWin32_ProductResource.pas ├── uWin32_ProductSoftwareFeatures.pas ├── uWin32_ProgIDSpecification.pas ├── uWin32_ProgramGroupContents.pas ├── uWin32_Property.pas ├── uWin32_ProtocolBinding.pas ├── uWin32_PublishComponentAction.pas ├── uWin32_QuickFixEngineering.pas ├── uWin32_QuotaSetting.pas ├── uWin32_Refrigeration.pas ├── uWin32_Registry.pas ├── uWin32_RegistryAction.pas ├── uWin32_ReliabilityRecords.pas ├── uWin32_ReliabilityStabilityMetrics.pas ├── uWin32_RemoveFileAction.pas ├── uWin32_RemoveIniAction.pas ├── uWin32_ReserveCost.pas ├── uWin32_SCSIController.pas ├── uWin32_SCSIControllerDevice.pas ├── uWin32_SID.pas ├── uWin32_ScheduledJob.pas ├── uWin32_SecurityDescriptorHelper.pas ├── uWin32_SecuritySettingOfLogicalFile.pas ├── uWin32_SecuritySettingOfLogicalShare.pas ├── uWin32_SelfRegModuleAction.pas ├── uWin32_SerialPort.pas ├── uWin32_SerialPortConfiguration.pas ├── uWin32_SerialPortSetting.pas ├── uWin32_ServerConnection.pas ├── uWin32_ServerSession.pas ├── uWin32_Service.pas ├── uWin32_ServiceControl.pas ├── uWin32_ServiceSpecification.pas ├── uWin32_ServiceSpecificationService.pas ├── uWin32_SessionConnection.pas ├── uWin32_SessionProcess.pas ├── uWin32_ShadowBy.pas ├── uWin32_ShadowCopy.pas ├── uWin32_ShadowDiffVolumeSupport.pas ├── uWin32_ShadowFor.pas ├── uWin32_ShadowOn.pas ├── uWin32_ShadowProvider.pas ├── uWin32_ShadowStorage.pas ├── uWin32_ShadowVolumeSupport.pas ├── uWin32_Share.pas ├── uWin32_ShareToDirectory.pas ├── uWin32_ShortcutAction.pas ├── uWin32_ShortcutFile.pas ├── uWin32_ShortcutSAP.pas ├── uWin32_SoftwareElement.pas ├── uWin32_SoftwareElementAction.pas ├── uWin32_SoftwareElementCheck.pas ├── uWin32_SoftwareElementCondition.pas ├── uWin32_SoftwareElementResource.pas ├── uWin32_SoftwareFeature.pas ├── uWin32_SoftwareFeatureAction.pas ├── uWin32_SoftwareFeatureCheck.pas ├── uWin32_SoftwareFeatureParent.pas ├── uWin32_SoftwareFeatureSoftwareElements.pas ├── uWin32_SoundDevice.pas ├── uWin32_StartupCommand.pas ├── uWin32_SubDirectory.pas ├── uWin32_SystemAccount.pas ├── uWin32_SystemBIOS.pas ├── uWin32_SystemBootConfiguration.pas ├── uWin32_SystemDesktop.pas ├── uWin32_SystemDevices.pas ├── uWin32_SystemDriver.pas ├── uWin32_SystemDriverPNPEntity.pas ├── uWin32_SystemEnclosure.pas ├── uWin32_SystemLoadOrderGroups.pas ├── uWin32_SystemNetworkConnections.pas ├── uWin32_SystemOperatingSystem.pas ├── uWin32_SystemPartitions.pas ├── uWin32_SystemProcesses.pas ├── uWin32_SystemProgramGroups.pas ├── uWin32_SystemResources.pas ├── uWin32_SystemServices.pas ├── uWin32_SystemSlot.pas ├── uWin32_SystemSystemDriver.pas ├── uWin32_SystemTimeZone.pas ├── uWin32_SystemUsers.pas ├── uWin32_TCPIPPrinterPort.pas ├── uWin32_TapeDrive.pas ├── uWin32_TemperatureProbe.pas ├── uWin32_TerminalService.pas ├── uWin32_Thread.pas ├── uWin32_TimeZone.pas ├── uWin32_TypeLibraryAction.pas ├── uWin32_USBController.pas ├── uWin32_USBControllerDevice.pas ├── uWin32_USBHub.pas ├── uWin32_UTCTime.pas ├── uWin32_UserAccount.pas ├── uWin32_UserDesktop.pas ├── uWin32_UserInDomain.pas ├── uWin32_UserProfile.pas ├── uWin32_VideoController.pas ├── uWin32_VideoSettings.pas ├── uWin32_VoltageProbe.pas ├── uWin32_Volume.pas ├── uWin32_VolumeQuota.pas ├── uWin32_VolumeQuotaSetting.pas ├── uWin32_VolumeUserQuota.pas ├── uWin32_WMIElementSetting.pas ├── uWin32_WMISetting.pas ├── uWin32_WinSAT.pas └── uWmiDelphiClass.pas ├── todo.txt └── units ├── AsyncCalls.pas ├── CodeView.dfm ├── CodeView.pas ├── DelphiSyntax.pas ├── Jedi.inc ├── JediAPILib.inc ├── JwaActiveX.pas ├── JwaWbemCli.pas ├── JwaWinDLLNames.pas ├── JwaWinNT.pas ├── JwaWinType.pas ├── ListView_Helper.pas ├── WbemScripting_TLB.pas ├── uCustomImageDrawHook.pas ├── uDelphiIDE.pas ├── uDelphiSyntax.pas ├── uDelphiVersions.pas ├── uGlobals.pas ├── uLazarusIDE.pas ├── uMisc.pas ├── uOleVariantEnum.pas ├── uRegistry.pas ├── uSelectCompilerVersion.dfm ├── uSelectCompilerVersion.pas ├── uSettings.dfm ├── uSettings.pas ├── uWmiDelphiClass.pas ├── uWmiDelphiClass_.pas ├── uWmiDelphiCodeCreator.pas ├── uWmiDelphiCodeCreator_FullCodeMethods.pas └── uWmi_Metadata.pas /DelphiWmiClassGen.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/DelphiWmiClassGen.dpr -------------------------------------------------------------------------------- /DelphiWmiClassGen.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/DelphiWmiClassGen.dproj -------------------------------------------------------------------------------- /DelphiWmiClassGen.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/DelphiWmiClassGen.res -------------------------------------------------------------------------------- /DelphiWmiClassGen_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/DelphiWmiClassGen_Icon.ico -------------------------------------------------------------------------------- /Demos/Apps/Process Viewer/ProcessViewer.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Demos/Apps/Process Viewer/ProcessViewer.dpr -------------------------------------------------------------------------------- /Demos/Apps/Process Viewer/ProcessViewer.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Demos/Apps/Process Viewer/ProcessViewer.dproj -------------------------------------------------------------------------------- /Demos/Apps/Process Viewer/ProcessViewer.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Demos/Apps/Process Viewer/ProcessViewer.res -------------------------------------------------------------------------------- /Demos/Apps/Process Viewer/uMain.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Demos/Apps/Process Viewer/uMain.dfm -------------------------------------------------------------------------------- /Demos/Apps/Process Viewer/uMain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Demos/Apps/Process Viewer/uMain.pas -------------------------------------------------------------------------------- /Demos/Console/TestRemote.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Demos/Console/TestRemote.dpr -------------------------------------------------------------------------------- /Demos/Console/TestRemoteShareConnection.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Demos/Console/TestRemoteShareConnection.dpr -------------------------------------------------------------------------------- /Demos/Console/TestWin32Process.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Demos/Console/TestWin32Process.dpr -------------------------------------------------------------------------------- /Demos/Console/TestWin32_BaseBoard.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Demos/Console/TestWin32_BaseBoard.dpr -------------------------------------------------------------------------------- /Demos/Console/TestWin32_Volume.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Demos/Console/TestWin32_Volume.dpr -------------------------------------------------------------------------------- /Demos/Console/Test_WiFi_AdapterCachedScanList.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Demos/Console/Test_WiFi_AdapterCachedScanList.dpr -------------------------------------------------------------------------------- /Demos/Console/Test_WiFi_AvailableNetwork.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Demos/Console/Test_WiFi_AvailableNetwork.dpr -------------------------------------------------------------------------------- /Demos/Console/Test_Win32_LogicalDisk.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Demos/Console/Test_Win32_LogicalDisk.dpr -------------------------------------------------------------------------------- /Demos/FPC/Test_Process.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Demos/FPC/Test_Process.lpi -------------------------------------------------------------------------------- /Demos/FPC/Test_Process.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Demos/FPC/Test_Process.lpr -------------------------------------------------------------------------------- /Extras/ISSkin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Extras/ISSkin.dll -------------------------------------------------------------------------------- /Extras/Office2007.cjstyles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Extras/Office2007.cjstyles -------------------------------------------------------------------------------- /Extras/Office2007Gray.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Extras/Office2007Gray.bmp -------------------------------------------------------------------------------- /Images/Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Images/Icon.ico -------------------------------------------------------------------------------- /Images/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Images/Logo.png -------------------------------------------------------------------------------- /Images/Logo_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Images/Logo_m.png -------------------------------------------------------------------------------- /Images/Logo_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Images/Logo_s.png -------------------------------------------------------------------------------- /Images/Main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Images/Main.png -------------------------------------------------------------------------------- /Installer.iss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Installer.iss -------------------------------------------------------------------------------- /Main.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Main.dfm -------------------------------------------------------------------------------- /Main.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/Main.pas -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/README.md -------------------------------------------------------------------------------- /root_CIMV2/TestLib.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/TestLib.dpr -------------------------------------------------------------------------------- /root_CIMV2/WbemScripting_TLB.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/WbemScripting_TLB.pas -------------------------------------------------------------------------------- /root_CIMV2/uCIM_DataFile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uCIM_DataFile.pas -------------------------------------------------------------------------------- /root_CIMV2/uCIM_DirectoryContainsFile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uCIM_DirectoryContainsFile.pas -------------------------------------------------------------------------------- /root_CIMV2/uCIM_ProcessExecutable.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uCIM_ProcessExecutable.pas -------------------------------------------------------------------------------- /root_CIMV2/uCIM_VideoControllerResolution.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uCIM_VideoControllerResolution.pas -------------------------------------------------------------------------------- /root_CIMV2/uMsft_Providers.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uMsft_Providers.pas -------------------------------------------------------------------------------- /root_CIMV2/uMsft_WmiProvider_Counters.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uMsft_WmiProvider_Counters.pas -------------------------------------------------------------------------------- /root_CIMV2/uSoftwareLicensingProduct.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uSoftwareLicensingProduct.pas -------------------------------------------------------------------------------- /root_CIMV2/uSoftwareLicensingService.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uSoftwareLicensingService.pas -------------------------------------------------------------------------------- /root_CIMV2/uSoftwareLicensingTokenActivationLicense.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uSoftwareLicensingTokenActivationLicense.pas -------------------------------------------------------------------------------- /root_CIMV2/uStdRegProv.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uStdRegProv.pas -------------------------------------------------------------------------------- /root_CIMV2/uWiFi_AdapterAssocStats.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWiFi_AdapterAssocStats.pas -------------------------------------------------------------------------------- /root_CIMV2/uWiFi_AdapterAssociationInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWiFi_AdapterAssociationInfo.pas -------------------------------------------------------------------------------- /root_CIMV2/uWiFi_AdapterCachedScanList.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWiFi_AdapterCachedScanList.pas -------------------------------------------------------------------------------- /root_CIMV2/uWiFi_AdapterChannel.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWiFi_AdapterChannel.pas -------------------------------------------------------------------------------- /root_CIMV2/uWiFi_AdapterConfigSettings.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWiFi_AdapterConfigSettings.pas -------------------------------------------------------------------------------- /root_CIMV2/uWiFi_AdapterDevice.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWiFi_AdapterDevice.pas -------------------------------------------------------------------------------- /root_CIMV2/uWiFi_AdapterFeatures.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWiFi_AdapterFeatures.pas -------------------------------------------------------------------------------- /root_CIMV2/uWiFi_AdapterSignalParameters.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWiFi_AdapterSignalParameters.pas -------------------------------------------------------------------------------- /root_CIMV2/uWiFi_AdapterTcpIpSettings.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWiFi_AdapterTcpIpSettings.pas -------------------------------------------------------------------------------- /root_CIMV2/uWiFi_AdapterTcpIpv6Settings.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWiFi_AdapterTcpIpv6Settings.pas -------------------------------------------------------------------------------- /root_CIMV2/uWiFi_AdapterTxRxStats.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWiFi_AdapterTxRxStats.pas -------------------------------------------------------------------------------- /root_CIMV2/uWiFi_AdapterVersion.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWiFi_AdapterVersion.pas -------------------------------------------------------------------------------- /root_CIMV2/uWiFi_AvailableNetwork.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWiFi_AvailableNetwork.pas -------------------------------------------------------------------------------- /root_CIMV2/uWiFi_NetworkAdapter.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWiFi_NetworkAdapter.pas -------------------------------------------------------------------------------- /root_CIMV2/uWiFi_NetworkAdapterConfiguration.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWiFi_NetworkAdapterConfiguration.pas -------------------------------------------------------------------------------- /root_CIMV2/uWiFi_NetworkAdapterSetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWiFi_NetworkAdapterSetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWiFi_PreferredProfile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWiFi_PreferredProfile.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_1394Controller.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_1394Controller.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_1394ControllerDevice.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_1394ControllerDevice.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_AccountSID.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_AccountSID.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ActionCheck.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ActionCheck.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ActiveRoute.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ActiveRoute.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_AllocatedResource.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_AllocatedResource.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ApplicationCommandLine.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ApplicationCommandLine.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ApplicationService.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ApplicationService.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_AssociatedProcessorMemory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_AssociatedProcessorMemory.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_AutochkSetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_AutochkSetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_BIOS.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_BIOS.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_BaseBoard.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_BaseBoard.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Battery.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Battery.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Binary.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Binary.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_BindImageAction.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_BindImageAction.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_BootConfiguration.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_BootConfiguration.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Bus.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Bus.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_CDROMDrive.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_CDROMDrive.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_CIMLogicalDeviceCIMDataFile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_CIMLogicalDeviceCIMDataFile.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_COMApplicationSettings.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_COMApplicationSettings.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_CacheMemory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_CacheMemory.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_CheckCheck.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_CheckCheck.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ClassInfoAction.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ClassInfoAction.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ClassicCOMApplicationClasses.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ClassicCOMApplicationClasses.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ClassicCOMClass.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ClassicCOMClass.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ClassicCOMClassSetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ClassicCOMClassSetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ClassicCOMClassSettings.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ClassicCOMClassSettings.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ClientApplicationSetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ClientApplicationSetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ClusterShare.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ClusterShare.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_CodecFile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_CodecFile.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ComClassAutoEmulator.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ComClassAutoEmulator.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ComClassEmulator.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ComClassEmulator.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_CommandLineAccess.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_CommandLineAccess.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ComponentCategory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ComponentCategory.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ComputerSystem.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ComputerSystem.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ComputerSystemProcessor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ComputerSystemProcessor.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ComputerSystemProduct.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ComputerSystemProduct.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Condition.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Condition.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ConnectionShare.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ConnectionShare.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ControllerHasHub.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ControllerHasHub.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_CreateFolderAction.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_CreateFolderAction.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_CurrentProbe.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_CurrentProbe.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DCOMApplication.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DCOMApplication.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DCOMApplicationAccessAllowedSetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DCOMApplicationAccessAllowedSetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DCOMApplicationLaunchAllowedSetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DCOMApplicationLaunchAllowedSetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DCOMApplicationSetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DCOMApplicationSetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DMAChannel.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DMAChannel.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DependentService.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DependentService.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Desktop.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Desktop.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DesktopMonitor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DesktopMonitor.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DeviceBus.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DeviceBus.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DeviceMemoryAddress.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DeviceMemoryAddress.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DfsNode.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DfsNode.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DfsNodeTarget.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DfsNodeTarget.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DfsTarget.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DfsTarget.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Directory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Directory.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DirectorySpecification.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DirectorySpecification.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DiskDrive.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DiskDrive.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DiskDrivePhysicalMedia.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DiskDrivePhysicalMedia.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DiskDriveToDiskPartition.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DiskDriveToDiskPartition.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DiskPartition.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DiskPartition.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DiskQuota.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DiskQuota.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DisplayConfiguration.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DisplayConfiguration.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DisplayControllerConfiguration.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DisplayControllerConfiguration.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DriverForDevice.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DriverForDevice.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_DuplicateFileAction.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_DuplicateFileAction.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Environment.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Environment.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_EnvironmentSpecification.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_EnvironmentSpecification.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ExtensionInfoAction.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ExtensionInfoAction.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Fan.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Fan.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_FileSpecification.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_FileSpecification.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_FloppyController.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_FloppyController.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_FloppyDrive.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_FloppyDrive.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_FontInfoAction.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_FontInfoAction.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Group.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Group.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_GroupInDomain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_GroupInDomain.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_GroupUser.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_GroupUser.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_HeatPipe.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_HeatPipe.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_IDEController.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_IDEController.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_IDEControllerDevice.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_IDEControllerDevice.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_IP4PersistedRouteTable.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_IP4PersistedRouteTable.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_IP4RouteTable.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_IP4RouteTable.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_IRQResource.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_IRQResource.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ImplementedCategory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ImplementedCategory.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_InfraredDevice.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_InfraredDevice.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_IniFileSpecification.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_IniFileSpecification.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_InstalledSoftwareElement.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_InstalledSoftwareElement.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Keyboard.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Keyboard.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LaunchCondition.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LaunchCondition.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LoadOrderGroup.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LoadOrderGroup.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LoadOrderGroupServiceDependencies.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LoadOrderGroupServiceDependencies.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LoadOrderGroupServiceMembers.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LoadOrderGroupServiceMembers.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LocalTime.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LocalTime.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LoggedOnUser.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LoggedOnUser.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LogicalDisk.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LogicalDisk.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LogicalDiskRootDirectory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LogicalDiskRootDirectory.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LogicalDiskToPartition.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LogicalDiskToPartition.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LogicalFileAccess.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LogicalFileAccess.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LogicalFileAuditing.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LogicalFileAuditing.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LogicalFileGroup.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LogicalFileGroup.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LogicalFileOwner.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LogicalFileOwner.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LogicalFileSecuritySetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LogicalFileSecuritySetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LogicalProgramGroup.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LogicalProgramGroup.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LogicalProgramGroupDirectory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LogicalProgramGroupDirectory.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LogicalProgramGroupItem.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LogicalProgramGroupItem.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LogicalProgramGroupItemDataFile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LogicalProgramGroupItemDataFile.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LogicalShareAccess.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LogicalShareAccess.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LogicalShareAuditing.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LogicalShareAuditing.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LogicalShareSecuritySetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LogicalShareSecuritySetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LogonSession.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LogonSession.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_LogonSessionMappedDisk.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_LogonSessionMappedDisk.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_MIMEInfoAction.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_MIMEInfoAction.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_MappedLogicalDisk.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_MappedLogicalDisk.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_MemoryArray.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_MemoryArray.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_MemoryArrayLocation.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_MemoryArrayLocation.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_MemoryDevice.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_MemoryDevice.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_MemoryDeviceArray.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_MemoryDeviceArray.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_MemoryDeviceLocation.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_MemoryDeviceLocation.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_MotherboardDevice.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_MotherboardDevice.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_MountPoint.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_MountPoint.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_MoveFileAction.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_MoveFileAction.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NTDomain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NTDomain.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NTEventlogFile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NTEventlogFile.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NTLogEvent.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NTLogEvent.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NTLogEventComputer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NTLogEventComputer.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NTLogEventLog.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NTLogEventLog.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NTLogEventUser.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NTLogEventUser.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NamedJobObject.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NamedJobObject.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NamedJobObjectActgInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NamedJobObjectActgInfo.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NamedJobObjectLimit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NamedJobObjectLimit.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NamedJobObjectLimitSetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NamedJobObjectLimitSetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NamedJobObjectProcess.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NamedJobObjectProcess.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NamedJobObjectSecLimit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NamedJobObjectSecLimit.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NamedJobObjectSecLimitSetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NamedJobObjectSecLimitSetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NamedJobObjectStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NamedJobObjectStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NetworkAdapter.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NetworkAdapter.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NetworkAdapterConfiguration.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NetworkAdapterConfiguration.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NetworkAdapterSetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NetworkAdapterSetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NetworkClient.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NetworkClient.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NetworkConnection.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NetworkConnection.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NetworkLoginProfile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NetworkLoginProfile.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_NetworkProtocol.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_NetworkProtocol.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ODBCAttribute.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ODBCAttribute.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ODBCDataSourceAttribute.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ODBCDataSourceAttribute.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ODBCDataSourceSpecification.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ODBCDataSourceSpecification.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ODBCDriverAttribute.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ODBCDriverAttribute.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ODBCDriverSoftwareElement.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ODBCDriverSoftwareElement.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ODBCDriverSpecification.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ODBCDriverSpecification.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ODBCSourceAttribute.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ODBCSourceAttribute.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ODBCTranslatorSpecification.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ODBCTranslatorSpecification.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_OSRecoveryConfiguration.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_OSRecoveryConfiguration.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_OfflineFilesCache.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_OfflineFilesCache.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_OfflineFilesChangeInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_OfflineFilesChangeInfo.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_OfflineFilesConnectionInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_OfflineFilesConnectionInfo.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_OfflineFilesDirtyInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_OfflineFilesDirtyInfo.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_OfflineFilesFileSysInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_OfflineFilesFileSysInfo.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_OfflineFilesItem.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_OfflineFilesItem.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_OfflineFilesPinInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_OfflineFilesPinInfo.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_OfflineFilesSuspendInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_OfflineFilesSuspendInfo.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_OnBoardDevice.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_OnBoardDevice.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_OperatingSystem.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_OperatingSystem.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_OperatingSystemAutochkSetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_OperatingSystemAutochkSetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_OperatingSystemQFE.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_OperatingSystemQFE.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_OptionalFeature.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_OptionalFeature.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PCMCIAController.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PCMCIAController.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PNPAllocatedResource.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PNPAllocatedResource.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_POTSModem.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_POTSModem.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_POTSModemToSerialPort.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_POTSModemToSerialPort.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PageFile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PageFile.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PageFileElementSetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PageFileElementSetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PageFileSetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PageFileSetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PageFileUsage.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PageFileUsage.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ParallelPort.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ParallelPort.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Patch.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Patch.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PatchFile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PatchFile.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PatchPackage.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PatchPackage.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_ASPNET4030319_ASPNETAppsv4030319.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_ASPNET4030319_ASPNETAppsv4030319.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_ASPNET4030319_ASPNETv4030319.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_ASPNET4030319_ASPNETv4030319.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_ASPNET_ASPNET.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_ASPNET_ASPNET.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_ASPNET_ASPNETApplications.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_ASPNET_ASPNETApplications.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_BITS_BITSNetUtilization.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_BITS_BITSNetUtilization.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_EventTracingforWindows.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_EventTracingforWindows.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_EventTracingforWindowsSession.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_EventTracingforWindowsSession.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_GenericIKEv1AuthIPandIKEv2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_GenericIKEv1AuthIPandIKEv2.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_HTTPService.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_HTTPService.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_HTTPServiceRequestQueues.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_HTTPServiceRequestQueues.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_HTTPServiceUrlGroups.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_HTTPServiceUrlGroups.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_IPHTTPSGlobal.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_IPHTTPSGlobal.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_IPHTTPSSession.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_IPHTTPSSession.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_IPsecAuthIPIPv4.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_IPsecAuthIPIPv4.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_IPsecAuthIPIPv6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_IPsecAuthIPIPv6.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_IPsecDriver.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_IPsecDriver.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_IPsecIKEv1IPv4.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_IPsecIKEv1IPv4.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_IPsecIKEv1IPv6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_IPsecIKEv1IPv6.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_IPsecIKEv2IPv4.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_IPsecIKEv2IPv4.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_IPsecIKEv2IPv6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_IPsecIKEv2IPv6.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_Netlogon.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_Netlogon.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_PacerFlow.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_PacerFlow.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_PacerPipe.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_PacerPipe.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_ProcessorInformation.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_ProcessorInformation.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_Synchronization.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_Synchronization.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_TeredoClient.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_TeredoClient.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_TeredoRelay.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_TeredoRelay.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_TeredoServer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_TeredoServer.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_WFP.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_WFP.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_WFPv4.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_WFPv4.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_WFPv6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_WFPv6.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Counters_WSManQuotaStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Counters_WSManQuotaStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_DTSPipeline100_SQLServerSSISPipeline100.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_DTSPipeline100_SQLServerSSISPipeline100.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_ESENT_Database.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_ESENT_Database.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_ESENT_DatabaseInstances.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_ESENT_DatabaseInstances.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_ESENT_DatabaseTableClasses.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_ESENT_DatabaseTableClasses.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_FaxService_FaxService.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_FaxService_FaxService.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_LocalSessionManager_TerminalServices.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_LocalSessionManager_TerminalServices.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Lsa_SecurityPerProcessStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Lsa_SecurityPerProcessStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Lsa_SecuritySystemWideStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Lsa_SecuritySystemWideStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSDTCBridge3000_MSDTCBridge3000.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSDTCBridge3000_MSDTCBridge3000.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSDTCBridge4000_MSDTCBridge4000.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSDTCBridge4000_MSDTCBridge4000.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSDTC_DistributedTransactionCoordinator.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSDTC_DistributedTransactionCoordinator.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSRS2008WebService_MSRS2008WebService.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSRS2008WebService_MSRS2008WebService.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerAccessMethods.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerAccessMethods.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBackupDevice.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBackupDevice.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBrokerActivation.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBrokerActivation.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBrokerDBMTransport.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBrokerDBMTransport.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBrokerStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBrokerStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBrokerTOStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBrokerTOStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBufferManager.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBufferManager.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBufferNode.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBufferNode.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBufferPartition.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerBufferPartition.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerCLR.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerCLR.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerCatalogMetadata.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerCatalogMetadata.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerCursorManagerTotal.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerCursorManagerTotal.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerCursorManagerbyType.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerCursorManagerbyType.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerDatabaseMirroring.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerDatabaseMirroring.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerDatabases.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerDatabases.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerDeprecatedFeatures.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerDeprecatedFeatures.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerExecStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerExecStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerGeneralStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerGeneralStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerLatches.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerLatches.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerLocks.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerLocks.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerMemoryManager.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerMemoryManager.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerPlanCache.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerPlanCache.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerReplicationAgents.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerReplicationAgents.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerReplicationDist.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerReplicationDist.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerReplicationMerge.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerReplicationMerge.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerReplicationSnapshot.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerReplicationSnapshot.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerResourcePoolStats.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerResourcePoolStats.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerSQLErrors.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerSQLErrors.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerSQLStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerSQLStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerTransactions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerTransactions.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerUserSettable.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerUserSettable.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerWaitStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerWaitStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerWorkloadGroupStats.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSERVER_SQLServerWorkloadGroupStats.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCLR.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCLR.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDatabases.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDatabases.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLatches.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLatches.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLocks.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLocks.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSPlanCache.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSPlanCache.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSSQLErrors.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSSQLErrors.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Cache.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Cache.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Locks.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Locks.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008MDX.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008MDX.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Memory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Memory.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Threads.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MSSQLServerOLAPService_MSAS2008Threads.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_MsDtsServer100_SQLServerSSISService100.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_MsDtsServer100_SQLServerSSISService100.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_NETCLRData_NETCLRData.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_NETCLRData_NETCLRData.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_NETCLRNetworking_NETCLRNetworking.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_NETCLRNetworking_NETCLRNetworking.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_NETFramework_NETCLRExceptions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_NETFramework_NETCLRExceptions.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_NETFramework_NETCLRInterop.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_NETFramework_NETCLRInterop.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_NETFramework_NETCLRJit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_NETFramework_NETCLRJit.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_NETFramework_NETCLRLoading.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_NETFramework_NETCLRLoading.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_NETFramework_NETCLRLocksAndThreads.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_NETFramework_NETCLRLocksAndThreads.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_NETFramework_NETCLRMemory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_NETFramework_NETCLRMemory.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_NETFramework_NETCLRRemoting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_NETFramework_NETCLRRemoting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_NETFramework_NETCLRSecurity.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_NETFramework_NETCLRSecurity.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_NETMemoryCache40_NETMemoryCache40.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_NETMemoryCache40_NETMemoryCache40.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_OfflineFiles_ClientSideCaching.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_OfflineFiles_ClientSideCaching.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_OfflineFiles_OfflineFiles.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_OfflineFiles_OfflineFiles.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Outlook_Outlook.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Outlook_Outlook.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PeerDistSvc_BranchCache.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PeerDistSvc_BranchCache.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfDisk_LogicalDisk.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfDisk_LogicalDisk.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfDisk_PhysicalDisk.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfDisk_PhysicalDisk.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfNet_Browser.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfNet_Browser.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfNet_Redirector.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfNet_Redirector.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfNet_Server.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfNet_Server.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfNet_ServerWorkQueues.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfNet_ServerWorkQueues.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfOS_Cache.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfOS_Cache.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfOS_Memory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfOS_Memory.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfOS_Objects.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfOS_Objects.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfOS_PagingFile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfOS_PagingFile.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfOS_Processor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfOS_Processor.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfOS_System.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfOS_System.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfProc_FullImage_Costly.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfProc_FullImage_Costly.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfProc_Heap_Costly.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfProc_Heap_Costly.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfProc_Image_Costly.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfProc_Image_Costly.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfProc_JobObject.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfProc_JobObject.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfProc_JobObjectDetails.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfProc_JobObjectDetails.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfProc_Process.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfProc_Process.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfProc_ProcessAddressSpace_Costly.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfProc_ProcessAddressSpace_Costly.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfProc_Thread.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfProc_Thread.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PerfProc_ThreadDetails_Costly.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PerfProc_ThreadDetails_Costly.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_PowerMeterCounter_PowerMeter.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_PowerMeterCounter_PowerMeter.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_RemoteAccess_RASPort.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_RemoteAccess_RASPort.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_RemoteAccess_RASTotal.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_RemoteAccess_RASTotal.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_ReportServer_ReportServerService.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_ReportServer_ReportServerService.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_SMSvcHost3000_SMSvcHost3000.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_SMSvcHost3000_SMSvcHost3000.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_SMSvcHost4000_SMSvcHost4000.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_SMSvcHost4000_SMSvcHost4000.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_SQLSERVERAGENT_SQLAgentAlerts.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_SQLSERVERAGENT_SQLAgentAlerts.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_SQLSERVERAGENT_SQLAgentJobSteps.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_SQLSERVERAGENT_SQLAgentJobSteps.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_SQLSERVERAGENT_SQLAgentJobs.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_SQLSERVERAGENT_SQLAgentJobs.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_SQLSERVERAGENT_SQLAgentStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_SQLSERVERAGENT_SQLAgentStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_ServiceModel4000_ServiceModelService4000.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_ServiceModel4000_ServiceModelService4000.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Spooler_PrintQueue.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Spooler_PrintQueue.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_TBS_TBScounters.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_TBS_TBScounters.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_TapiSrv_Telephony.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_TapiSrv_Telephony.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Tcpip_ICMP.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Tcpip_ICMP.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Tcpip_ICMPv6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Tcpip_ICMPv6.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Tcpip_IPv4.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Tcpip_IPv4.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Tcpip_IPv6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Tcpip_IPv6.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Tcpip_NBTConnection.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Tcpip_NBTConnection.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Tcpip_NetworkInterface.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Tcpip_NetworkInterface.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Tcpip_TCPv4.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Tcpip_TCPv4.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Tcpip_TCPv6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Tcpip_TCPv6.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Tcpip_UDPv4.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Tcpip_UDPv4.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_Tcpip_UDPv6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_Tcpip_UDPv6.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_TermService_TerminalServicesSession.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_TermService_TerminalServicesSession.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_UGTHRSVC_SearchGatherer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_UGTHRSVC_SearchGatherer.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_UGatherer_SearchGathererProjects.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_UGatherer_SearchGathererProjects.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_VMware_VMware.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_VMware_VMware.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_WSearchIdxPi_SearchIndexer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_WSearchIdxPi_SearchIndexer.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_aspnetstate_ASPNETStateService.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_aspnetstate_ASPNETStateService.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_rdyboost_ReadyBoostCache.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_rdyboost_ReadyBoostCache.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfFormattedData_usbhub_USB.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfFormattedData_usbhub_USB.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_ASPNET4030319_ASPNETAppsv4030319.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_ASPNET4030319_ASPNETAppsv4030319.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_ASPNET4030319_ASPNETv4030319.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_ASPNET4030319_ASPNETv4030319.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_ASPNET_ASPNET.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_ASPNET_ASPNET.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_ASPNET_ASPNETApplications.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_ASPNET_ASPNETApplications.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_BITS_BITSNetUtilization.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_BITS_BITSNetUtilization.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_EventTracingforWindows.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_EventTracingforWindows.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_EventTracingforWindowsSession.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_EventTracingforWindowsSession.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_GenericIKEv1AuthIPandIKEv2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_GenericIKEv1AuthIPandIKEv2.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_HTTPService.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_HTTPService.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_HTTPServiceRequestQueues.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_HTTPServiceRequestQueues.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_HTTPServiceUrlGroups.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_HTTPServiceUrlGroups.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_IPHTTPSGlobal.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_IPHTTPSGlobal.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_IPHTTPSSession.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_IPHTTPSSession.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_IPsecAuthIPIPv4.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_IPsecAuthIPIPv4.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_IPsecAuthIPIPv6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_IPsecAuthIPIPv6.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_IPsecDriver.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_IPsecDriver.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_IPsecIKEv1IPv4.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_IPsecIKEv1IPv4.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_IPsecIKEv1IPv6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_IPsecIKEv1IPv6.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_IPsecIKEv2IPv4.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_IPsecIKEv2IPv4.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_IPsecIKEv2IPv6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_IPsecIKEv2IPv6.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_Netlogon.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_Netlogon.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_PacerFlow.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_PacerFlow.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_PacerPipe.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_PacerPipe.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_PerProcessorNetworkActivityCycles.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_PerProcessorNetworkActivityCycles.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_ProcessorInformation.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_ProcessorInformation.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_Synchronization.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_Synchronization.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_TeredoClient.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_TeredoClient.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_TeredoRelay.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_TeredoRelay.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_TeredoServer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_TeredoServer.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_WFP.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_WFP.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_WFPv4.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_WFPv4.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_WFPv6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_WFPv6.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Counters_WSManQuotaStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Counters_WSManQuotaStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_DTSPipeline100_SQLServerSSISPipeline100.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_DTSPipeline100_SQLServerSSISPipeline100.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_ESENT_Database.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_ESENT_Database.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_ESENT_DatabaseInstances.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_ESENT_DatabaseInstances.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_ESENT_DatabaseTableClasses.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_ESENT_DatabaseTableClasses.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_FaxService_FaxService.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_FaxService_FaxService.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_LocalSessionManager_TerminalServices.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_LocalSessionManager_TerminalServices.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Lsa_SecurityPerProcessStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Lsa_SecurityPerProcessStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Lsa_SecuritySystemWideStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Lsa_SecuritySystemWideStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSDTCBridge3000_MSDTCBridge3000.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSDTCBridge3000_MSDTCBridge3000.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSDTCBridge4000_MSDTCBridge4000.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSDTCBridge4000_MSDTCBridge4000.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSDTC_DistributedTransactionCoordinator.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSDTC_DistributedTransactionCoordinator.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSRS2008WebService_MSRS2008WebService.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSRS2008WebService_MSRS2008WebService.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSRS2008WindowsService_MSRS2008WindowsService.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSRS2008WindowsService_MSRS2008WindowsService.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerAccessMethods.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerAccessMethods.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerBackupDevice.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerBackupDevice.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerBrokerActivation.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerBrokerActivation.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerBrokerDBMTransport.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerBrokerDBMTransport.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerBrokerStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerBrokerStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerBrokerTOStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerBrokerTOStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerBufferManager.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerBufferManager.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerBufferNode.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerBufferNode.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerBufferPartition.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerBufferPartition.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerCLR.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerCLR.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerCatalogMetadata.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerCatalogMetadata.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerCursorManagerTotal.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerCursorManagerTotal.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerCursorManagerbyType.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerCursorManagerbyType.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerDatabaseMirroring.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerDatabaseMirroring.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerDatabases.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerDatabases.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerDeprecatedFeatures.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerDeprecatedFeatures.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerExecStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerExecStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerGeneralStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerGeneralStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerLatches.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerLatches.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerLocks.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerLocks.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerMemoryManager.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerMemoryManager.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerPlanCache.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerPlanCache.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerReplicationAgents.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerReplicationAgents.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerReplicationDist.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerReplicationDist.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerReplicationLogreader.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerReplicationLogreader.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerReplicationMerge.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerReplicationMerge.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerReplicationSnapshot.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerReplicationSnapshot.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerResourcePoolStats.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerResourcePoolStats.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerSQLErrors.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerSQLErrors.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerSQLStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerSQLStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerTraceStatistics_Costly.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerTraceStatistics_Costly.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerTransactions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerTransactions.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerUserSettable.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerUserSettable.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerWaitStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerWaitStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerWorkloadGroupStats.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSERVER_SQLServerWorkloadGroupStats.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSAccessMethods.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSAccessMethods.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBackupDevice.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBackupDevice.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferManager.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferManager.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferNode.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferNode.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferPartition.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSBufferPartition.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCLR.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCLR.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCatalogMetadata.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSCatalogMetadata.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDatabases.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDatabases.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLatches.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLatches.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLocks.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSLocks.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSMemoryManager.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSMemoryManager.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSPlanCache.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSPlanCache.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSSQLErrors.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSSQLErrors.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSSQLStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSSQLStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSTransactions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSTransactions.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSUserSettable.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSUserSettable.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008Cache.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008Cache.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008Connection.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008Connection.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008Locks.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008Locks.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008MDX.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008MDX.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008Memory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008Memory.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008ProcIndexes.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008ProcIndexes.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008Processing.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008Processing.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008Threads.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MSSQLServerOLAPService_MSAS2008Threads.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_MsDtsServer100_SQLServerSSISService100.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_MsDtsServer100_SQLServerSSISService100.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_NETCLRData_NETCLRData.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_NETCLRData_NETCLRData.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_NETCLRNetworking4000_NETCLRNetworking4000.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_NETCLRNetworking4000_NETCLRNetworking4000.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_NETCLRNetworking_NETCLRNetworking.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_NETCLRNetworking_NETCLRNetworking.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_NETFramework_NETCLRExceptions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_NETFramework_NETCLRExceptions.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_NETFramework_NETCLRInterop.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_NETFramework_NETCLRInterop.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_NETFramework_NETCLRJit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_NETFramework_NETCLRJit.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_NETFramework_NETCLRLoading.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_NETFramework_NETCLRLoading.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_NETFramework_NETCLRLocksAndThreads.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_NETFramework_NETCLRLocksAndThreads.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_NETFramework_NETCLRMemory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_NETFramework_NETCLRMemory.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_NETFramework_NETCLRRemoting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_NETFramework_NETCLRRemoting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_NETFramework_NETCLRSecurity.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_NETFramework_NETCLRSecurity.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_NETMemoryCache40_NETMemoryCache40.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_NETMemoryCache40_NETMemoryCache40.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_OfflineFiles_ClientSideCaching.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_OfflineFiles_ClientSideCaching.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_OfflineFiles_OfflineFiles.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_OfflineFiles_OfflineFiles.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Outlook_Outlook.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Outlook_Outlook.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PeerDistSvc_BranchCache.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PeerDistSvc_BranchCache.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfDisk_LogicalDisk.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfDisk_LogicalDisk.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfDisk_PhysicalDisk.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfDisk_PhysicalDisk.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfNet_Browser.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfNet_Browser.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfNet_Redirector.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfNet_Redirector.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfNet_Server.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfNet_Server.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfNet_ServerWorkQueues.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfNet_ServerWorkQueues.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfOS_Cache.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfOS_Cache.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfOS_Memory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfOS_Memory.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfOS_Objects.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfOS_Objects.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfOS_PagingFile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfOS_PagingFile.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfOS_Processor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfOS_Processor.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfOS_System.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfOS_System.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfProc_FullImage_Costly.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfProc_FullImage_Costly.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfProc_Heap_Costly.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfProc_Heap_Costly.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfProc_Image_Costly.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfProc_Image_Costly.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfProc_JobObject.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfProc_JobObject.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfProc_JobObjectDetails.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfProc_JobObjectDetails.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfProc_Process.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfProc_Process.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfProc_ProcessAddressSpace_Costly.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfProc_ProcessAddressSpace_Costly.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfProc_Thread.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfProc_Thread.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PerfProc_ThreadDetails_Costly.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PerfProc_ThreadDetails_Costly.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_PowerMeterCounter_PowerMeter.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_PowerMeterCounter_PowerMeter.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_RemoteAccess_RASPort.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_RemoteAccess_RASPort.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_RemoteAccess_RASTotal.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_RemoteAccess_RASTotal.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_ReportServer_ReportServerService.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_ReportServer_ReportServerService.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_SMSvcHost3000_SMSvcHost3000.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_SMSvcHost3000_SMSvcHost3000.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_SMSvcHost4000_SMSvcHost4000.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_SMSvcHost4000_SMSvcHost4000.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSAlerts.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSAlerts.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSJobs.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_SQLAgentSQLEXPRESS_SQLAgentSQLEXPRESSJobs.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_SQLSERVERAGENT_SQLAgentAlerts.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_SQLSERVERAGENT_SQLAgentAlerts.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_SQLSERVERAGENT_SQLAgentJobSteps.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_SQLSERVERAGENT_SQLAgentJobSteps.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_SQLSERVERAGENT_SQLAgentJobs.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_SQLSERVERAGENT_SQLAgentJobs.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_SQLSERVERAGENT_SQLAgentStatistics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_SQLSERVERAGENT_SQLAgentStatistics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_ServiceModel4000_ServiceModelEndpoint4000.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_ServiceModel4000_ServiceModelEndpoint4000.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_ServiceModel4000_ServiceModelOperation4000.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_ServiceModel4000_ServiceModelOperation4000.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_ServiceModel4000_ServiceModelService4000.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_ServiceModel4000_ServiceModelService4000.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Spooler_PrintQueue.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Spooler_PrintQueue.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_TBS_TBScounters.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_TBS_TBScounters.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_TapiSrv_Telephony.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_TapiSrv_Telephony.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Tcpip_ICMP.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Tcpip_ICMP.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Tcpip_ICMPv6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Tcpip_ICMPv6.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Tcpip_IPv4.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Tcpip_IPv4.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Tcpip_IPv6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Tcpip_IPv6.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Tcpip_NBTConnection.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Tcpip_NBTConnection.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Tcpip_NetworkInterface.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Tcpip_NetworkInterface.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Tcpip_TCPv4.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Tcpip_TCPv4.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Tcpip_TCPv6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Tcpip_TCPv6.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Tcpip_UDPv4.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Tcpip_UDPv4.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_Tcpip_UDPv6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_Tcpip_UDPv6.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_TermService_TerminalServicesSession.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_TermService_TerminalServicesSession.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_UGTHRSVC_SearchGatherer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_UGTHRSVC_SearchGatherer.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_UGatherer_SearchGathererProjects.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_UGatherer_SearchGathererProjects.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_VMware_VMware.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_VMware_VMware.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_WSearchIdxPi_SearchIndexer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_WSearchIdxPi_SearchIndexer.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_aspnetstate_ASPNETStateService.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_aspnetstate_ASPNETStateService.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_rdyboost_ReadyBoostCache.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_rdyboost_ReadyBoostCache.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PerfRawData_usbhub_USB.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PerfRawData_usbhub_USB.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PhysicalMedia.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PhysicalMedia.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PhysicalMemory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PhysicalMemory.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PhysicalMemoryArray.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PhysicalMemoryArray.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PhysicalMemoryLocation.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PhysicalMemoryLocation.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PingStatus.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PingStatus.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PnPDevice.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PnPDevice.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PnPEntity.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PnPEntity.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PnPSignedDriver.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PnPSignedDriver.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PnPSignedDriverCIMDataFile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PnPSignedDriverCIMDataFile.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PointingDevice.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PointingDevice.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PortConnector.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PortConnector.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PortResource.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PortResource.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PortableBattery.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PortableBattery.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PrintJob.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PrintJob.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Printer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Printer.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PrinterConfiguration.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PrinterConfiguration.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PrinterController.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PrinterController.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PrinterDriver.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PrinterDriver.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PrinterDriverDll.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PrinterDriverDll.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PrinterSetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PrinterSetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PrinterShare.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PrinterShare.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Process.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Process.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Processor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Processor.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Product.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Product.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ProductCheck.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ProductCheck.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ProductResource.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ProductResource.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ProductSoftwareFeatures.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ProductSoftwareFeatures.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ProgIDSpecification.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ProgIDSpecification.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ProgramGroupContents.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ProgramGroupContents.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Property.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Property.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ProtocolBinding.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ProtocolBinding.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_PublishComponentAction.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_PublishComponentAction.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_QuickFixEngineering.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_QuickFixEngineering.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_QuotaSetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_QuotaSetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Refrigeration.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Refrigeration.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Registry.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Registry.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_RegistryAction.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_RegistryAction.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ReliabilityRecords.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ReliabilityRecords.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ReliabilityStabilityMetrics.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ReliabilityStabilityMetrics.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_RemoveFileAction.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_RemoveFileAction.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_RemoveIniAction.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_RemoveIniAction.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ReserveCost.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ReserveCost.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SCSIController.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SCSIController.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SCSIControllerDevice.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SCSIControllerDevice.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SID.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SID.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ScheduledJob.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ScheduledJob.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SecurityDescriptorHelper.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SecurityDescriptorHelper.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SecuritySettingOfLogicalFile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SecuritySettingOfLogicalFile.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SecuritySettingOfLogicalShare.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SecuritySettingOfLogicalShare.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SelfRegModuleAction.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SelfRegModuleAction.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SerialPort.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SerialPort.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SerialPortConfiguration.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SerialPortConfiguration.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SerialPortSetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SerialPortSetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ServerConnection.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ServerConnection.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ServerSession.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ServerSession.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Service.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Service.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ServiceControl.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ServiceControl.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ServiceSpecification.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ServiceSpecification.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ServiceSpecificationService.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ServiceSpecificationService.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SessionConnection.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SessionConnection.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SessionProcess.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SessionProcess.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ShadowBy.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ShadowBy.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ShadowCopy.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ShadowCopy.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ShadowDiffVolumeSupport.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ShadowDiffVolumeSupport.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ShadowFor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ShadowFor.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ShadowOn.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ShadowOn.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ShadowProvider.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ShadowProvider.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ShadowStorage.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ShadowStorage.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ShadowVolumeSupport.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ShadowVolumeSupport.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Share.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Share.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ShareToDirectory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ShareToDirectory.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ShortcutAction.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ShortcutAction.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ShortcutFile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ShortcutFile.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_ShortcutSAP.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_ShortcutSAP.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SoftwareElement.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SoftwareElement.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SoftwareElementAction.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SoftwareElementAction.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SoftwareElementCheck.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SoftwareElementCheck.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SoftwareElementCondition.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SoftwareElementCondition.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SoftwareElementResource.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SoftwareElementResource.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SoftwareFeature.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SoftwareFeature.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SoftwareFeatureAction.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SoftwareFeatureAction.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SoftwareFeatureCheck.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SoftwareFeatureCheck.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SoftwareFeatureParent.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SoftwareFeatureParent.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SoftwareFeatureSoftwareElements.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SoftwareFeatureSoftwareElements.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SoundDevice.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SoundDevice.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_StartupCommand.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_StartupCommand.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SubDirectory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SubDirectory.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemAccount.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemAccount.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemBIOS.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemBIOS.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemBootConfiguration.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemBootConfiguration.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemDesktop.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemDesktop.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemDevices.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemDevices.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemDriver.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemDriver.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemDriverPNPEntity.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemDriverPNPEntity.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemEnclosure.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemEnclosure.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemLoadOrderGroups.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemLoadOrderGroups.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemNetworkConnections.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemNetworkConnections.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemOperatingSystem.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemOperatingSystem.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemPartitions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemPartitions.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemProcesses.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemProcesses.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemProgramGroups.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemProgramGroups.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemResources.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemResources.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemServices.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemServices.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemSlot.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemSlot.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemSystemDriver.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemSystemDriver.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemTimeZone.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemTimeZone.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_SystemUsers.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_SystemUsers.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_TCPIPPrinterPort.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_TCPIPPrinterPort.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_TapeDrive.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_TapeDrive.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_TemperatureProbe.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_TemperatureProbe.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_TerminalService.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_TerminalService.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Thread.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Thread.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_TimeZone.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_TimeZone.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_TypeLibraryAction.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_TypeLibraryAction.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_USBController.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_USBController.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_USBControllerDevice.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_USBControllerDevice.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_USBHub.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_USBHub.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_UTCTime.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_UTCTime.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_UserAccount.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_UserAccount.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_UserDesktop.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_UserDesktop.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_UserInDomain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_UserInDomain.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_UserProfile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_UserProfile.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_VideoController.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_VideoController.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_VideoSettings.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_VideoSettings.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_VoltageProbe.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_VoltageProbe.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_Volume.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_Volume.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_VolumeQuota.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_VolumeQuota.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_VolumeQuotaSetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_VolumeQuotaSetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_VolumeUserQuota.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_VolumeUserQuota.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_WMIElementSetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_WMIElementSetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_WMISetting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_WMISetting.pas -------------------------------------------------------------------------------- /root_CIMV2/uWin32_WinSAT.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWin32_WinSAT.pas -------------------------------------------------------------------------------- /root_CIMV2/uWmiDelphiClass.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/root_CIMV2/uWmiDelphiClass.pas -------------------------------------------------------------------------------- /todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/todo.txt -------------------------------------------------------------------------------- /units/AsyncCalls.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/AsyncCalls.pas -------------------------------------------------------------------------------- /units/CodeView.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/CodeView.dfm -------------------------------------------------------------------------------- /units/CodeView.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/CodeView.pas -------------------------------------------------------------------------------- /units/DelphiSyntax.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/DelphiSyntax.pas -------------------------------------------------------------------------------- /units/Jedi.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/Jedi.inc -------------------------------------------------------------------------------- /units/JediAPILib.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/JediAPILib.inc -------------------------------------------------------------------------------- /units/JwaActiveX.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/JwaActiveX.pas -------------------------------------------------------------------------------- /units/JwaWbemCli.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/JwaWbemCli.pas -------------------------------------------------------------------------------- /units/JwaWinDLLNames.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/JwaWinDLLNames.pas -------------------------------------------------------------------------------- /units/JwaWinNT.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/JwaWinNT.pas -------------------------------------------------------------------------------- /units/JwaWinType.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/JwaWinType.pas -------------------------------------------------------------------------------- /units/ListView_Helper.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/ListView_Helper.pas -------------------------------------------------------------------------------- /units/WbemScripting_TLB.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/WbemScripting_TLB.pas -------------------------------------------------------------------------------- /units/uCustomImageDrawHook.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/uCustomImageDrawHook.pas -------------------------------------------------------------------------------- /units/uDelphiIDE.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/uDelphiIDE.pas -------------------------------------------------------------------------------- /units/uDelphiSyntax.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/uDelphiSyntax.pas -------------------------------------------------------------------------------- /units/uDelphiVersions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/uDelphiVersions.pas -------------------------------------------------------------------------------- /units/uGlobals.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/uGlobals.pas -------------------------------------------------------------------------------- /units/uLazarusIDE.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/uLazarusIDE.pas -------------------------------------------------------------------------------- /units/uMisc.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/uMisc.pas -------------------------------------------------------------------------------- /units/uOleVariantEnum.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/uOleVariantEnum.pas -------------------------------------------------------------------------------- /units/uRegistry.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/uRegistry.pas -------------------------------------------------------------------------------- /units/uSelectCompilerVersion.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/uSelectCompilerVersion.dfm -------------------------------------------------------------------------------- /units/uSelectCompilerVersion.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/uSelectCompilerVersion.pas -------------------------------------------------------------------------------- /units/uSettings.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/uSettings.dfm -------------------------------------------------------------------------------- /units/uSettings.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/uSettings.pas -------------------------------------------------------------------------------- /units/uWmiDelphiClass.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/uWmiDelphiClass.pas -------------------------------------------------------------------------------- /units/uWmiDelphiClass_.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/uWmiDelphiClass_.pas -------------------------------------------------------------------------------- /units/uWmiDelphiCodeCreator.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/uWmiDelphiCodeCreator.pas -------------------------------------------------------------------------------- /units/uWmiDelphiCodeCreator_FullCodeMethods.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/uWmiDelphiCodeCreator_FullCodeMethods.pas -------------------------------------------------------------------------------- /units/uWmi_Metadata.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RRUZ/delphi-wmi-class-generator/HEAD/units/uWmi_Metadata.pas --------------------------------------------------------------------------------