Freigeben über


NdisGetPhysicalAddressLow (Compact 2013)

3/26/2014

This function returns the low-order part of a specified physical address.

Syntax

ULONG NdisGetPhysicalAddressLow(
  NDIS_PHYSICAL_ADDRESS PhysicalAddress
);

Parameters

  • PhysicalAddress
    [in] Specifies a physical address of an OS-dependent size.

Return Value

Returns the value of the low-order part of the physical address.

Requirements

Header

ndis.h

Library

ndis.lib

See Also

Reference

NDIS Shared Memory Interface
NdisGetPhysicalAddressHigh
NdisSetPhysicalAddressLow