Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NIC driver calls this function to write a ULONG to an I/O port.
VOID NdisWritePortUlong(NDIS_HANDLENdisAdapterHandle,ULONGPort,ULONGData);
Parameters
- NdisAdapterHandle
[in] Specifies the handle that the NDIS interface library associates with the network interface card. - Port
[in] Specifies the I/O port. - Data
[in] Specifies the ULONG value to write to Port.
Return Values
None.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
See Also
NdisRawWritePortUlong | NdisReadPortUlong
Send Feedback on this topic to the authors