NdisSetPhysicalAddressLow (Windows Embedded CE 6.0)

1/6/2010

This function sets the low-order part of a specified physical address to a specified value.

Syntax

VOID NdisSetPhysicalAddressLow(
  NDIS_PHYSICAL_ADDRESS PhysicalAddress,
  ULONG Value
);

Parameters

  • PhysicalAddress
    [in] Specifies a physical address of an OS-dependent size.
  • Value
    [in] Specifies the value to be written into the low-order part of the address.

Return Value

None.

Requirements

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

See Also

Reference

NDIS Library Functions
NdisGetPhysicalAddressLow
NdisSetPhysicalAddressHigh