search for: win32_logicaldisk

Displaying 7 results from an estimated 7 matches for "win32_logicaldisk".

2007 Jul 30
4
Win32 namespace
I''ve been working on a library called ruby-wmi, that is basically just an abstraction layer around wmi. I''m a windows sys admin, and I use wmi scripts a lot at work. My code looks like this: disks = WMI::Win32_LogicalDisk.find(:all, :conditions => {:drivetype => 5}) It''s supposed to mimic the active_record interface, and it works pretty well. My next thought was to do something like this: disks = Win32::LogicalDisk.find(:all, :conditions => {:drivetype => 5}) Which I liked a lot, but then I...
2005 Feb 07
7
win32-driveinfo in CVS
Hi all, I committed win32-driveinfo 0.1.0 to CVS. What is it? =========== A class for getting information of drives Synopsis ======== include Win32::DriveInfo (sectorsPerCluster, bytesPerSector, numberOfFreeClusters, totalNumberOfClusters, freeBytesAvailableToCaller, totalNumberOfBytes, totalNumberOfFreeBytes) = getDriveSpace(''c'').to_a
2015 Jan 09
0
Wine release 1.7.34
...@@std@@QAE at PBDH@Z 37836 SteuerSparErkl?rung 2015: crashes when starting a new tax case 37839 Unable to license IAR Embedded Workbench Kickstart Edition 6.x/7.x (License Manager needs 'Win32_ComputerSystemProduct' WMI class) 37844 PTC Mathcad Prime 3.0 Web installer crashes ('Win32_LogicalDisk' WMI class needs to provide 'VolumeName' property) 37848 For loop %~$PATH:I feature works incorrect - PATH variable size limited by MAX_PATH ---------------------------------------------------------------- Changes since 1.7.33: Aidan Thornton (1): quartz: Implement IFilterGr...
2014 Mar 21
0
Wine release 1.7.15
...ored when submitting form 35778 Samsung Magician v4.0 fails to install (widl emits incorrect var type for IDispatch* defaultvalue) 35794 iTunes 7 installer aborts early (failure to find builtin 'RegExp' class) 35799 Mortal Online (MMORPG) client 1.75.00.07 crashes on login (missing Win32_LogicalDisk WMI class 'VolumeSerialNumber' property) 35803 Chessmaster Grandmaster Polish Edition installer crashes 35806 Multiple VB6 apps complain with "Run-time error '445'" (Swiftkit)(ITextStream::WriteLine method implementation needed) 35816 iTunes 7 installer aborts ear...
2012 Jul 03
0
Wine release 1.5.8
...with the same name 31019 stl_test crashes due to missing msvcp80.dll.??$?5DU?$char_traits at D@std@@@std@@YAAAV?$basic_istream at DU?$char_traits at D@std@@@0 at AAV10@AAD at Z 31029 TrackMania United Forever: Images not show properly 31031 Need For Speed Hot Pursuit (2010) crashes (needs Win32_LogicalDisk WMI class) 31032 Ragnarok download manager shows a .NET exception on start (GdipLoadImageFromStream stream clone fails) 31033 Multiple apps need IWbemServices::GetObject to retrieve WMI class instances 31037 Microsoft SQL Server 2005 Express Edition: SQL Server System Configuration Checker...
2013 May 24
0
Wine release 1.5.31
...rs handling and allow multi-semicolons + single comma separator. d3dx9_36: Add support for D3DFMT_P8 and conversion to other ARGB formats + tests. Daniel Jelinski (6): wbemprox: Return success if only one result requested from enum. wbemprox: Add CIM_LogicalDisk class, forward to Win32_LogicalDisk. msi: Remove trailing spaces from command line property name. kernel32: Implement CAL_RETURN_NUMBER in EnumCalendarInfo*. kernel32: Implement CAL_ICALINTVALUE in GetCalendarInfo. kernel32: Improved stub for GetCalendarInfo's CAL_SCALNAME. Detlef Riekenberg (4): us...
2012 Oct 12
0
Wine release 1.5.15
...operands in eval_strcmp. wbemprox: Implement Win32_NetworkAdapter.AdapterType. wbemprox: Add reference counting to the table structure. wbemprox: Add support for uncommitted instances in IWbemClassObject::Get. wbemprox: Add support for array types. wbemprox: Implement Win32_LogicalDisk.Name. wbemprox: Always convert from BSTR. wbemprox: Support overriding the CIM to VARIANT type mapping for method parameters. wbemprox: Implement class methods StdRegProv.EnumKey and StdRegProv.EnumValues. wbemprox: Add tests for the standard registry provider. Henri Verbee...