NDIS_PHYSICAL_ADDRESS_CONST

This macro initializes a static constant of type physical address.

At a Glance

Header file: Ndis.h
Windows CE versions: 2.0 and later

Syntax

VOID NDIS_PHYSICAL_ADDRESS_CONST( IN ULONG Low,
IN LONG
High );

Parameters

Low
Specifies the low-order bytes of the physical address.
High
Specifies the high-order bytes of the physical address.

Remarks

A driver that uses this macro can be running at any IRQL.