| Previous | Next |
| RAMDISK_BOOT_INITIALIZATION_FAILED | HTTP_DRIVER_CORRUPTED |
DRIVER_RETURNED_STATUS_REPARSE_FOR_VOLUME_OPEN
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.
DRIVER_RETURNED_STATUS_REPARSE_FOR_VOLUME_OPEN Parameters
| 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 |
Remarks
STATUS_REPARSE should be returned only for IRP_MJ_CREATE requests with trailing names, as that indicates the driver is supporting name spaces.
For more information about working with file system drivers, see File systems driver design guide. For information about IRP_MJ_CREATE requests see IRP_MJ_CREATE (IFS).
References
Looking for a different code? Search another status or error code.
