Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 2.16 KB

nf-ndis-ndismreaddmacounter.md

File metadata and controls

73 lines (59 loc) · 2.16 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:ndis.NdisMReadDmaCounter
NdisMReadDmaCounter function (ndis.h)
The NdisMReadDmaCounter function returns the current value of the system DMA controller's counter.
netvista\ndismreaddmacounter.htm
netvista
05/02/2018
NdisMReadDmaCounter function
NdisMReadDmaCounter, NdisMReadDmaCounter function [Network Drivers Starting with Windows Vista], dma_ref_12d2675f-d576-4a5d-9af0-42dfd63fd1da.xml, ndis/NdisMReadDmaCounter, netvista.ndismreaddmacounter
ndis.h
Ndis.h
Universal
Supported for NDIS 6.0 and NDIS 5.1 drivers (see NdisMReadDmaCounter (NDIS 5.1)) in Windows Vista. Supported for NDIS 5.1 drivers (see NdisMReadDmaCounter (NDIS 5.1)) in Windows XP.
Irql_Miniport_Driver_Function
Ndis.lib
<= DISPATCH_LEVEL
Windows
NdisMReadDmaCounter
ndis/NdisMReadDmaCounter
APIRef
kbSyntax
LibDef
ndis.lib
ndis.dll
NdisMReadDmaCounter

NdisMReadDmaCounter function

-description

The NdisMReadDmaCounter function returns the current value of the system DMA controller's counter.

-parameters

-param MiniportDmaHandle [in]

The handle returned when the miniport driver called the NdisMRegisterDmaChannel function during initialization.

-returns

NdisMReadDmaCounter returns the number of bytes remaining in the current DMA transfer on the channel used by the NIC.

-remarks

Miniport drivers of devices that use the system DMA controller's auto-initialize mode can call NdisMReadDmaCounter.

-see-also

NdisMRegisterDmaChannel