NDIS Object Interface (Compact 2013)
3/26/2014
This section describes the NDIS object interfaces.
In This Section
- NDIS_GENERIC_OBJECT
Defines a generic object which a software component can use to obtain an NDIS handle.
- NDIS_OBJECT_HEADER
Packages the object type, version, and size information that is required in many NDIS 6.0 structures.
- NdisAllocateGenericObject
Components that do not have an NDIS handle use this function to allocate a generic NDIS object.
- NdisFreeGenericObject
Frees a generic object that was created by using the NdisAllocateGenericObject function.