PRB: ERROR_VOLUME_EXISTS Defined Incorrectly in DDK Error.hID: Q141538
|
ERROR_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.
There 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 :
Version : 4.00
Platform : WINDOWS
Issue type :
Last Reviewed: March 2, 1999