Enter Network Recovery Mode
When the device driver detects an error that requires initiating recovery logic to make the device temporarily unavailable, the following status block is returned by the device driver.
Note: While the device driver is in this recovery logic, the device
might not be fully functional. The device driver notifies users when
the device is fully functional by way of an NDD_LIMBO_EXIT asynchronous
status block:
Item | Description |
---|---|
code | Set to NDD_LIMBO_ENTER. |
option[0] | Set to one of the following:
|
option[ ] | The remainder of the status block can be used to return additional status information by the device driver. |