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