Site icon EfmSoft

What does NTSTATUS 0x40230001 (STATUS_NDIS_INDICATION_REQUIRED) mean?

 
Previous Next
STATUS_GRAPHICS_DEPENDABLE_CHILD_STATUS STATUS_GUARD_PAGE_VIOLATION

STATUS_NDIS_INDICATION_REQUIRED

This OID has an indication-based completion contract

STATUS_NDIS_INDICATION_REQUIRED is not a generic delayed completion. It is returned only when the definition of a particular OID allows the miniport to provide the final result through a subsequent NDIS status indication. The original request and the later indication must still be correlated by the driver stack.

Do not substitute this status for ordinary asynchronous work. A regular asynchronous OID request uses NDIS_STATUS_PENDING and is completed through the OID completion path. The first question is therefore whether the requested OID explicitly permits indication-based completion.

Evidence that narrows it

References


Looking for a different code? Search another status or error code.

Exit mobile version