NdisSetPhysicalAddressLow macro (ndis.h)
NdisSetPhysicalAddressLow sets the low-order part of a given physical address to a given value.
Syntax
void NdisSetPhysicalAddressLow(
[in] _PhysicalAddress,
[in] _Value
);
Parameters
[in] _PhysicalAddress
Specifies a physical address of an OS-dependent size.
[in] _Value
Specifies the value to be written into the low-order part of the address.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported for NDIS 6.0 and NDIS 5.1 drivers (see NdisSetPhysicalAddressLow (NDIS 5.1)) in Windows Vista. Supported for NDIS 5.1 drivers (see NdisSetPhysicalAddressLow (NDIS 5.1)) in Windows XP. |
Target Platform | Universal |
Header | ndis.h (include Ndis.h) |
IRQL | Any level |