Share via


NDIS_STATUS

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

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.