NDIS_ERROR_CODE (Windows CE 5.0)

Send Feedback

This data type is used to specify NDIS_STATUS_XXX codes that describe errors.

#define NDIS_ERROR_CODE ULONG

Remarks

NDIS_STATUS codes are used by many API to hold a variety of status indications, including miniport and intermediate driver initialization, packet transmission, and coordination between multiple drivers. When these codes represent error conditions, NDIS_ERROR_CODE can be used.

Requirements

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

See Also

NDIS_STATUS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.