NDIS_PHYSICAL_ADDRESS_CONST

VOID
NDIS_PHYSICAL_ADDRESS_CONST(

IN ULONG Low,
IN LONG High
);

NDIS_PHYSICAL_ADDRESS_CONST initializes a static constant of type physical address.

Parameters

Low

Specifies the low-order bytes of the physical address.

High

Specifies the high-order bytes of the physical address.

Comments

A driver can be running at any IRQL when it uses the NDIS_PHYSICAL_ADDRESS_CONST macro.

See Also

NdisGetPhysicalAddressHigh, NdisGetPhysicalAddressLow, NdisMAllocateSharedMemory, NdisMAllocateSharedMemoryAsync, NdisSetPhysicalAddressHigh, NdisSetPhysicalAddressLow