NdisMSetAttributes informs the NDIS library about significant features of the caller's NIC during initialization.
VOID NdisMSetAttributes(IN NDIS_HANDLE MiniportAdapterHandle,
IN NDIS_HANDLE MiniportAdapterContext, IN BOOLEAN BusMaster,
IN NDIS_INTERFACE_TYPE AdapterType);
Header File: | Ndis.h |
Module: | Nk |
Platforms: | |
Versions: | 2.0 and later |
Complete Documentation: | Windows NT Device Driver Kit |