search for: drivetyp

Displaying 4 results from an estimated 4 matches for "drivetyp".

Did you mean: drivetype
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 realized that I might be stepping on a n...
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251 Bug ID: 95251 Summary: vdpau decoder capabilities: not supported Product: Mesa Version: 11.2 Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at
2005 Feb 07
7
win32-driveinfo in CVS
...DriveSpace(''c'').to_a totalNumberOfFreeBytes = getDriveSpace(''c'').TotalNumberOfFreeBytes totalNumberOfBytes = getDriveSpace("\\\\serv\\share").TotalNumberOfBytes drives = getDrivesInUse() freelet = getFreeDriveLetters() drivetype = getDriveType(''a'') (volumeName, volumeSerialNumber, maximumComponentLength, fileSystemName, attr) = getVolumeInfo(''g'').to_a (majorVersion, minorVersion, buildNumber, platformId, buildStr) = getVersionEx().to_a...
2014 Mar 07
0
Wine release 1.7.14
...s: Fix some test failures on Win8. oleaut32: Propagate return codes properly. oleaut32: Fix SafeArrayGetElement() for FADF_RECORD arrays. oleaut32: Use better naming to clarify copy direction. scrrun: Added IDrive stub and Next() for drive collection. scrrun: Implement DriveType property of IDrive. fntcache: Added stub Font Cache service. programs: Added stub wevtutil tool. dmime: COM cleanup of IDirectMusicSegmentState8 interface. dmime: COM cleanup of IDirectMusicGraph interface. kernel32: Partial implementation for GetCalendarInfoEx()....