NdisSetPhysicalAddressHigh (Windows CE 5.0)
This function sets the high-order part of a specified physical address to a specified value.
VOID NdisSetPhysicalAddressHigh(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 high-order part of the address.
Return Values
None.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
See Also
NdisGetPhysicalAddressHigh | NdisSetPhysicalAddressLow
Send Feedback on this topic to the authors