├── Clean.cmd ├── DelDCUs.cmd ├── Deltmp.cmd ├── History.2.0.txt ├── History.2.1.txt ├── History.2.2.txt ├── History.3.0.txt ├── History.3.1.txt ├── History1.8b.txt ├── History1.9.txt ├── LICENSE ├── README.md ├── demos ├── BIOSdemo │ ├── TestBiosInfo.cfg │ ├── TestBiosInfo.dpr │ ├── TestBiosInfo.dproj │ ├── TestBiosInfo.res │ ├── TestBiosInfo_Icon1.ico │ ├── UMainDemoBIOS.dfm │ └── UMainDemoBIOS.pas ├── Clean.cmd ├── DelDCUs.cmd ├── Deltmp.cmd ├── DiskDriveInfo │ ├── DiskDriveInfo.cfg │ ├── DiskDriveInfo.dpr │ ├── DiskDriveInfo.dproj │ ├── DiskDriveInfo.drc │ ├── DiskDriveInfo.res │ ├── FrameInfo.dfm │ ├── FrameInfo.pas │ ├── UMainDemoDiskDrive.dfm │ └── UMainDemoDiskDrive.pas ├── Generic │ ├── FrComponent.dfm │ ├── FrComponent.pas │ ├── OI.PAS │ ├── PGenericTest.cfg │ ├── PGenericTest.dpr │ ├── PGenericTest.dproj │ ├── PGenericTest.drc │ ├── PGenericTest.res │ ├── PGenericTest_Icon.ico │ ├── UMainTest.dfm │ ├── UMainTest.pas │ ├── UMainTest2Col.dfm │ └── UMainTest2Col.pas ├── Group_All_demos.bpg ├── Group_All_demos.groupproj ├── Info version Windows │ ├── OSInfo.cfg │ ├── OSInfo.dpr │ ├── OSInfo.dproj │ ├── OSInfo.res │ ├── fMain.dfm │ └── fMain.pas ├── ListaImpresoras │ ├── FMainList.dfm │ ├── FMainList.pas │ ├── Imagenes │ │ ├── Printer1.bmp │ │ ├── Printer1.png │ │ ├── Printer1_Default.bmp │ │ ├── Printer1_Default.png │ │ ├── Printer2.bmp │ │ ├── Printer2.png │ │ └── Printer_64.bmp │ ├── PPrinterList.cfg │ ├── PPrinterList.dpr │ ├── PPrinterList.dproj │ └── PPrinterList.res ├── ProcessorInfo │ ├── FrameInfo.dfm │ ├── FrameInfo.pas │ ├── Images │ │ ├── Imagen1.bmp │ │ └── Prioridad.bmp │ ├── ProcessorInfo.cfg │ ├── ProcessorInfo.dpr │ ├── ProcessorInfo.dproj │ ├── ProcessorInfo.res │ ├── ProcessorInfo_Icon.ico │ ├── ProcessorInfo_Icon1.ico │ ├── UMainDemoProcessor.dfm │ └── UMainDemoProcessor.pas ├── ServiceControl │ ├── FMain.dfm │ ├── FMain.pas │ ├── ServiceControl.cfg │ ├── ServiceControl.dpr │ ├── ServiceControl.dproj │ ├── ServiceControl.drc │ └── ServiceControl.res ├── System Info │ ├── SysInfo.cfg │ ├── SysInfo.dpr │ ├── SysInfo.dproj │ ├── SysInfo.res │ └── SysInfo_Icon.ico └── WinProcess │ ├── Clean.cmd │ ├── FMain.dfm │ ├── FMain.pas │ ├── LEEME.TXT │ ├── Main.ico │ ├── Resources │ ├── Close.bmp │ ├── Ejecutar.bmp │ ├── Informacion_claro.bmp │ ├── Main.ico │ ├── Restaurar.bmp │ ├── details_16x16.BMP │ ├── details_16x16.gif │ └── reemplazar.bmp │ ├── UConst.pas │ ├── UPLConstantes.pas │ ├── UPLConstantesMI.pas │ ├── UPLProcedures.pas │ ├── VProcess.cfg │ ├── VProcess.col.ini │ ├── VProcess.dpr │ ├── VProcess.dproj │ ├── VProcess.drc │ ├── VProcess.ini │ ├── VProcess.res │ ├── VProcess_Icon.ico │ ├── desc.en.txt │ ├── external │ └── OI.PAS │ └── uListCompare.pas ├── demos_bin ├── DiskDriveInfo.exe ├── OSInfo.exe ├── PGenericTest.exe ├── PPrinterList.exe ├── ProcessorInfo.exe ├── README.md ├── ServiceControl.exe ├── SysInfo.exe ├── TestBiosInfo.exe ├── VProcess.col.ini ├── VProcess.exe └── VProcess.ini ├── instalar.txt ├── leeme.txt ├── package ├── Errores.txt ├── GLibWMI.cfg ├── GLibWMI.dpk ├── GLibWMI.dproj ├── GLibWMI.drc ├── GLibWMI.ico ├── GLibWMI.res ├── NV.bpg ├── glibwmires.RES ├── glibwmires.rc ├── jedi.inc ├── rc.cmd └── resources │ ├── CBatteryInfo.bmp │ ├── CBatteryInfo.jpg │ ├── CBatteryInfo.png │ ├── CBiosInfo.bmp │ ├── CBiosInfo.jpg │ ├── CBiosInfo.png │ ├── CBootConfigurationInfo.bmp │ ├── CBootConfigurationInfo.jpg │ ├── CBootConfigurationInfo.png │ ├── CCDROMDriveInfo.bmp │ ├── CCDROMDriveInfo.jpg │ ├── CCDROMDriveInfo.png │ ├── CCodecFileInfo.bmp │ ├── CCodecFileInfo.jpg │ ├── CCodecFileInfo.png │ ├── CComputerSystemInfo.bmp │ ├── CComputerSystemInfo.jpg │ ├── CComputerSystemInfo.png │ ├── CDesktopInfo.bmp │ ├── CDesktopInfo.jpg │ ├── CDesktopInfo.png │ ├── CDesktopMonitorInfo.bmp │ ├── CDesktopMonitorInfo.jpg │ ├── CDesktopMonitorInfo.png │ ├── CDiskDriveInfo.bmp │ ├── CDiskDriveInfo.jpg │ ├── CDiskDriveInfo.png │ ├── CDiskPartitionInfo.bmp │ ├── CDiskPartitionInfo.jpg │ ├── CDiskPartitionInfo.png │ ├── CDisplayConfigurationInfo.bmp │ ├── CDisplayConfigurationInfo.jpg │ ├── CDisplayConfigurationInfo.png │ ├── CDisplayInfo.bmp │ ├── CEnvironmentInfo.bmp │ ├── CEnvironmentInfo.jpg │ ├── CEnvironmentInfo.png │ ├── CFanInfo.bmp │ ├── CFanInfo.jpg │ ├── CFanInfo.png │ ├── CKeyboardInfo.bmp │ ├── CKeyboardInfo.jpg │ ├── CKeyboardInfo.png │ ├── CNetworkAdapterInfo.bmp │ ├── CNetworkAdapterInfo.jpg │ ├── CNetworkAdapterInfo.png │ ├── COperatingSystemInfo.bmp │ ├── COperatingSystemInfo.jpg │ ├── COperatingSystemInfo.png │ ├── CPhysicalMemoryInfo.bmp │ ├── CPhysicalMemoryInfo.jpg │ ├── CPhysicalMemoryInfo.png │ ├── CPnPEntityInfo.bmp │ ├── CPnPEntityInfo.jpg │ ├── CPnPEntityInfo.png │ ├── CPointingDeviceInfo.bmp │ ├── CPointingDeviceInfo.jpg │ ├── CPointingDeviceInfo.png │ ├── CPrintJobInfo.bmp │ ├── CPrintJobInfo.jpg │ ├── CPrintJobInfo.png │ ├── CPrinterInfo.bmp │ ├── CPrinterInfo.jpg │ ├── CPrinterInfo.png │ ├── CProcessInfo.bmp │ ├── CProcessInfo.jpg │ ├── CProcessInfo.png │ ├── CProcessorInfo.bmp │ ├── CProcessorInfo.jpg │ ├── CProcessorInfo.png │ ├── CProductInfo.bmp │ ├── CProductInfo.jpg │ ├── CProductInfo.png │ ├── CRegistryInfo.bmp │ ├── CRegistryInfo.jpg │ ├── CRegistryInfo.png │ ├── CServiceInfo.bmp │ ├── CServiceInfo.jpg │ ├── CServiceInfo.png │ ├── CShareInfo.bmp │ ├── CShareInfo.jpg │ ├── CShareInfo.png │ ├── CSoundDeviceInfo.bmp │ ├── CSoundDeviceInfo.jpg │ ├── CSoundDeviceInfo.png │ ├── CStartupCommandInfo.bmp │ ├── CStartupCommandInfo.jpg │ ├── CStartupCommandInfo.png │ ├── CTimeZoneInfo.bmp │ ├── CTimeZoneInfo.jpg │ ├── CTimeZoneInfo.png │ ├── CUSBControllerInfo.bmp │ ├── CUSBControllerInfo.jpg │ ├── CUSBControllerInfo.png │ ├── CUserAccountInfo.bmp │ ├── CUserAccountInfo.jpg │ ├── CUserAccountInfo.png │ ├── CVideoControllerInfo.bmp │ ├── CVideoControllerInfo.jpg │ ├── CVideoControllerInfo.png │ └── CWmiSQL.bmp └── sources ├── CBIOSInfo.pas ├── CBatteryInfo.pas ├── CBootConfigurationInfo.pas ├── CCDROMDriveInfo.pas ├── CCodecFileInfo.pas ├── CComputerSystemInfo.pas ├── CDesktopInfo.pas ├── CDesktopMonitorInfo.pas ├── CDiskDriveInfo.pas ├── CDiskPartitionInfo.pas ├── CDisplayConfigurationInfo.pas ├── CEnvironmentInfo.pas ├── CFanInfo.pas ├── CKeyboardInfo.pas ├── CNetworkAdapterInfo.pas ├── COperatingSystemInfo.pas ├── CPhysicalMemoryInfo.pas ├── CPnPEntityInfo.pas ├── CPointingDeviceInfo.pas ├── CPrintJobInfo.pas ├── CPrinterInfo.pas ├── CProcessInfo.pas ├── CProcessorInfo.pas ├── CProductInfo.pas ├── CRegistryInfo.pas ├── CServiceInfo.pas ├── CShareInfo.pas ├── CSoundDeviceInfo.pas ├── CStartupCommandInfo.pas ├── CTimeZoneInfo.pas ├── CUSBControllerInfo.pas ├── CUserAccountInfo.pas ├── CVideoControllerInfo.pas ├── CWMIBase.pas ├── CWMISQL.pas ├── FormAbout.dfm ├── FormAbout.pas ├── UConstantes.pas ├── UProcedures.pas ├── URegisterComps.pas ├── URegisterSQLComp.pas ├── UTAboutProp.pas ├── UTypes.pas ├── WbemScripting_TLB.dcr └── WbemScripting_TLB.pas /Clean.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/Clean.cmd -------------------------------------------------------------------------------- /DelDCUs.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/DelDCUs.cmd -------------------------------------------------------------------------------- /Deltmp.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/Deltmp.cmd -------------------------------------------------------------------------------- /History.2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/History.2.0.txt -------------------------------------------------------------------------------- /History.2.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/History.2.1.txt -------------------------------------------------------------------------------- /History.2.2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/History.2.2.txt -------------------------------------------------------------------------------- /History.3.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/History.3.0.txt -------------------------------------------------------------------------------- /History.3.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/History.3.1.txt -------------------------------------------------------------------------------- /History1.8b.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/History1.8b.txt -------------------------------------------------------------------------------- /History1.9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/History1.9.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/README.md -------------------------------------------------------------------------------- /demos/BIOSdemo/TestBiosInfo.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/BIOSdemo/TestBiosInfo.cfg -------------------------------------------------------------------------------- /demos/BIOSdemo/TestBiosInfo.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/BIOSdemo/TestBiosInfo.dpr -------------------------------------------------------------------------------- /demos/BIOSdemo/TestBiosInfo.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/BIOSdemo/TestBiosInfo.dproj -------------------------------------------------------------------------------- /demos/BIOSdemo/TestBiosInfo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/BIOSdemo/TestBiosInfo.res -------------------------------------------------------------------------------- /demos/BIOSdemo/TestBiosInfo_Icon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/BIOSdemo/TestBiosInfo_Icon1.ico -------------------------------------------------------------------------------- /demos/BIOSdemo/UMainDemoBIOS.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/BIOSdemo/UMainDemoBIOS.dfm -------------------------------------------------------------------------------- /demos/BIOSdemo/UMainDemoBIOS.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/BIOSdemo/UMainDemoBIOS.pas -------------------------------------------------------------------------------- /demos/Clean.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Clean.cmd -------------------------------------------------------------------------------- /demos/DelDCUs.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/DelDCUs.cmd -------------------------------------------------------------------------------- /demos/Deltmp.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Deltmp.cmd -------------------------------------------------------------------------------- /demos/DiskDriveInfo/DiskDriveInfo.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/DiskDriveInfo/DiskDriveInfo.cfg -------------------------------------------------------------------------------- /demos/DiskDriveInfo/DiskDriveInfo.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/DiskDriveInfo/DiskDriveInfo.dpr -------------------------------------------------------------------------------- /demos/DiskDriveInfo/DiskDriveInfo.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/DiskDriveInfo/DiskDriveInfo.dproj -------------------------------------------------------------------------------- /demos/DiskDriveInfo/DiskDriveInfo.drc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/DiskDriveInfo/DiskDriveInfo.drc -------------------------------------------------------------------------------- /demos/DiskDriveInfo/DiskDriveInfo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/DiskDriveInfo/DiskDriveInfo.res -------------------------------------------------------------------------------- /demos/DiskDriveInfo/FrameInfo.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/DiskDriveInfo/FrameInfo.dfm -------------------------------------------------------------------------------- /demos/DiskDriveInfo/FrameInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/DiskDriveInfo/FrameInfo.pas -------------------------------------------------------------------------------- /demos/DiskDriveInfo/UMainDemoDiskDrive.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/DiskDriveInfo/UMainDemoDiskDrive.dfm -------------------------------------------------------------------------------- /demos/DiskDriveInfo/UMainDemoDiskDrive.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/DiskDriveInfo/UMainDemoDiskDrive.pas -------------------------------------------------------------------------------- /demos/Generic/FrComponent.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Generic/FrComponent.dfm -------------------------------------------------------------------------------- /demos/Generic/FrComponent.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Generic/FrComponent.pas -------------------------------------------------------------------------------- /demos/Generic/OI.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Generic/OI.PAS -------------------------------------------------------------------------------- /demos/Generic/PGenericTest.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Generic/PGenericTest.cfg -------------------------------------------------------------------------------- /demos/Generic/PGenericTest.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Generic/PGenericTest.dpr -------------------------------------------------------------------------------- /demos/Generic/PGenericTest.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Generic/PGenericTest.dproj -------------------------------------------------------------------------------- /demos/Generic/PGenericTest.drc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Generic/PGenericTest.drc -------------------------------------------------------------------------------- /demos/Generic/PGenericTest.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Generic/PGenericTest.res -------------------------------------------------------------------------------- /demos/Generic/PGenericTest_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Generic/PGenericTest_Icon.ico -------------------------------------------------------------------------------- /demos/Generic/UMainTest.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Generic/UMainTest.dfm -------------------------------------------------------------------------------- /demos/Generic/UMainTest.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Generic/UMainTest.pas -------------------------------------------------------------------------------- /demos/Generic/UMainTest2Col.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Generic/UMainTest2Col.dfm -------------------------------------------------------------------------------- /demos/Generic/UMainTest2Col.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Generic/UMainTest2Col.pas -------------------------------------------------------------------------------- /demos/Group_All_demos.bpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Group_All_demos.bpg -------------------------------------------------------------------------------- /demos/Group_All_demos.groupproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Group_All_demos.groupproj -------------------------------------------------------------------------------- /demos/Info version Windows/OSInfo.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Info version Windows/OSInfo.cfg -------------------------------------------------------------------------------- /demos/Info version Windows/OSInfo.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Info version Windows/OSInfo.dpr -------------------------------------------------------------------------------- /demos/Info version Windows/OSInfo.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Info version Windows/OSInfo.dproj -------------------------------------------------------------------------------- /demos/Info version Windows/OSInfo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Info version Windows/OSInfo.res -------------------------------------------------------------------------------- /demos/Info version Windows/fMain.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Info version Windows/fMain.dfm -------------------------------------------------------------------------------- /demos/Info version Windows/fMain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/Info version Windows/fMain.pas -------------------------------------------------------------------------------- /demos/ListaImpresoras/FMainList.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ListaImpresoras/FMainList.dfm -------------------------------------------------------------------------------- /demos/ListaImpresoras/FMainList.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ListaImpresoras/FMainList.pas -------------------------------------------------------------------------------- /demos/ListaImpresoras/Imagenes/Printer1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ListaImpresoras/Imagenes/Printer1.bmp -------------------------------------------------------------------------------- /demos/ListaImpresoras/Imagenes/Printer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ListaImpresoras/Imagenes/Printer1.png -------------------------------------------------------------------------------- /demos/ListaImpresoras/Imagenes/Printer1_Default.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ListaImpresoras/Imagenes/Printer1_Default.bmp -------------------------------------------------------------------------------- /demos/ListaImpresoras/Imagenes/Printer1_Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ListaImpresoras/Imagenes/Printer1_Default.png -------------------------------------------------------------------------------- /demos/ListaImpresoras/Imagenes/Printer2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ListaImpresoras/Imagenes/Printer2.bmp -------------------------------------------------------------------------------- /demos/ListaImpresoras/Imagenes/Printer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ListaImpresoras/Imagenes/Printer2.png -------------------------------------------------------------------------------- /demos/ListaImpresoras/Imagenes/Printer_64.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ListaImpresoras/Imagenes/Printer_64.bmp -------------------------------------------------------------------------------- /demos/ListaImpresoras/PPrinterList.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ListaImpresoras/PPrinterList.cfg -------------------------------------------------------------------------------- /demos/ListaImpresoras/PPrinterList.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ListaImpresoras/PPrinterList.dpr -------------------------------------------------------------------------------- /demos/ListaImpresoras/PPrinterList.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ListaImpresoras/PPrinterList.dproj -------------------------------------------------------------------------------- /demos/ListaImpresoras/PPrinterList.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ListaImpresoras/PPrinterList.res -------------------------------------------------------------------------------- /demos/ProcessorInfo/FrameInfo.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ProcessorInfo/FrameInfo.dfm -------------------------------------------------------------------------------- /demos/ProcessorInfo/FrameInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ProcessorInfo/FrameInfo.pas -------------------------------------------------------------------------------- /demos/ProcessorInfo/Images/Imagen1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ProcessorInfo/Images/Imagen1.bmp -------------------------------------------------------------------------------- /demos/ProcessorInfo/Images/Prioridad.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ProcessorInfo/Images/Prioridad.bmp -------------------------------------------------------------------------------- /demos/ProcessorInfo/ProcessorInfo.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ProcessorInfo/ProcessorInfo.cfg -------------------------------------------------------------------------------- /demos/ProcessorInfo/ProcessorInfo.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ProcessorInfo/ProcessorInfo.dpr -------------------------------------------------------------------------------- /demos/ProcessorInfo/ProcessorInfo.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ProcessorInfo/ProcessorInfo.dproj -------------------------------------------------------------------------------- /demos/ProcessorInfo/ProcessorInfo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ProcessorInfo/ProcessorInfo.res -------------------------------------------------------------------------------- /demos/ProcessorInfo/ProcessorInfo_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ProcessorInfo/ProcessorInfo_Icon.ico -------------------------------------------------------------------------------- /demos/ProcessorInfo/ProcessorInfo_Icon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ProcessorInfo/ProcessorInfo_Icon1.ico -------------------------------------------------------------------------------- /demos/ProcessorInfo/UMainDemoProcessor.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ProcessorInfo/UMainDemoProcessor.dfm -------------------------------------------------------------------------------- /demos/ProcessorInfo/UMainDemoProcessor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ProcessorInfo/UMainDemoProcessor.pas -------------------------------------------------------------------------------- /demos/ServiceControl/FMain.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ServiceControl/FMain.dfm -------------------------------------------------------------------------------- /demos/ServiceControl/FMain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ServiceControl/FMain.pas -------------------------------------------------------------------------------- /demos/ServiceControl/ServiceControl.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ServiceControl/ServiceControl.cfg -------------------------------------------------------------------------------- /demos/ServiceControl/ServiceControl.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ServiceControl/ServiceControl.dpr -------------------------------------------------------------------------------- /demos/ServiceControl/ServiceControl.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ServiceControl/ServiceControl.dproj -------------------------------------------------------------------------------- /demos/ServiceControl/ServiceControl.drc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ServiceControl/ServiceControl.drc -------------------------------------------------------------------------------- /demos/ServiceControl/ServiceControl.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/ServiceControl/ServiceControl.res -------------------------------------------------------------------------------- /demos/System Info/SysInfo.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/System Info/SysInfo.cfg -------------------------------------------------------------------------------- /demos/System Info/SysInfo.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/System Info/SysInfo.dpr -------------------------------------------------------------------------------- /demos/System Info/SysInfo.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/System Info/SysInfo.dproj -------------------------------------------------------------------------------- /demos/System Info/SysInfo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/System Info/SysInfo.res -------------------------------------------------------------------------------- /demos/System Info/SysInfo_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/System Info/SysInfo_Icon.ico -------------------------------------------------------------------------------- /demos/WinProcess/Clean.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/Clean.cmd -------------------------------------------------------------------------------- /demos/WinProcess/FMain.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/FMain.dfm -------------------------------------------------------------------------------- /demos/WinProcess/FMain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/FMain.pas -------------------------------------------------------------------------------- /demos/WinProcess/LEEME.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/LEEME.TXT -------------------------------------------------------------------------------- /demos/WinProcess/Main.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/Main.ico -------------------------------------------------------------------------------- /demos/WinProcess/Resources/Close.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/Resources/Close.bmp -------------------------------------------------------------------------------- /demos/WinProcess/Resources/Ejecutar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/Resources/Ejecutar.bmp -------------------------------------------------------------------------------- /demos/WinProcess/Resources/Informacion_claro.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/Resources/Informacion_claro.bmp -------------------------------------------------------------------------------- /demos/WinProcess/Resources/Main.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/Resources/Main.ico -------------------------------------------------------------------------------- /demos/WinProcess/Resources/Restaurar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/Resources/Restaurar.bmp -------------------------------------------------------------------------------- /demos/WinProcess/Resources/details_16x16.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/Resources/details_16x16.BMP -------------------------------------------------------------------------------- /demos/WinProcess/Resources/details_16x16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/Resources/details_16x16.gif -------------------------------------------------------------------------------- /demos/WinProcess/Resources/reemplazar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/Resources/reemplazar.bmp -------------------------------------------------------------------------------- /demos/WinProcess/UConst.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/UConst.pas -------------------------------------------------------------------------------- /demos/WinProcess/UPLConstantes.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/UPLConstantes.pas -------------------------------------------------------------------------------- /demos/WinProcess/UPLConstantesMI.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/UPLConstantesMI.pas -------------------------------------------------------------------------------- /demos/WinProcess/UPLProcedures.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/UPLProcedures.pas -------------------------------------------------------------------------------- /demos/WinProcess/VProcess.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/VProcess.cfg -------------------------------------------------------------------------------- /demos/WinProcess/VProcess.col.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/VProcess.col.ini -------------------------------------------------------------------------------- /demos/WinProcess/VProcess.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/VProcess.dpr -------------------------------------------------------------------------------- /demos/WinProcess/VProcess.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/VProcess.dproj -------------------------------------------------------------------------------- /demos/WinProcess/VProcess.drc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/VProcess.drc -------------------------------------------------------------------------------- /demos/WinProcess/VProcess.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/VProcess.ini -------------------------------------------------------------------------------- /demos/WinProcess/VProcess.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/VProcess.res -------------------------------------------------------------------------------- /demos/WinProcess/VProcess_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/VProcess_Icon.ico -------------------------------------------------------------------------------- /demos/WinProcess/desc.en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/desc.en.txt -------------------------------------------------------------------------------- /demos/WinProcess/external/OI.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/external/OI.PAS -------------------------------------------------------------------------------- /demos/WinProcess/uListCompare.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos/WinProcess/uListCompare.pas -------------------------------------------------------------------------------- /demos_bin/DiskDriveInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos_bin/DiskDriveInfo.exe -------------------------------------------------------------------------------- /demos_bin/OSInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos_bin/OSInfo.exe -------------------------------------------------------------------------------- /demos_bin/PGenericTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos_bin/PGenericTest.exe -------------------------------------------------------------------------------- /demos_bin/PPrinterList.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos_bin/PPrinterList.exe -------------------------------------------------------------------------------- /demos_bin/ProcessorInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos_bin/ProcessorInfo.exe -------------------------------------------------------------------------------- /demos_bin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos_bin/README.md -------------------------------------------------------------------------------- /demos_bin/ServiceControl.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos_bin/ServiceControl.exe -------------------------------------------------------------------------------- /demos_bin/SysInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos_bin/SysInfo.exe -------------------------------------------------------------------------------- /demos_bin/TestBiosInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos_bin/TestBiosInfo.exe -------------------------------------------------------------------------------- /demos_bin/VProcess.col.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos_bin/VProcess.col.ini -------------------------------------------------------------------------------- /demos_bin/VProcess.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos_bin/VProcess.exe -------------------------------------------------------------------------------- /demos_bin/VProcess.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/demos_bin/VProcess.ini -------------------------------------------------------------------------------- /instalar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/instalar.txt -------------------------------------------------------------------------------- /leeme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/leeme.txt -------------------------------------------------------------------------------- /package/Errores.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/Errores.txt -------------------------------------------------------------------------------- /package/GLibWMI.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/GLibWMI.cfg -------------------------------------------------------------------------------- /package/GLibWMI.dpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/GLibWMI.dpk -------------------------------------------------------------------------------- /package/GLibWMI.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/GLibWMI.dproj -------------------------------------------------------------------------------- /package/GLibWMI.drc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/GLibWMI.drc -------------------------------------------------------------------------------- /package/GLibWMI.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/GLibWMI.ico -------------------------------------------------------------------------------- /package/GLibWMI.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/GLibWMI.res -------------------------------------------------------------------------------- /package/NV.bpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/NV.bpg -------------------------------------------------------------------------------- /package/glibwmires.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/glibwmires.RES -------------------------------------------------------------------------------- /package/glibwmires.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/glibwmires.rc -------------------------------------------------------------------------------- /package/jedi.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/jedi.inc -------------------------------------------------------------------------------- /package/rc.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/rc.cmd -------------------------------------------------------------------------------- /package/resources/CBatteryInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CBatteryInfo.bmp -------------------------------------------------------------------------------- /package/resources/CBatteryInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CBatteryInfo.jpg -------------------------------------------------------------------------------- /package/resources/CBatteryInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CBatteryInfo.png -------------------------------------------------------------------------------- /package/resources/CBiosInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CBiosInfo.bmp -------------------------------------------------------------------------------- /package/resources/CBiosInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CBiosInfo.jpg -------------------------------------------------------------------------------- /package/resources/CBiosInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CBiosInfo.png -------------------------------------------------------------------------------- /package/resources/CBootConfigurationInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CBootConfigurationInfo.bmp -------------------------------------------------------------------------------- /package/resources/CBootConfigurationInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CBootConfigurationInfo.jpg -------------------------------------------------------------------------------- /package/resources/CBootConfigurationInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CBootConfigurationInfo.png -------------------------------------------------------------------------------- /package/resources/CCDROMDriveInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CCDROMDriveInfo.bmp -------------------------------------------------------------------------------- /package/resources/CCDROMDriveInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CCDROMDriveInfo.jpg -------------------------------------------------------------------------------- /package/resources/CCDROMDriveInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CCDROMDriveInfo.png -------------------------------------------------------------------------------- /package/resources/CCodecFileInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CCodecFileInfo.bmp -------------------------------------------------------------------------------- /package/resources/CCodecFileInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CCodecFileInfo.jpg -------------------------------------------------------------------------------- /package/resources/CCodecFileInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CCodecFileInfo.png -------------------------------------------------------------------------------- /package/resources/CComputerSystemInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CComputerSystemInfo.bmp -------------------------------------------------------------------------------- /package/resources/CComputerSystemInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CComputerSystemInfo.jpg -------------------------------------------------------------------------------- /package/resources/CComputerSystemInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CComputerSystemInfo.png -------------------------------------------------------------------------------- /package/resources/CDesktopInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CDesktopInfo.bmp -------------------------------------------------------------------------------- /package/resources/CDesktopInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CDesktopInfo.jpg -------------------------------------------------------------------------------- /package/resources/CDesktopInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CDesktopInfo.png -------------------------------------------------------------------------------- /package/resources/CDesktopMonitorInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CDesktopMonitorInfo.bmp -------------------------------------------------------------------------------- /package/resources/CDesktopMonitorInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CDesktopMonitorInfo.jpg -------------------------------------------------------------------------------- /package/resources/CDesktopMonitorInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CDesktopMonitorInfo.png -------------------------------------------------------------------------------- /package/resources/CDiskDriveInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CDiskDriveInfo.bmp -------------------------------------------------------------------------------- /package/resources/CDiskDriveInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CDiskDriveInfo.jpg -------------------------------------------------------------------------------- /package/resources/CDiskDriveInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CDiskDriveInfo.png -------------------------------------------------------------------------------- /package/resources/CDiskPartitionInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CDiskPartitionInfo.bmp -------------------------------------------------------------------------------- /package/resources/CDiskPartitionInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CDiskPartitionInfo.jpg -------------------------------------------------------------------------------- /package/resources/CDiskPartitionInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CDiskPartitionInfo.png -------------------------------------------------------------------------------- /package/resources/CDisplayConfigurationInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CDisplayConfigurationInfo.bmp -------------------------------------------------------------------------------- /package/resources/CDisplayConfigurationInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CDisplayConfigurationInfo.jpg -------------------------------------------------------------------------------- /package/resources/CDisplayConfigurationInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CDisplayConfigurationInfo.png -------------------------------------------------------------------------------- /package/resources/CDisplayInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CDisplayInfo.bmp -------------------------------------------------------------------------------- /package/resources/CEnvironmentInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CEnvironmentInfo.bmp -------------------------------------------------------------------------------- /package/resources/CEnvironmentInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CEnvironmentInfo.jpg -------------------------------------------------------------------------------- /package/resources/CEnvironmentInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CEnvironmentInfo.png -------------------------------------------------------------------------------- /package/resources/CFanInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CFanInfo.bmp -------------------------------------------------------------------------------- /package/resources/CFanInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CFanInfo.jpg -------------------------------------------------------------------------------- /package/resources/CFanInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CFanInfo.png -------------------------------------------------------------------------------- /package/resources/CKeyboardInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CKeyboardInfo.bmp -------------------------------------------------------------------------------- /package/resources/CKeyboardInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CKeyboardInfo.jpg -------------------------------------------------------------------------------- /package/resources/CKeyboardInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CKeyboardInfo.png -------------------------------------------------------------------------------- /package/resources/CNetworkAdapterInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CNetworkAdapterInfo.bmp -------------------------------------------------------------------------------- /package/resources/CNetworkAdapterInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CNetworkAdapterInfo.jpg -------------------------------------------------------------------------------- /package/resources/CNetworkAdapterInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CNetworkAdapterInfo.png -------------------------------------------------------------------------------- /package/resources/COperatingSystemInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/COperatingSystemInfo.bmp -------------------------------------------------------------------------------- /package/resources/COperatingSystemInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/COperatingSystemInfo.jpg -------------------------------------------------------------------------------- /package/resources/COperatingSystemInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/COperatingSystemInfo.png -------------------------------------------------------------------------------- /package/resources/CPhysicalMemoryInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CPhysicalMemoryInfo.bmp -------------------------------------------------------------------------------- /package/resources/CPhysicalMemoryInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CPhysicalMemoryInfo.jpg -------------------------------------------------------------------------------- /package/resources/CPhysicalMemoryInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CPhysicalMemoryInfo.png -------------------------------------------------------------------------------- /package/resources/CPnPEntityInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CPnPEntityInfo.bmp -------------------------------------------------------------------------------- /package/resources/CPnPEntityInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CPnPEntityInfo.jpg -------------------------------------------------------------------------------- /package/resources/CPnPEntityInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CPnPEntityInfo.png -------------------------------------------------------------------------------- /package/resources/CPointingDeviceInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CPointingDeviceInfo.bmp -------------------------------------------------------------------------------- /package/resources/CPointingDeviceInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CPointingDeviceInfo.jpg -------------------------------------------------------------------------------- /package/resources/CPointingDeviceInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CPointingDeviceInfo.png -------------------------------------------------------------------------------- /package/resources/CPrintJobInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CPrintJobInfo.bmp -------------------------------------------------------------------------------- /package/resources/CPrintJobInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CPrintJobInfo.jpg -------------------------------------------------------------------------------- /package/resources/CPrintJobInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CPrintJobInfo.png -------------------------------------------------------------------------------- /package/resources/CPrinterInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CPrinterInfo.bmp -------------------------------------------------------------------------------- /package/resources/CPrinterInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CPrinterInfo.jpg -------------------------------------------------------------------------------- /package/resources/CPrinterInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CPrinterInfo.png -------------------------------------------------------------------------------- /package/resources/CProcessInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CProcessInfo.bmp -------------------------------------------------------------------------------- /package/resources/CProcessInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CProcessInfo.jpg -------------------------------------------------------------------------------- /package/resources/CProcessInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CProcessInfo.png -------------------------------------------------------------------------------- /package/resources/CProcessorInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CProcessorInfo.bmp -------------------------------------------------------------------------------- /package/resources/CProcessorInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CProcessorInfo.jpg -------------------------------------------------------------------------------- /package/resources/CProcessorInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CProcessorInfo.png -------------------------------------------------------------------------------- /package/resources/CProductInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CProductInfo.bmp -------------------------------------------------------------------------------- /package/resources/CProductInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CProductInfo.jpg -------------------------------------------------------------------------------- /package/resources/CProductInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CProductInfo.png -------------------------------------------------------------------------------- /package/resources/CRegistryInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CRegistryInfo.bmp -------------------------------------------------------------------------------- /package/resources/CRegistryInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CRegistryInfo.jpg -------------------------------------------------------------------------------- /package/resources/CRegistryInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CRegistryInfo.png -------------------------------------------------------------------------------- /package/resources/CServiceInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CServiceInfo.bmp -------------------------------------------------------------------------------- /package/resources/CServiceInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CServiceInfo.jpg -------------------------------------------------------------------------------- /package/resources/CServiceInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CServiceInfo.png -------------------------------------------------------------------------------- /package/resources/CShareInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CShareInfo.bmp -------------------------------------------------------------------------------- /package/resources/CShareInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CShareInfo.jpg -------------------------------------------------------------------------------- /package/resources/CShareInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CShareInfo.png -------------------------------------------------------------------------------- /package/resources/CSoundDeviceInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CSoundDeviceInfo.bmp -------------------------------------------------------------------------------- /package/resources/CSoundDeviceInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CSoundDeviceInfo.jpg -------------------------------------------------------------------------------- /package/resources/CSoundDeviceInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CSoundDeviceInfo.png -------------------------------------------------------------------------------- /package/resources/CStartupCommandInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CStartupCommandInfo.bmp -------------------------------------------------------------------------------- /package/resources/CStartupCommandInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CStartupCommandInfo.jpg -------------------------------------------------------------------------------- /package/resources/CStartupCommandInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CStartupCommandInfo.png -------------------------------------------------------------------------------- /package/resources/CTimeZoneInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CTimeZoneInfo.bmp -------------------------------------------------------------------------------- /package/resources/CTimeZoneInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CTimeZoneInfo.jpg -------------------------------------------------------------------------------- /package/resources/CTimeZoneInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CTimeZoneInfo.png -------------------------------------------------------------------------------- /package/resources/CUSBControllerInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CUSBControllerInfo.bmp -------------------------------------------------------------------------------- /package/resources/CUSBControllerInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CUSBControllerInfo.jpg -------------------------------------------------------------------------------- /package/resources/CUSBControllerInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CUSBControllerInfo.png -------------------------------------------------------------------------------- /package/resources/CUserAccountInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CUserAccountInfo.bmp -------------------------------------------------------------------------------- /package/resources/CUserAccountInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CUserAccountInfo.jpg -------------------------------------------------------------------------------- /package/resources/CUserAccountInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CUserAccountInfo.png -------------------------------------------------------------------------------- /package/resources/CVideoControllerInfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CVideoControllerInfo.bmp -------------------------------------------------------------------------------- /package/resources/CVideoControllerInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CVideoControllerInfo.jpg -------------------------------------------------------------------------------- /package/resources/CVideoControllerInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CVideoControllerInfo.png -------------------------------------------------------------------------------- /package/resources/CWmiSQL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/package/resources/CWmiSQL.bmp -------------------------------------------------------------------------------- /sources/CBIOSInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CBIOSInfo.pas -------------------------------------------------------------------------------- /sources/CBatteryInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CBatteryInfo.pas -------------------------------------------------------------------------------- /sources/CBootConfigurationInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CBootConfigurationInfo.pas -------------------------------------------------------------------------------- /sources/CCDROMDriveInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CCDROMDriveInfo.pas -------------------------------------------------------------------------------- /sources/CCodecFileInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CCodecFileInfo.pas -------------------------------------------------------------------------------- /sources/CComputerSystemInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CComputerSystemInfo.pas -------------------------------------------------------------------------------- /sources/CDesktopInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CDesktopInfo.pas -------------------------------------------------------------------------------- /sources/CDesktopMonitorInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CDesktopMonitorInfo.pas -------------------------------------------------------------------------------- /sources/CDiskDriveInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CDiskDriveInfo.pas -------------------------------------------------------------------------------- /sources/CDiskPartitionInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CDiskPartitionInfo.pas -------------------------------------------------------------------------------- /sources/CDisplayConfigurationInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CDisplayConfigurationInfo.pas -------------------------------------------------------------------------------- /sources/CEnvironmentInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CEnvironmentInfo.pas -------------------------------------------------------------------------------- /sources/CFanInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CFanInfo.pas -------------------------------------------------------------------------------- /sources/CKeyboardInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CKeyboardInfo.pas -------------------------------------------------------------------------------- /sources/CNetworkAdapterInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CNetworkAdapterInfo.pas -------------------------------------------------------------------------------- /sources/COperatingSystemInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/COperatingSystemInfo.pas -------------------------------------------------------------------------------- /sources/CPhysicalMemoryInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CPhysicalMemoryInfo.pas -------------------------------------------------------------------------------- /sources/CPnPEntityInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CPnPEntityInfo.pas -------------------------------------------------------------------------------- /sources/CPointingDeviceInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CPointingDeviceInfo.pas -------------------------------------------------------------------------------- /sources/CPrintJobInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CPrintJobInfo.pas -------------------------------------------------------------------------------- /sources/CPrinterInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CPrinterInfo.pas -------------------------------------------------------------------------------- /sources/CProcessInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CProcessInfo.pas -------------------------------------------------------------------------------- /sources/CProcessorInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CProcessorInfo.pas -------------------------------------------------------------------------------- /sources/CProductInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CProductInfo.pas -------------------------------------------------------------------------------- /sources/CRegistryInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CRegistryInfo.pas -------------------------------------------------------------------------------- /sources/CServiceInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CServiceInfo.pas -------------------------------------------------------------------------------- /sources/CShareInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CShareInfo.pas -------------------------------------------------------------------------------- /sources/CSoundDeviceInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CSoundDeviceInfo.pas -------------------------------------------------------------------------------- /sources/CStartupCommandInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CStartupCommandInfo.pas -------------------------------------------------------------------------------- /sources/CTimeZoneInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CTimeZoneInfo.pas -------------------------------------------------------------------------------- /sources/CUSBControllerInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CUSBControllerInfo.pas -------------------------------------------------------------------------------- /sources/CUserAccountInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CUserAccountInfo.pas -------------------------------------------------------------------------------- /sources/CVideoControllerInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CVideoControllerInfo.pas -------------------------------------------------------------------------------- /sources/CWMIBase.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CWMIBase.pas -------------------------------------------------------------------------------- /sources/CWMISQL.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/CWMISQL.pas -------------------------------------------------------------------------------- /sources/FormAbout.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/FormAbout.dfm -------------------------------------------------------------------------------- /sources/FormAbout.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/FormAbout.pas -------------------------------------------------------------------------------- /sources/UConstantes.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/UConstantes.pas -------------------------------------------------------------------------------- /sources/UProcedures.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/UProcedures.pas -------------------------------------------------------------------------------- /sources/URegisterComps.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/URegisterComps.pas -------------------------------------------------------------------------------- /sources/URegisterSQLComp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/URegisterSQLComp.pas -------------------------------------------------------------------------------- /sources/UTAboutProp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/UTAboutProp.pas -------------------------------------------------------------------------------- /sources/UTypes.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/UTypes.pas -------------------------------------------------------------------------------- /sources/WbemScripting_TLB.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/WbemScripting_TLB.dcr -------------------------------------------------------------------------------- /sources/WbemScripting_TLB.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/germanestevez/GLibWMI/HEAD/sources/WbemScripting_TLB.pas --------------------------------------------------------------------------------