Windows / Headers / wdfstatus.h
wdfstatus.h
Associated Error Codes
Below is a list of error codes found for this header.
Symbolic | Value | Description |
---|---|---|
STATUS_WDF_QUEUED | 0x40200000 | The request was queued internally and not immediately submitted to its target. |
STATUS_WDF_POSTED | 0x40200002 | The request was posted to a worker thread. |
STATUS_WDF_NO_PACKAGE | 0xC0200200 | No package of the selected type has been defined. |
STATUS_WDF_INTERNAL_ERROR | 0xC0200201 | An internal error has occured. |
STATUS_WDF_PAUSED | 0xC0200203 | The object is in a paused state. |
STATUS_WDF_BUSY | 0xC0200204 | The object is busy with previous requests. |
STATUS_WDF_IO_TIMEOUT_NOT_SENT | 0xC0200205 | The request timed out and was never sent to its target. |
STATUS_WDF_DEVICE_REMOVED_NOT_SENT | 0xC0200206 | The request was never sent to its target and is now failed because the device has been removed. |
STATUS_WDF_REQUEST_ALREADY_PENDING | 0xC0200207 | A request that was already pending with a IO target was submitted to a IO target. |
STATUS_WDF_REQUEST_INVALID_STATE | 0xC0200208 | An invalid operation was attempted on a request based on its currents state. |
STATUS_WDF_OBJECT_ATTRIBUTES_INVALID | 0xC0200209 | An invalid WDF_OBJECT_ATTRIBUTES parameter was passed. |
STATUS_WDF_TOO_FRAGMENTED | 0xC020020A | The DMA Request's MDL has more SCATTER_GATHER_ELEMENTS that DMA Object's MaximumFragments allows. |
STATUS_WDF_NO_CALLBACK | 0xC020020B | A required Event Callback has not been registered. |
STATUS_WDF_INCOMPATIBLE_EXECUTION_LEVEL | 0xC020020C | The object does not support the specified WDF_EXECUTION_LEVEL. |
STATUS_WDF_PARENT_ALREADY_ASSIGNED | 0xC020020D | The object already has a parent assigned. |
STATUS_WDF_PARENT_IS_SELF | 0xC020020E | The object can not be its own parent. |
STATUS_WDF_PARENT_ASSIGNMENT_NOT_ALLOWED | 0xC020020F | The object can not have a driver specified parent assignment. |
STATUS_WDF_SYNCHRONIZATION_SCOPE_INVALID | 0xC0200210 | The object does not support the specified WDF_SYNCHRONIZATION_SCOPE. |
STATUS_WDF_EXECUTION_LEVEL_INVALID | 0xC0200211 | The object does not support the specified WDF_EXECUTION_LEVEL. |
STATUS_WDF_PARENT_NOT_SPECIFIED | 0xC0200212 | A required parent object was not specified in WDF_OBJECT_ATTRIBUTES. |
20 entries |