Article ID: 130801
Article Last Modified on 2/20/2007
Value Meaning
---------- -------
0xC0000008 STATUS_INVALID_HANDLE , an invalid HANDLE was specified.
0xC000009A STATUS_INSUFFICIENT_RESOURCES, caused by lack of non-paged
pool.
0xC000009C STATUS_DEVICE_DATA_ERROR, generally due to bad block on the
drive.
0xC000009D STATUS_DEVICE_NOT_CONNECTED, bad or loose cabling,
termination, or controller not seeing drive.
0xC000016A STATUS_DISK_OPERATION_FAILED, also caused by bad block
on the drive.
0xC0000185 STATUS_IO_DEVICE_ERROR, caused by improper termination or bad
cabling on SCSI devices.
These codes are the most common and the ones for which specific causes
have been determined. For information about other possible status codes
that may be returned, see the NTSTATUS.H file, which is included in the
MSDN Development Platform DDK.
Additional query words: prodnt 0x7a 0x77
Keywords: kbother KB130801