Freigeben über


NdisSetPhysicalAddressLow (Compact 2013)

3/26/2014

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

See Also

Reference

NDIS Shared Memory Interface
NdisGetPhysicalAddressLow
NdisSetPhysicalAddressHigh