Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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