NDIS_PHYSICAL_ADDRESS_CONST function
Note NDIS 5. x has been deprecated and is superseded by NDIS 6. x. For new NDIS driver development, see Network Drivers Starting with Windows Vista. For information about porting NDIS 5. x drivers to NDIS 6. x, see Porting NDIS 5.x Drivers to NDIS 6.0.
NDIS_PHYSICAL_ADDRESS_CONST initializes a static constant of type physical address.
Syntax
VOID NDIS_PHYSICAL_ADDRESS_CONST(
_In_ ULONG Low,
_In_ LONG High
);
Parameters
Low [in]
Specifies the low-order bytes of the physical address.High [in]
Specifies the high-order bytes of the physical address.
Return value
None
Requirements
Target platform |
Desktop |
Header |
Ndis.h (include Ndis.h) |
IRQL |
Any level |
See also
NdisMAllocateSharedMemoryAsync