PRB:Real-Mode Drivers Don't Support GetFileInformationByHandleID: Q137234
|
GetFileInformationByHandle returns ERROR_NOT_SUPPORTED when called for a file on a volume supported by a real-mode driver.
GetFileInformationByHandle relies on a new service which is not supported
by real-mode drivers. The real-mode, handle-based services do not fill in
more than a couple of the fields in the output structure.
GetFileInformationByHandle is useful for files that reside on volumes that
are supported by protected mode drivers.
If you get back ERROR_NOT_SUPPORTED from a GetFileInformationByHandle call,
you need to make a name-based call to get the equivalent information.
MS-DOS-based and 16-bit Windows-based applications can call Int 21h
function 440Dh, sub function 6Fh (GetDriveMapInfo) to determine if a
volume is supported by a protected mode driver.
This behavior is by design.
Additional query words: 4.00 Windows 95 win95fest
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 3, 1999