NDIS_OID (Windows Embedded CE 6.0)
1/6/2010
This data type is used to identify an NDIS object.
Syntax
typedef
ULONG NDIS_OID,
*PNDIS_OID;
Remarks
An NDIS object identifier (OID) is a system-defined constant of the form OID_XXX that higher-level NDIS drivers set in an NDIS_REQUEST structure for their calls to NdisRequest. Associated with each NDIS OID is a data buffer, which varies in size and format depending on the given OID.
OIDs are either general or media-specific in nature. Each defined OID is either an operational OID or a statistics OID. Support for each NDIS-defined OID is either mandatory or optional.
Requirements
Header | ndis.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |