Share via


NdisRawWritePortUlong

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This function writes a ULONG value to an I/O port on the NIC.

Syntax

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 Value

None.

Requirements

Header ndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NdisMRegisterIoPortRange
NdisRawReadPortUlong
NdisRawWritePortBufferUlong
NdisRawWritePortUchar
NdisRawWritePortUshort