The information in this article applies to:
SUMMARYERROR_VOLUME_EXISTS as defined in the Error.h file shipped with the Windows 95 DDK is defined as 606h. The value of ERROR_VOLUME_EXISTS used internally by Windows 95 (IFSMGR and the FSDs shipped with the product) is 284h. As a result, IFSMGR will reject the remount request and force a new mount if FSDs for removeable media return ERROR_VOLUME_EXISTS. RESOLUTIONThere is an alternative in Ifs.h called IFSERR_VOLUME_EXISTS, which has the value 284h. This alternative correctly matches the value of ERROR_VOLUME_EXISTS used by the Windows 95 retail binaries, so you can use it instead of ERROR_VOLUME_EXISTS. Additional query words: 4.00
Keywords : |
Last Reviewed: March 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |