共用方式為


NdisGetPhysicalAddressHigh (Compact 2013)

3/26/2014

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

Syntax

ULONG NdisGetPhysicalAddressHigh(
  NDIS_PHYSICAL_ADDRESS PhysicalAddress
);

Parameters

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

Return Value

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

Requirements

Header

ndis.h

Library

ndis.lib

See Also

Reference

NDIS Shared Memory Interface
NdisGetPhysicalAddressLow
NdisSetPhysicalAddressHigh