Skip to content

Latest commit

 

History

History
88 lines (61 loc) · 2.49 KB

nf-ndis-ndiswriteregisteruchar.md

File metadata and controls

88 lines (61 loc) · 2.49 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.NdisWriteRegisterUchar
NdisWriteRegisterUchar macro (ndis.h)
NdisWriteRegisterUchar is called by the miniport driver to write a UCHAR to a memory-mapped device register.
netvista\ndiswriteregisteruchar.htm
netvista
05/02/2018
NdisWriteRegisterUchar macro
NdisWriteRegisterUchar, NdisWriteRegisterUchar macro [Network Drivers Starting with Windows Vista], miniport_register_ref_60f684ba-a2ca-4fa8-8a80-9e805fb5c453.xml, ndis/NdisWriteRegisterUchar, netvista.ndiswriteregisteruchar
ndis.h
Ndis.h
Universal
Supported for NDIS 6.0 and NDIS 5.1 drivers (see NdisWriteRegisterUchar (NDIS 5.1)) in Windows Vista. Supported for NDIS 5.1 drivers (see NdisWriteRegisterUchar (NDIS 5.1)) in Windows XP.
Any level
Windows
NdisWriteRegisterUchar
ndis/NdisWriteRegisterUchar
APIRef
kbSyntax
HeaderDef
ndis.h
NdisWriteRegisterUchar

NdisWriteRegisterUchar macro

-description

NdisWriteRegisterUchar is called by the miniport driver to write a UCHAR to a memory-mapped device register.

-parameters

-param Register [in]

Pointer to the memory-mapped register. This virtual address must fall within a range returned by an initialization-time call to NdisMMapIoSpace.

-param Data [in]

Specifies the caller-supplied UCHAR that this function transfers to the Register .

-remarks

If a driver calls this function, a NIC's device registers must be mapped to noncached memory during driver initialization.

-see-also

MiniportInitializeEx

NdisMMapIoSpace

NdisReadRegisterUchar

NdisWriteRegisterUlong

NdisWriteRegisterUshort