This is work in progress.

Windows / Headers / wdfstatus.h

wdfstatus.h

Associated Error Codes

Below is a list of error codes found for this header.

SymbolicValueDescription
STATUS_WDF_QUEUED0x40200000The request was queued internally and not immediately submitted to its target.
STATUS_WDF_POSTED0x40200002The request was posted to a worker thread.
STATUS_WDF_NO_PACKAGE0xC0200200No package of the selected type has been defined.
STATUS_WDF_INTERNAL_ERROR0xC0200201An internal error has occured.
STATUS_WDF_PAUSED0xC0200203The object is in a paused state.
STATUS_WDF_BUSY0xC0200204The object is busy with previous requests.
STATUS_WDF_IO_TIMEOUT_NOT_SENT0xC0200205The request timed out and was never sent to its target.
STATUS_WDF_DEVICE_REMOVED_NOT_SENT0xC0200206The request was never sent to its target and is now failed because the device has been removed.
STATUS_WDF_REQUEST_ALREADY_PENDING0xC0200207A request that was already pending with a IO target was submitted to a IO target.
STATUS_WDF_REQUEST_INVALID_STATE0xC0200208An invalid operation was attempted on a request based on its currents state.
STATUS_WDF_OBJECT_ATTRIBUTES_INVALID0xC0200209An invalid WDF_OBJECT_ATTRIBUTES parameter was passed.
STATUS_WDF_TOO_FRAGMENTED0xC020020AThe DMA Request's MDL has more SCATTER_GATHER_ELEMENTS that DMA Object's MaximumFragments allows.
STATUS_WDF_NO_CALLBACK0xC020020BA required Event Callback has not been registered.
STATUS_WDF_INCOMPATIBLE_EXECUTION_LEVEL0xC020020CThe object does not support the specified WDF_EXECUTION_LEVEL.
STATUS_WDF_PARENT_ALREADY_ASSIGNED0xC020020DThe object already has a parent assigned.
STATUS_WDF_PARENT_IS_SELF0xC020020EThe object can not be its own parent.
STATUS_WDF_PARENT_ASSIGNMENT_NOT_ALLOWED0xC020020FThe object can not have a driver specified parent assignment.
STATUS_WDF_SYNCHRONIZATION_SCOPE_INVALID0xC0200210The object does not support the specified WDF_SYNCHRONIZATION_SCOPE.
STATUS_WDF_EXECUTION_LEVEL_INVALID0xC0200211The object does not support the specified WDF_EXECUTION_LEVEL.
STATUS_WDF_PARENT_NOT_SPECIFIED0xC0200212A required parent object was not specified in WDF_OBJECT_ATTRIBUTES.
20 entries