Site icon EfmSoft

What does NTSTATUS 0x40000010 (STATUS_RECEIVE_EXPEDITED) mean?

 
Previous Next
STATUS_RECEIVE_PARTIAL STATUS_RECEIVE_PARTIAL_EXPEDITED

STATUS_RECEIVE_EXPEDITED

The transport delivered data marked as expedited

Legacy TDI distinguished normal receive indications from expedited data supplied by a remote peer. A client could register a dedicated expedited receive handler; if it did not, the normal receive path could be asked to process the indication with flags describing its special status.

Expedited data is transport-specific and must not be confused with ordinary application priority. The client should preserve the receive flags and protocol context before deciding whether the bytes belong to an urgent control path, an out-of-band mechanism, or a compatibility feature. Migrating old TDI code requires mapping that behavior deliberately rather than silently merging all receives.

What to inspect

References


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

Exit mobile version