NdisRawWritePortUlong (Windows CE 5.0)
This function writes a ULONG value to an I/O port on the NIC.
VOID NdisRawWritePortUlong(ULONG Port,ULONG Data);
Parameters
- Port
[in] Specifies the I/O port. This address falls in a range that was mapped during initialization with the NdisMRegisterIoPortRange function. - Data
[in] Specifies the ULONG to be written.
Return Values
None.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
See Also
NdisMRegisterIoPortRange | NdisRawReadPortUlong | NdisRawWritePortBufferUlong | NdisRawWritePortUchar | NdisRawWritePortUshort
Send Feedback on this topic to the authors