NDIS_ERROR_CODE
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
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.