NdisMSetAttributes

NdisMSetAttributes informs the NDIS library about significant features of the caller's NIC during initialization.

Syntax

VOID NdisMSetAttributes(IN NDIS_HANDLE MiniportAdapterHandle,
IN NDIS_HANDLE MiniportAdapterContext, IN BOOLEAN BusMaster,
IN NDIS_INTERFACE_TYPE AdapterType);

At a Glance

Header File: Ndis.h
Module: Nk
Platforms:
Versions: 2.0 and later
Complete Documentation: Windows NT Device Driver Kit