Share via


NDIS_STATUS (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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

Header ndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NDIS Data Types
NDIS_ERROR_CODE
NDIS_SET_PACKET_CANCEL_ID
MiniportSend
DriverEntry
ProtocolReceive
ProtocolStatus