Displaying 5 results from an estimated 5 matches for "getdrivetyp".
Did you mean:
getdrivetype
2005 Jun 20
1
Slightly OT: Making Windows Aps Think Mapped Drives are Local
Sorry if this is slightly off topic for the Samba list, but if anybody knows
the answer to this
question, it's probably a Samba person...
Does anybody know if there a way to make Windows XP think a "mapped network
drive" is a "local drive", or at least get Windows to report to all
applications that ask that a network drive is a local drive? There must be a whole
2005 Feb 07
7
win32-driveinfo in CVS
...#39;'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
# check...
2015 Nov 27
0
Wine release 1.8-rc2
...t: Improved debug traces.
ieframe: Silence some noisy FIXMEs.
Jactry Zeng (1):
po: Update Simplified Chinese translation.
Jiaxing Wang (1):
regedit: Need 3 bytes of room at end of buffer for \r\n\0 to avoid endless loop.
Joachim Priesner (1):
kernel32/tests: Add tests for GetDriveType with invalid drive spec.
Julian R?ger (1):
po: Update German translation.
Lauri Kentt? (1):
po: Update Finnish translation.
Michael M?ller (1):
msvcp90: Basic_string_wchar_dtor should set EAX to 0 on i386.
Michael Stefaniuc (2):
maintainers: Add section for the Stable b...
2006 Mar 10
2
unload memdisk+FreeDOS => local boot
Sensei H. Peter Anvin,
I have successfully modified/enhanced memdisk so that one can chainload a
local operating system after running diskless FreeDOS.
I would like your advice regarding the appropriate interface for invoking
this functionality.
In addition, I would like to know what steps to take so that you feel
comfortable considering including this in the standard syslinux
distribution.
2009 Sep 25
0
Wine release 1.1.30
...ate.
msi: Open the database read/write when the update count is greater than zero in MsiGetSummaryInformation.
msi: Ignore CoInitialize failure in ACTION_CreateShortcuts.
msi: Set ProductState property.
msi: Improve a trace.
msi: Downgrade two ERRs to WARNs.
msi: GetDriveType and GetVolumeInformation require a path terminated by a slash.
msi: Don't append the cabinet file name in find_published_source.
msi: Set or override a user environment string when there is no prefix.
rpcrt4: Add stub implementations of NdrMesTypeDecode2 and NdrMesTypeFree2....