NdisSetPhysicalAddressHigh (Compact 2013)
3/26/2014
This function sets the high-order part of a specified physical address to a specified value.
Syntax
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 Value
None
Requirements
Header |
ndis.h |
See Also
Reference
NDIS Shared Memory Interface
NdisGetPhysicalAddressHigh
NdisSetPhysicalAddressLow