DMA_COMMON_BUFFER_VECTOR_ERROR
Bug check code: 0x000001dc (476)
As HRESULT:- S: 0 (Success)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x01dc (476)
- Sev: 0 (STATUS_SEVERITY_SUCCESS)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x01dc (476)
Parameters
| Parameter | Description |
|---|---|
| 1 | Indicates the type of failure. See values below. |
| 2 | See values below. |
| 3 | See values below. |
| 4 | See values below. |
Description
The DMA_COMMON_BUFFER_VECTOR_ERROR bug check has a value of 0x000001DC. It indicates that a driver has misused the DMA vectored common buffer APIs.
Important
This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.
Cause
A driver has misused the DMA vectored common buffer APIs. The !analyze debug extension displays information about the bug check and can be helpful in determining the root cause.
See Also
Article text from the Windows driver documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.