Share via


NDIS_STATUS (Windows CE 5.0)

Send Feedback

This data type is used to indicate success and error states in numerous functions and object identifiers.

typedef int NDIS_STATUS, *PNDIS_STATUS;

Remarks

The specific NDIS status values are defined in the Ndis.h header file. The high-bit set indicates an error state, and the high-bit clear indicates a success state.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.

See Also

NDIS_ERROR_CODE | NDIS_SET_PACKET_CANCEL_ID | MiniportSend | DriverEntry | ProtocolReceive | ProtocolStatus

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.