| Debugging Tools for Windows |
The DRIVER_RETURNED_STATUS_REPARSE_FOR_VOLUME_OPEN bug check has a value of 0x000000F9. This indicates that a driver returned STATUS_REPARSE to an IRP_MJ_CREATE request with no trailing names.
The following parameters are displayed on the blue screen.
| Parameter | Description |
|---|---|
| 1 | The device object that was opened |
| 2 | The device object to which the IRP_MJ_CREATE request was issued |
| 3 | Address of the Unicode string containing the new name of the file (to be reparsed) |
| 4 | Information returned by the driver for the IRP_MJ_CREATE request |
STATUS_REPARSE should be returned only for IRP_MJ_CREATE requests with trailing names, as that indicates the driver is supporting name spaces.