NDIS_ERROR_CODE (Windows CE 5.0)
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
Send Feedback on this topic to the authors