Share via


NDIS_STATUS

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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_ERROR_CODE
NDIS_SET_PACKET_CANCEL_ID
MiniportSend
DriverEntry
ProtocolReceive
ProtocolStatus