NdisGetPhysicalAddressHigh
This function returns the high-order part of a specified physical address.
ULONG NdisGetPhysicalAddressHigh(
NDIS_PHYSICAL_ADDRESS PhysicalAddress
);
Parameters
- PhysicalAddress
[in] Specifies a physical address of an OS-dependent size.
Return Values
Returns the value of the high-order part of the physical address.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
See Also
NdisGetPhysicalAddressLow | NdisSetPhysicalAddressHigh
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.