NDIS_PHYSICAL_ADDRESS_CONST (Windows Embedded CE 6.0)
1/6/2010
This macro initializes a static constant of type physical address.
Syntax
VOID NDIS_PHYSICAL_ADDRESS_CONST(
ULONG _Low,
LONG _High
);
Parameters
- _Low
Specifies the low-order bytes of the physical address.
- _High
Specifies the high-order bytes of the physical address.
Remarks
The NDIS_PHYSICAL_ADDRESS_CONST macro is defined as follows.
#define NDIS_PHYSICAL_ADDRESS_CONST(_Low, _High) \
{ (ULONG)(_Low), (LONG)(_High) }
Requirements
Header | ndis.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Network Driver Macros
NDIS_PHYSICAL_ADDRESS
NdisGetPhysicalAddressHigh
NdisGetPhysicalAddressLow
NdisSetPhysicalAddressHigh
NdisSetPhysicalAddressLow