NDIS Objects

Components that do not have an NDIS handle use the NdisAllocateGenericObject function to allocate a generic NDIS object. A component must call the NdisFreeGenericObject function to free a generic object that was created with NdisAllocateGenericObject.

For information about using generic objects, see Obtaining Pool Handles.