NdisQueryMapRegisterCount

NdisQueryMapRegisterCount returns the maximum number of available map registers in the current platform.

Syntax

NDIS_STATUS NdisQueryMapRegisterCount(
IN NDIS_INTERFACE_TYPE
BusType, OUT PUINT MapRegisterCount);

At a Glance

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

Remarks

Windows CE does not support direct memory access (DMA) at this time. The Windows CE version of NdisQueryMapRegisterCount is a stub that does no work. When Windows CE does support DMA, this function will be more fully implemented.