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