The information in this article applies to:
SYMPTOMSGetFileInformationByHandle returns ERROR_NOT_SUPPORTED when called for a file on a volume supported by a real-mode driver. CAUSE
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.
RESOLUTION
If you get back ERROR_NOT_SUPPORTED from a GetFileInformationByHandle call,
you need to make a name-based call to get the equivalent information.
STATUSThis behavior is by design. Additional query words: 4.00 Windows 95 win95fest
Keywords : |
Last Reviewed: March 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |