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.
1/6/2010
The NIC driver calls this function to write a ULONG to an I/O port.
Syntax
VOID NdisWritePortUlong(
NDIS_HANDLE NdisAdapterHandle,
ULONG Port,
ULONG Data
);
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 Value
None.
Requirements
| Header | ndis.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
NDIS Library Functions
NdisRawWritePortUlong
NdisReadPortUlong