Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This data type is used to identify an NDIS object.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
See Also
Send Feedback on this topic to the authors