Skip to content

Latest commit

 

History

History
100 lines (67 loc) · 2.92 KB

nf-ndis-ndisrawreadportbufferulong.md

File metadata and controls

100 lines (67 loc) · 2.92 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.NdisRawReadPortBufferUlong
NdisRawReadPortBufferUlong macro (ndis.h)
NdisRawReadPortBufferUlong reads a specified number of ULONGs into a caller-supplied buffer.
netvista\ndisrawreadportbufferulong.htm
netvista
05/02/2018
NdisRawReadPortBufferUlong macro
NdisRawReadPortBufferUlong, NdisRawReadPortBufferUlong macro [Network Drivers Starting with Windows Vista], miniport_port_raw_ref_0696e0e4-976c-4d17-a482-054d5d441608.xml, ndis/NdisRawReadPortBufferUlong, netvista.ndisrawreadportbufferulong
ndis.h
Ndis.h
Universal
Supported for NDIS 6.0 and NDIS 5.1 drivers (see NdisRawReadPortBufferUlong (NDIS 5.1)) in Windows Vista. Supported for NDIS 5.1 drivers (see NdisRawReadPortBufferUlong (NDIS 5.1)) in Windows XP.
Any level
Windows
NdisRawReadPortBufferUlong
ndis/NdisRawReadPortBufferUlong
APIRef
kbSyntax
HeaderDef
ndis.h
NdisRawReadPortBufferUlong

NdisRawReadPortBufferUlong macro

-description

NdisRawReadPortBufferUlong reads a specified number of ULONGs into a caller-supplied buffer.

-parameters

-param Port [in]

Specifies the I/O port. This address falls in a range that was mapped during initialization with NdisMRegisterIoPortRange.

-param Buffer [out]

Pointer to a caller-allocated buffer, in resident memory, into which the ULONGs will be transferred from the NIC. The caller must allocate a buffer at least ( sizeof(ULONG) * Length ).

-param Length [in]

Specifies how many ULONGs to transfer from the NIC.

-remarks

NdisRawReadPortBufferUlong reads each ULONG value, one at a time, from the given I/O port into the given buffer.

-see-also

MiniportInitializeEx

NdisMRegisterIoPortRange

NdisRawReadPortBufferUchar

NdisRawReadPortBufferUshort

NdisRawReadPortUlong

NdisRawWritePortBufferUlong